Let me add another complains about JCL, it allows changing source code meaning 
in run time and sometimes this is hairy:

//XXX DD DSN=....
//  DCB=(LRECL=80,&R
//...

The above is legit although I would fire anybody who doed it.  R could be 
resolved to:
// EXEC YYY,R='BLKSIZE=8000)'   

or it could be resolved to an early example of cose injection of your choice

ZA

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to