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 |
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
How jcl is used for testing batch programs?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
when does a dataset go uncataloged?
Explain the function of dd disp parameter?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
how to convert fb to vb in jcl ?
hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..
How can u know the current date using jcl?
explain concatinating datasets?