I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE
ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED
FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY
PARAMETER?.
Answer / mdv
What about the rest of the fields?
Search for SEQNUM in SORT.
You can generate a sequnece as you want.
You can define the max limit the sequence can reach, where
the sequnece should start, no. of bytes the sequence should
use etc ...
| Is This Answer Correct ? | 1 Yes | 0 No |
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?
how to do automated restart when a job abends?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
What is the purpose of include statement in a JCL?
In DCB, what is LRECL,BLKSIZE,DSORG
what is the restart?hopw it is invoked?
how to modify the copy book?explain with examples
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?