JCLNEAT REXX interface: Is there a REXX variable for 'DCB=dsn' pattern
search cancel

JCLNEAT REXX interface: Is there a REXX variable for 'DCB=dsn' pattern

book

Article ID: 135142

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

Sample input JCL to the CAZ1NREX REXX exec: 

 //AJOB4 JOB AYY5000N3UUU,MSGCLASS=F,CLASS=R      
 //*                                              
 //AAA SET PRTY=10,PACK=01                        
 //*                                              
 //P01 EXEC PIPPOX                                
 //P0.SYSUT2 DD  DSN=U0J0000.P000.XXX,            
 //        DISP=(NEW,CATLG,DELETE),               
 //        SPACE=(CYL,(50,100)),                  
 //        DCB=U0J0000.TSO.CNTL                   
 //SYSUT1 DD  DSN=U0J0000.TS000.OUT,              
 //        DISP=(NEW,CATLG,DELETE),               
 //        SPACE=(CYL,(50,100)),                  
 // DCB=(DSORG=PSU,RECFM=FB,LRECL=340,BLKSIZE=340)

 

 Is there a REXX variable that provides the DCB model data set?   

 

Environment

Release : 12.0

Component :  JCLCheck workload Automation

Resolution

The REXX variable name is DD.DCB_PATTERN.

It contains the DCB model data set name.  This variable is processed in the CAZ1NREX  DD_PROCESSING routine.

Additional Information

Reference in :

Variable List for the JCLNeat CAZ1NREX Program