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 can you trap abends in the JCL?
GDG Create syntax ?
we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
What happens if both JOBLIB & STEPLIB is specified ?
what is a cataloged procedure ?
What is the max blocksize for a Tape file?
how to skip the steps in JCl
What is Backward Referencing ?
What are s0c1, s0c4, s0c5, s0c7 and socb?