Sample JCL:
//TESTSTEP EXEC PGM=MYPGM
//SYSIN DD *
1111111
2222222
3333333
Need to capture the SYSIN control statements in the RAW_DATA_PROCESSING routine.
Use runtime option CCLIST(nnnn).
Example: CCLIST(99)