Trying to install the usermod MZ2C012 to relink MVS4XTBL, the following error can be issued during the ASMA90 Assembly step:
1 High Level Assembler Option Summary
-
0 No Overriding ASMAOPT Parameters
Overriding Parameters- DECK,NOLOAD
No Process Statements
** ASMA400W Error in invocation parameter - NOLOAD
Options for this Assembly
0 NOADATA
ALIGN
NOASA
BATCH
CODEPAGE(047C)
NOCOMPAT
NODATAMAP
NODBCS
and the following error can also be issued during the lkedit step:
z/OS V2 R3 BINDER 16:14:51 MONDAY APRIL 4, 2022
BATCH EMULATOR JOB(TT9PEO11) STEP(LINK1 ) PGM= IEWL PROCEDURE(LINK1 )
IEW2278I B352 INVOCATION PARAMETERS - XREF,LIST,NCAL,RENT,REFR,AC=1
IEW2730S D908 INVALID RECFM FOR DDNAME SYSLIN AND CONCATENATION NUMBER 1.
IEW2677S 5130 A VALID ENTRY POINT COULD NOT BE DETERMINED.
IEW2230S 0414 MODULE HAS NO TEXT.
IEW2677S 5130 A VALID ENTRY POINT COULD NOT BE DETERMINED.
IEW2012I 0F09 ALL TEMPNAMES HAVE BEEN USED. THE MODULE CANNOT BE SAVED.
IEW2008I 0F03 PROCESSING COMPLETED. RETURN CODE = 12.
How to correct both errors and successfully apply the usermod.
Release :
Component : JCLCheck Common Component
In order to fix the error:
** ASMA400W Error in invocation parameter - NOLOAD
the PARM='DECK,NOOBJECT' should be set in the ASMA90 step of the CAZ2ASM proc.
In order to fix the error:
IEW2730S D908 INVALID RECFM FOR DDNAME SYSLIN AND CONCATENATION NUMBER 1.
the DCB information should be added to the //SYSLIN DD of the CAZ2LNK proc like it follows :
DCB=(LRECL=80,BLKSIZE=3120,RECFM=FB)