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 do you restart a step in JCL?

12 Answers   HSBC,


how to increase the space of a dataset in instream procedure.

1 Answers   HCL,


How do you handle empty files in a JCL ?

3 Answers   Wipro, Xansa,


what is the meaning of keyword in jcl?what is is opposite?

4 Answers  


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

0 Answers  






How to copy VSAM files without using REPRO

3 Answers   ADP,


What is the difference between static call & Dynamic call ?

3 Answers  


difference between internal sort and external sort

1 Answers  


can any one plzzzzzz tell the jcl code for creating ps using idcams

2 Answers   Fiserv,


if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?

5 Answers   Accenture,


How to skip first step of a job? Can we use COND on the first step?

3 Answers   iNautix,


What is the difference between primary and secondary allocations for a dataset?

8 Answers  


Categories