What are the types of performs in COBOL?
How does perform thru work, give example.
Answer Posted / venkat
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 |
Post New Answer View All Answers
What is the meaning of the eibaid field?
how do you execute a background cics txn ?
Explain how do you delete item 3 in a five-item tsq?
Define communication area?
Can ESDS files be accessed from CICS?
What is journal recovery?
For protecting a transaction using the transaction security function, the two things that must be done are?
Receive consists of buffer option in it. What is the significance of this option?
Explain what is a cursor in cics sql processing?
what is an mdt (modified data tag)? Its menaing and use?
What is the type of ppt in the cics?
Explain what is the massinsert option?
Explain the difference between a physical bms mapset and a logical bms mapset?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
What is the kcp in the cics?