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

How can a job send a status message to a tso user at the completion of a job?

1 Answers  


Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.

2 Answers   UHG,


wht r different types of sort fields in jcl ?

1 Answers   IBM,


Can we create VSAM file by using IEBGENER?

4 Answers   Principal Finance,


Explain about LMFREE�free data set from its association with data ID

0 Answers  






Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?

1 Answers   Thomson,


Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?

2 Answers   CTS,


How do you access an uncatalogued dataset in a jcl?

0 Answers  


i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?

10 Answers   IBM,


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

0 Answers  


If your job fails at particular step then what would be the return code for next steps

3 Answers   ADP,


CAN ANYONE TELL ME WHAT IS "JOB-CARD"

4 Answers   Syntel,


Categories