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

i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?

1 Answers   Patni, Syntel,


What is condition checking in jcl? Is this possible?

0 Answers  


i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.

1 Answers   TCS,


what is use of dcb parameter in dd statement?

0 Answers   IBM,


What is the motivation behind coding class parameter in job statement?

0 Answers  


How do you submit JCL via a Cobol program?

4 Answers   IBM,


please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,

1 Answers   IBM,


What u mean by include statement in JCL ?

3 Answers  


when does a dataset go uncataloged?

0 Answers   IBM,


in jcl you are having JCLLIB and STEPLIB what happens

10 Answers   EDS, Wipro,


What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?

1 Answers   CTS,


What is DYNAMBR in jcl?

2 Answers   CTS,


Categories