taking the admin id and password out of arsload jcl

Previous topic - Next topic

LWagner

I noticed a few users include ARSLOAD code samples which still use -u and -p  login parameters.

If you create a file /etc/ars/arsload.cfg  with format:
USERID=ADMINID
PASSWD=ADMINPW

you no longer need to include id and password in the JCL.

LW