Matching Logic in Jcl not in cobol.Could any one please
answer this question
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
What is the purpose of dd * statement in jcl?
How to pass the temp dataset form one JOB step to another?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Where & How Do You Code Identifier In Jcl?
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
What is the syntax of JCL statement?
What is MOD and when would you use it?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
How do you access a file that had a disposition of KEEP?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
What 3 guidelines do we have to follow when concatenating DD statements?