Brief description of inline procedure of jcl.
No Answer is Posted For this Question
Be the First to Post Answer
Is their any set of rules for dd? Explain.
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
if we give TIME=0 how many sec that job/step
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
How do you send the output of a COBOL program to a member of a PDS?
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what is the purpose of coding class parameter in job statement?
jcl is like a complier....?