JCLCheck MVS4XTBL errors ASMA400W and IEW2730S
search cancel

JCLCheck MVS4XTBL errors ASMA400W and IEW2730S

book

Article ID: 238718

calendar_today

Updated On:

Products

UNICENTER JCLCHECK COMMON COMPONENT JCLCheck Workload Automation

Issue/Introduction

Running job AZ2MVS4 to assemble and link table MVS4XTBL, and gets the following errors: 

From CAZ2ASM assembler 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

From CAZ2LNK link-edit step: 

z/OS V2 R3 BINDER     16:14:51 MONDAY APRIL  4, 2022
BATCH EMULATOR  JOB(JOBNAME) 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.

 

 

 

Environment

Release:  12.0  

Component : JCLCheck Workload Automation

Cause

Assembler option NOLOAD is no longer supported.

Resolution

Change the assembler option in the CAZ2ASM proc from PARM='DECK,NOLOAD' to PARM='DECK'.

(Proc CAZ2ASM is in the JCLCheck CAZ2PROC library).

Best practice: Run JCLCheck Usermod MZ2C012 from the CAZ2JCL library to update MVS4XTBL.

Additional Information

Proc members CAZ1ASM and CAZ2ASM will be updated to remove assembler option NOLOAD.