What are the types of performs in COBOL?
How does perform thru work, give example.
Answers were Sorted based on User's Feedback
perform will be useful when you want to execute a set of statements in multiple places of the program. write all statements in one paragraph and invoke it using perform wherever needed.
perform contain 7 types of statements.
* simple perform
* inline perform
* perform thru para
* perform untill para
* perform n.times para
* perform varying thru para
* perform para before/after para
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / deepak
Perform thru
perform until
perform varying after option
perform within perform
perform varying with option
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the use of the DELIGHT in Mainframes and whats is use of scope?
What is the difference between a Symbolic map and Physical map ?
How do you dynamically set the CURSOR position to a specific field?
Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen
What is ENQ, DEQ ?
What is the function of the Terminal Control table?
How can you access qsam (seq) files from cics?
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS THE EXECUTION? (I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
What is a Logical Unit of Work (LUW)?