Hello folks
I am trying execute it
QUEUE "//aa JOB (A833C12P),'JCLBLD ',"
QUEUE "// TIME=1440,MSGCLASS=R,PRTY=09,REGION=0K,NOTIFY=BLDML"
QUEUE "//SENDHOLD EXEC PGM=BPXBATCH,"
QUEUE "// PARM='SH /u/bldml/sftp/clean.sh "a.1" '"
QUEUE "//STDOUT DD SYSOUT=*"
QUEUE "//STDERR DD SYSOUT=*"
QUEUE "//* "
QUEUE "ZZ"
'submit * end(ZZ)'
And I know when submit command is executed all lines in the queue goes to uppercase. but I need the parm line in the lowercase.
Someone would have a guidance to me ?
Thanks so much