How to submit a jcl from cics?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about LMOPEN -
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
//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
Explain dfsort utility?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
when we use sysprint and sysout statements
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
What is the syntax of JCL statement?
what is the use of temporary files?
How are datasets concatenated?
Can we write same stepname for one or more steps in on job ?