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 ?
Answer Posted / 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 View All Answers
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Explain about ISPF/TSO Commands
Name what parameter directs the output of the job log dataset?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is the use of disp parameter?
Is automatic restart possible in jcl?
which utility is used to sort a file in jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
When output dataset space is required, what quantity categories are used?
Explain the job statement in jcl?
What is the difference between the positional and keyword parameters? Give examples.
what operation is performed by job statement?