Hi All,
Is it possible to execute the JCL program using shell script from OSCommand of file adapter.
I am trying to execute below scenario in shell script. Please advise if this is achievable.
#!/bin/sh
open <server name>
user <user> <passowrd>
quote site filetype=JES
/datafiles/XXX/110/ - local PI direcotry
put CREATEPO.JCL
quit
CREATEPO.JCL is available in /datafiles/XXX/110/
Please advise.
Regards,
Sreenivas.