Is there any TSO comamnd to submit the job? instead of opening the jcl and submit .It would help to use it in any programming lang.,just by calling the job name to submit the job.
parthiban wrote:Is there any TSO comamnd to submit the job? instead of opening the jcl and submit .It would help to use it in any programming lang.,just by calling the job name to submit the job.
This is a joke, right?
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day
How do you expect to copy each line of JCL to JES if you don't open the file containing the JCL?
Bottom line: what you are asking is not possible using a file. You could use the SUBMIT * command in TSO, but then you have to type in each line of JCL from the terminal -- and if you made a single typo, the job would fail.
What does the rexx language reference say and the TSO Command Reference manual say? And you should look at the ISPF Edit and Edit Macros manual. For what it is worth I have Rexx programs that submit jobs.
The problem I have is that people can explain things quickly but I can only comprehend slowly. Regards Nic
For that matter (even more!) you are going to have to fire up your Rexx thingy each time so it is probably quicker to have these jobs in one library, oprn it, open the member and type 'sub'
The problem I have is that people can explain things quickly but I can only comprehend slowly. Regards Nic
Maybe there is a JCL that can do this for me without any need to use TSO/rexx/clist/assembler or any other language .... OK 20 dyas late but still april [i know i can squirt to a rdr dd !]
If the code hasn't been changed, why is the LKED date today?