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
Kindly specify the pic clause for the any bll cell type of data fields?
Define task work area?
Explain the difference between pseudo-conversational and conversational?
What is program reentrance?
Explain the purpose of the program list table?
What is the pic clause for the any bll cell type of data fields?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
What is the pic clause for the data type of length option field type of data fields?
In a particular cics program, what is the procedure to allocate dynamic memory?
Name a few CICS programs which are generally used ?
what is an mdt (modified data tag)? Its menaing and use?
How do we pass parameters into a CICS –DB2 program
define the field with ic in the bms map.
What is DEQ?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?