What are steplib and joblib?
No Answer is Posted For this Question
Be the First to Post Answer
what are the technical terms for // /* in jcl
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
How to execute a set of JCL statements from a COBOL program ?
How gdg are concatenated?
Explain about File Tailoring
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
can we copy a file from fixed block to variable block and vice versa ....asap
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
Name the system library from which modules are retrieved at execution
What will happen if two JOB statements are mentioned in an JCL continuously.