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 |
What is the exact difference between PRTY and DPRTY
Is it possible to define dd statements as you want?
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
what JCL Procedures?
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
A dd statement consists of 4 fields. Name them?
after submiting the jcl.how do you know that the job has been completed.
How much space OS allocates when you create a PS or PDS?