Can anyone please give the example of Inline Perform.
Answer Posted / shanuss
PERFORM UNTIL I = 10
MOVE RATE(I) TO SPLIT-TOT(1)
ADD 1 TO I
END-PERFORM.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Mention the guidelines to write a structured cobol program?
Can we change the password using ALTER? anyone tried and changed?
What are the different rules for performing sort operation?
What is the local-storage section?
Write a program to explain size error.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
how do you reference the fixed unblock file formats from cobol programs
Name some of the examples of COBOl 11?
How do you reference the following file formats from cobol programs?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Write some characteristics of cobol as means of business language.