What is condition checking in jcl? Is this possible?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
What is a Generation Data Group (GDG)?
What are three major types of JCL statements? What are their functions?
What will happen if we write two STOP RUN's in a COBOL program?
i need some shortcuts and tso commands can any on ehelp me in these ?
What is timing concept in mainframe?
Describe the various parameters utilized in the creation of a gdg?
What are the common jcl syntax errors you get? This is not abends?
How do you overcome this limitation ?
//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
For how long a job can be executed continuously in a mainframe ?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?