PN5_50496


Patch Number

Ticket Number

Change type

5_50496

NA

Patch

1. Description

jed does not segregate the object code to the FileName,OBJECT directory when compiling within the source code directory

2. Previous Release Behavior

When compiling and cataloging in the current directory, and there is an associated OBJECT directory, then the object code gets written into the current directory rather than the object directory.

For example, issuing fibc in jed did not place the object code in the FileName,OBJECT directory when using the syntax:

jed program_name

3. Current Release Behavior

If a FileName,OBJECT directory exists then it is used under all conditions.