Assembler step options
Purpose
The options that you specify on this window are used to generate JCL for the selected procedure.Fields
Assembler options: The list of assembler options. Separate multiple
entries with spaces. This list constitutes a PARM parameter for the
EXEC statement that is used to assemble your program. This field is limited to 100
characters and the limit is imposed by the JCL processing. Developer for z/OS® displays a warning
when this limit is reached. This limit includes not only the characters you type into this field,
but also any parameters that are concatenated with these parameters.
Listing output data set: The name of the listing data set used for the assembly. The listing data set must be a partitioned data set. This data set is used to make up a SYSPRINT card for the assembly.
Object deck data set: The name of the object deck data set used for the assembly. The object deck data set must be a partitioned data set. This data set is used to make up a SYSLIN card for the assembly.
- This field is used by the z Systems LPEX Editor to specify search locations for both copy libraries and macro libraries.
- This field is used by the HLASM Editor to specify search locations for
macro libraries other than
SYS1.MACLIB. TheSYS1.MACLIBlibrary is searched automatically, whether the location is listed or not.
Copy libraries: A list of partitioned data sets containing copybooks. Separate data set names by spaces. This field is used only by the HLASM Editor. It is not used by the z Systems LPEX Editor. The z Systems LPEX Editor uses the Macro libraries field to locate copybooks.
Support Error Feedback: Select this checkbox to log errors that are generated by the assembler.
Data set qualifier for compiler errors: Errors that are generated by the assembler are logged to a file that is named with this qualifier. This function is supported only if Support Error Feedback is enabled.
Additional JCL: Use this field to specify your own JCL. Extra data definitions (DD cards) can be specified here. The contents of this field are echoed at the end of the assembly step. You must specify syntactically correct JCL.