What happens if both JOBLIB and STEPLIB is specified ?
Answer Posted / guest
JOBLIB is ignored
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Where can program checkpoints be stored for use in a restart?
Explain about ISPF/TSO Commands
What is timing concept in mainframe?
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 ?
What is the function of //cntl statement?
Name what parameter directs the output of the job log dataset?
when can a job time-out occur? How to overcome that?
Explain the function of job statement in jcl?
What are some jcl statements that are not allowed in procedures?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
i want to store 20 digits . how will u do it in cobol ?
Explain the hierarchy levels in jcl?
Explain the jcl exec statement?
what is “Cond= even” and “Cond=only”?