Author: Robert Sample
Posted: Sun Jun 11, 2017 5:18 pm (GMT 5.5)
ISPF 3.4 can be submitted as a batch job, so your reasons for doing this are STILL completely false.
What do you mean by "whether it can be done in jcl"? JCL does nothing but set up the environment for a program to execute -- sometimes the program is an application program, sometimes the program is a system utility such as DFSORT -- but JCL does NOTHING by itself (if you want to delete a data set, even, you run a system program called IEFBR14 to do that).
You are not likely to get help with your task on this, or any, forum since we see no reason to waste time reinventing tools that are already available.
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth
Posted: Sun Jun 11, 2017 5:18 pm (GMT 5.5)
ISPF 3.4 can be submitted as a batch job, so your reasons for doing this are STILL completely false.
What do you mean by "whether it can be done in jcl"? JCL does nothing but set up the environment for a program to execute -- sometimes the program is an application program, sometimes the program is a system utility such as DFSORT -- but JCL does NOTHING by itself (if you want to delete a data set, even, you run a system program called IEFBR14 to do that).
You are not likely to get help with your task on this, or any, forum since we see no reason to waste time reinventing tools that are already available.
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth