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 many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
What is JOBLIB ?
how to create gdg with out using idcams utility
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
What are the parameter we cannot use in procedure?
Explain about User Information
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
How to find the length of variable length copybook using fileaid ??
What are isolation levels? Where do we need to specify them in compiling JCL?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
wht happens if blksize = 0 and lrec = 0 ?