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 is the function of a dd statement?
Is automatic restart possible in jcl? If yes, how?
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?
Explain dfsort utility?
Is it possible to define dd statements as you want?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How is a type of file defined in the jcl that executes the cobol program?
Is their any limit for data sets?
how can you check if a file is empty using jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
how would you create a temporary dataset? And where will you use them?
How to override loadlib?
how do you code a null statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Are there any set of rules for the names of the steps used in a job?