I have JCL like below,
1. //YBEQFTPD JOB (034G000,SF),SBEQ,CLASS=H,
2. // MSGCLASS=I,NOTIFY=YBEQ,
3. // RESTART=*
4. //********************************************************
5. //* *
6. //SBEQFTPD EXEC SBEQFTPD
2. // MSGCLASS=I,NOTIFY=YBEQ,
3. // RESTART=*
4. //********************************************************
5. //* *
6. //SBEQFTPD EXEC SBEQFTPD
When this JCL submitted in Production environment , it ABENDed with Continuation not received in line 6 as we have non-blank character at 72nd column in 5th line.
But when i was executing the same JCL in test environment it was not ABENDed. Why ? Is there any system installation check at background or JES2 or JES3..
because i can assume it may expect any JES2 or JES3 command as its blank from 4th column but.. you have to answer me..
FYI : My JOB submitted in JES2 for processing.