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 is the function of //cntl statement?
Describe the various parameters utilized in the creation of a gdg?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain the purpose of dd * statement in jcl?
how can the same proc be re-used and called by many jobs?
what is DD statement is used in JCL?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is the difference between run mode and addressing mode?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what operation is performed by job statement?
Is condition checking possible in jcl?
which utility is used to run a cobol-db2 program?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Suppose I have five jobs to do. But I want to hold one?
What do you understand by the term notcat 2 – gs?