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
how do you reference the ksds vsam file formats from cobol programs
Differentiate between structured cobol programming and object-oriented cobol programming.
What rules are followed by the search verb.
Write the code implementing the perform … varying.
IF I mention stop run in CICS what happens?
how do you reference the esds vsam file formats from cobol programs
what is the difference between COBOL2 AND COBOL390?
Describe the cobol database components?
Which Search verb is equivalent to PERFORM…VARYING?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how can i see junk values in dclgen or in hostvariable of comp ?
HOw can I get the negative sign while deduct high value from low value
In COBOL, what is the different between index and subscript?