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 |
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
can anyone explain me about sort in jcl with inrec and outrec ?
What is the exact difference between PRTY and DPRTY
How do You skip a Step In JCL?
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
Can an individual step be restricted from using all the jobs allowed cpu time?
Can you code instream data in a PROC ?
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
When should DISP=MOD is used?
after submiting the jcl.how do you know that the job has been completed.
How do you find which GDG is using which dataset?
whats SOC7?