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
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How does jcl act on a cobol code?
how can you check if a file is empty using jcl?
What are steplib and joblib? What for they are used?
Is automatic restart possible in jcl?
Is acct parameter mandatory?
in ways data can be passed to a COBOL program from JCL?
how you can direct the data to spool using SYSOUT option?
how to do automated restart when a job abends?
What are the difference between jcl and jes?
what is use of space parameter in dd statement?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Matching Logic in Jcl not in cobol.Could any one please answer this question
how to compare two datasets without using superce because output is limited to 133 bytes
What does a disposition of (new,catlg,keep) for a dsn mean?