Is condition checking possible in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
how to do automated restart when a job abends?
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.
what are the types of abends that occur on job failure? And explain the possible causes of these
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
a dd statement has 2 types of parameters. Name them?
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
how to run batch program without jcl?
What is primary allocation for a dataset?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
How can you trap abends in the JCL?
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?