Hi
In normal JCL job card we can give as
// CLASS=0,NOTIFY=@,user=xxxxxx,password=xxxxxx
so when we submit the job it will take the user specified in the job card
similarly how to do in rexx.
I need to give the userid and password to exec the command REXX1
PROC 0 DEBUG
EX 'Xxxxx.xxxxx(rexx1)'
EXIT