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

1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter

1 Answers   L&T,


Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2

4 Answers   IBM,


Are there any set of rules for the names of the steps used in a job? What are they?

0 Answers  


How can the submitting users racf authority be overridden in a job stream?

0 Answers  


What dd statement is used to supply the name of a dataset?

0 Answers  






what are JCLLIB and STEPLIB in JCL?

0 Answers  


What is the exact difference between PRTY and DPRTY

2 Answers   iGate,


which utility is used to run a cobol-db2 program?

0 Answers   IBM,


Explain how can return codes be tested before execution of a job step?

0 Answers  


How many instream we can write in single jcl?

1 Answers  


Does jcl support automatic restart?

0 Answers  


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

0 Answers  


Categories