what do you mean by include statement in jcl?



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

Post New Answer

More JCL Interview Questions

how to allocate a dynamic dataset in jcl ?

3 Answers   Patni, TCS,


How to read records in reverse order in flat file?

1 Answers  


What is the DD statement for a output file?

3 Answers  


What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?

3 Answers  


What is the use of IEBGENER ?

2 Answers   Cap Gemini, Wipro,






How to Enter The Spool Area In Real Time?

7 Answers   IBM,


how to purge 50 initiators continuously?? console commands??

4 Answers   IBM, ups,


How do you handle empty files in a JCL ?

3 Answers   Wipro, Xansa,


how to edit a tape dataset ? asked in wipro

1 Answers   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 ?

4 Answers   IBM,


How is a new GDG coded?

2 Answers  


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

0 Answers  


Categories