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
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is the use of IEBGENER utility?
Does jcl support automatic restart?
How can the submitting users racf authority be overridden in a job stream?
Explain how can a stopped job be started again?
how do you access an uncataloged dataset in a jcl?
What do you understand by the term notcat 2 – gs?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
When space is allocated for an output dataset, what units can be used?
Explain the purpose of dd dummy statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is condition checking in jcl? Is this possible?
Explain the job statement in jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?