Can anyone please give the example of Inline Perform.
Answer Posted / abhishek vashishta
PERFORM UNTIL WS-EXIT = 'Y'
DISPLAY 'ENTER UR NAME '
ACCEPT WS-NAME
DISPLAY 'WANT TO EXIT'
ACCEPT WS-EXIT
END-PERFORM.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Mention the guidelines to write a structured cobol program?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between goback, stop run and exit program in cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
IF I mention stop run in CICS what happens?
Write the code implementing the perform … varying.
What are the cobol coding sheets?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Explain about different table spaces.
What is the difference between PIC 9.99 and PIC9v99?