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
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 |
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 |
Mention the types of job control statements?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Is automatic restart possible in jcl? If yes, how?
How to find out the number of records in a file using JCL
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
Explain about ISPF/TSO Commands
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
Can we change a FB file to VB file in JCL? Please help
When output dataset space is required, what quantity categories are used?
how would you create a temporary dataset? And where will you use them?