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 are the beginning and end points of an LUW called?
How to get the cursor position when we receive a map?
What is the cics command level?
What is Journal Recovery and Dynamic Transaction Backout?
When you do a START, what will the value of EIBCALEN?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Explain how do you establish a starting position in a browse operation?
Define ceci?
What command do you issue to delete a record in a transient data queue ?
How many ways are there for initiating a transaction? what are they?
What is the main function of the sign-on table?
NMDS is both device dependent and format dependent (True or False)