REXX interface: Need to capture JCL sysin control statements in RAW_DATA_PROCESSING routine
search cancel

REXX interface: Need to capture JCL sysin control statements in RAW_DATA_PROCESSING routine

book

Article ID: 375257

calendar_today

Updated On: 02-10-2025

Products

JCLCheck Workload Automation

Issue/Introduction

Sample JCL: 

//TESTSTEP EXEC PGM=MYPGM 
//SYSIN    DD *           
1111111                   
2222222                   
3333333                   

Need to capture the SYSIN control statements in the RAW_DATA_PROCESSING routine.   

Resolution

Use runtime option CCLIST(nnnn). 

Example: CCLIST(99)