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 |
describe the dd statement,its meaning,syntax and keywords?
Name the system library from which modules are retrieved at execution
what is the cond=even only
A job has 90 steps i want to execute only step7 and step15
what is the purpose of SYSOUT parameter in the DD statement?
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
how to edit a tape dataset ? asked in wipro
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
which statement is used to end the in-stream procedure in a jcl?
How are GDGs concatenated?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
wht happens if blksize = 0 and lrec = 0 ?