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 Posted / 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 |
Post New Answer View All Answers
Is it possible to define dd statements as you want?
Which dd parameters are required?
what operation is performed by job statement?
In sms datasets, what is the function of the dd mgmtclas keyword?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the purpose of the dd keylen parameter?
Explain the function of a dd statement?
How can a fb file convert to vb file using sort program?
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?
Name a few IBM utility programs, and explain its function.
Suppose I have five jobs to do. But I want to hold one?
how to run batch program without jcl?
Are there any set of rules for the names of the steps used in a job?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How can the submitting users racf authority be overridden in a job stream?