I would like to SUBMIT A JOB ON MAINFRAME from Unix Korn Shell.
I have a JCL on Mainframe PDS.
Ex:
JCL NAME: STKRPT
PDS NAME: SCH.INVENTORY.JCLS
server name: satbdp1
userid: abcdxyz
password: abcdef1
FrOM Unix kron shell, I would like to submit my jcl
SCH.INVENTORY.JCLS(STKRPT).
I think, I have to put the JCL in JESREADER or INTRDR
on mainframe for JCL SUBMISSION.
If you have any info on how to do this please share the details. Thanks in advance.
===========
ftp -n satbdp1 << EOF
user abcdxyz abcdef1
xxxx put SCH.INVENTORY.JCLS(STKRPT) in JESREADER/INTRDR xxx - needs to be replaced !
EOF
exit
I have a JCL on Mainframe PDS.
Ex:
JCL NAME: STKRPT
PDS NAME: SCH.INVENTORY.JCLS
server name: satbdp1
userid: abcdxyz
password: abcdef1
FrOM Unix kron shell, I would like to submit my jcl
SCH.INVENTORY.JCLS(STKRPT).
I think, I have to put the JCL in JESREADER or INTRDR
on mainframe for JCL SUBMISSION.
If you have any info on how to do this please share the details. Thanks in advance.
===========
ftp -n satbdp1 << EOF
user abcdxyz abcdef1
xxxx put SCH.INVENTORY.JCLS(STKRPT) in JESREADER/INTRDR xxx - needs to be replaced !
EOF
exit