z/OS ISPF User's Guide Vol II
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Object data sets

z/OS ISPF User's Guide Vol II
SC19-3628-00

The information shown here about object data sets applies to all foreground assemblers and compilers. However, if you are using the VS FORTRAN compiler, you must enter OBJECT in the Other field to generate an output object module. The two assemblers and the other compilers generate object modules automatically.

If you specify an ISPF library as the input source, ISPF writes object output from the foreground assembler or compiler to a partitioned data set. This data set has the same name as the first library in the concatenation sequence, but has a type of OBJ. For example, if you specify PROJECT.LIB1.ASM as the first library name, the object output is placed in data set PROJECT.LIB1.OBJ. The member name of the object module is the same as the input member.

If you specify another data set, the object output is placed in a data set of the same name, but with the last qualifier replaced by OBJ. If the data set name has only one qualifier, OBJ is appended as the last qualifier. For example, if you specify an input data set named OTHER.ASM or OTHER, the object output is placed in a data set named OTHER.OBJ. For partitioned data sets, the object output is stored in a member with the same name as the input member. For sequential data sets, the object output is stored in a sequential data set.

Note: The object data set must exist before invoking a foreground or batch option that creates an object module.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014