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?.



I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMB..

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

Post New Answer

More JCL Interview Questions

describe the dd statement,its meaning,syntax and keywords?

1 Answers  


Name the system library from which modules are retrieved at execution

3 Answers  


what is the cond=even only

4 Answers   EDS,


A job has 90 steps i want to execute only step7 and step15

3 Answers   Cognizant,


what is the purpose of SYSOUT parameter in the DD statement?

1 Answers  






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

1 Answers   L&T,


how to edit a tape dataset ? asked in wipro

1 Answers   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 ?

2 Answers   Syntel,


which statement is used to end the in-stream procedure in a jcl?

1 Answers   IBM,


How are GDGs concatenated?

1 Answers  


a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?

1 Answers   IBM,


wht happens if blksize = 0 and lrec = 0 ?

1 Answers   TCS,


Categories