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 ?

Answers were Sorted based on User's Feedback



i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? ..

Answer / lu

you have 2 ways :
1) go to file-aid, display your file, and modify it ( from
10th to 18th)
2) coding a program cobol, rad file with the counter and
modify from 10th records to 18th)....

Is This Answer Correct ?    4 Yes 4 No

i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? ..

Answer / heman

I believe there are other options too for this.
1. Write a rexx program
2. Write an ezytrieve
3. SORT utility too can help if the position of the field
in the record is known for edit.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

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 3 guidelines do we have to follow when concatenating DD statements?

3 Answers  


how to count the number of members in pds?

2 Answers  


How to execute 300 steps in a Job?

15 Answers   Accenture, Zensar,


What parameter directs the output of the job log dataset?

0 Answers  






I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.

1 Answers  


How can we execute only one step in a job

22 Answers   MAHINDRA, Mind Tree, Tech Mahindra,


What is model dataset label(Model DSCB)?

1 Answers  


Explain the purpose of the dd keylen parameter?

0 Answers  


What does a disposition of (MOD,DELETE,DELETE) mean ?

0 Answers  


What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?

8 Answers   Accenture, TCS,


i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?

6 Answers   IBM,


Categories