what do you mean by include statement in jcl?
Answer / prabhat kumar
Include statement is used with sort utility to specify the conditions on which the records should be filtered.
Eg:
//sysin dd *
Sort fields = copy
Include cond=(1,5,CH’PRABHU’,A)
/*
Include is also used with IEBEDIT utility
to specify the steps need to be run or other conditions.
Eg:
//step0010 exec pgm= IEBEDIT
.
.
.
//sysin dd *
EDIT TYPE=INCLUDE
STEPNAME=(STEP0005,STEP0015,….)
/*
Is This Answer Correct ? | 0 Yes | 0 No |
how to allocate a dynamic dataset in jcl ?
How to read records in reverse order in flat file?
What is the DD statement for a output file?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
What is the use of IEBGENER ?
How to Enter The Spool Area In Real Time?
how to purge 50 initiators continuously?? console commands??
How do you handle empty files in a JCL ?
how to edit a tape dataset ? asked in wipro
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
How is a new GDG coded?
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