The rules for coding the assembler options are:
// EXEC ASMA90,SIZE=(ASMA90,50K),PARM='RENT,SIZE(MAX-500K),EXIT(LIBEXIT/
(EDECKXIT))'
is not equivalent to:
// EXEC ASMA90,SIZE=(ASMA90,50K),PARM='RENT,SIZE(MAX-500K), /
EXIT(LIBEXIT(EDECKXIT))'
The second example results in this diagnostic message:
** ASMA400W ERROR IN INVOCATION PARAMETER - EXIT (LIBEXIT(EDECKXIT))
Additional rules for coding the assembler options in the external file or library member are:
[ Top of Page | Previous Page | Next Page | Contents | Index ]