How to execute only th 15th step of JCL consisting of 50 steps?
Answer Posted / sathish
What about using SUBS in the JCL comand line and selecting step15 alone to run
It will run only with selected job step
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How to pass data to a program that is coded in an exec statement?
what sort card you will use to copy the data from one dataset to another dataset?
What is timing concept in mainframe?
What is the purpose of dd * statement in jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what is a jcl?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Explain about ISPF/TSO Commands
how you will the direct the data to spool using sysout option?
what is DSN in JCL and what are the parameters to declare the DSN?
Explain how can the submitting users racf authority be overridden in a job stream?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain