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


Please Help Members By Posting Answers For Below Questions

What do you understand by the term job time – out and how can you overcome that?

603


what is the resolution for sb37 error

7712


In job processing, what happens in execution stage?

698


What are the 2 types of parameters in dd statement?

650


what is the use of JCL?

664






Explain how can a stopped job be started again?

636


how would you create a temporary dataset? And where will you use them?

768


Describe the various parameters utilized in the creation of a gdg?

682


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

854


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

831


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

606


Explain the function of the steplib dd statement?

646


What do you understand by jcl?

627


Explain the function of dd name parameter with a 2 part structure; audit.report?

896


What are the parameters that are used in creating a gdg?

739