what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
Explain about SYSVAR
what is full form of AIX
what do you mean by include statement in jcl?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
How do You skip a Step In JCL?
suppose i have 10 job steps and i want to execute only step 6.How to write?
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?
What are the differences between JES2 & JES3 ?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
how many members can be created inside a single pds?
what is the purpose of SYSOUT parameter in the DD statement?