Is there any way to issue an ATTACH macro (for an Authorized program) from a Non Authorized Program. By that I mean the Non Authorized Program is in STEPLIB (Not Authorized) and it issues an ATTACH with a DCB= parameter The DCB Parameter references a DD Statement whose DSN is an authorized Library. I seem to recall I tried this many years ago and it would not produce the results I wanted.
//STEP DD DSN=NOTAUTH.LIBRARY //MYAUTH DD DSN=MYAUTH.LIBRARY ATTACH EP=AUTHPGM,DCB=MYAUTH ******************************************************************************** This e-mail and any files transmitted with it, are confidential to National Grid and are intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error, please reply to this message and let the sender know.
