What do you understand by the terms: joblib and steplib?
No Answer is Posted For this Question
Be the First to Post Answer
For how long a job can be executed continuously in a mainframe ?
What are the basic JCL Statements for a Job?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
how to execute the last 5 steps in jcl
How does the jcl specify the job to os?
How to find out the number of records in a file using JCL
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
What is DSNDB06 ?
what is use of dcb parameter in dd statement?
what is the compile process of cobol program expalin with code
Differentiate between addressing mode and run mode.