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 common systems area?
What is meant by an attribute byte?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
Define the attribute byte?
What is ENQ?
Explain difference between call and link?
Can you explain exec cics handle condition command?
Explain the logical message in cics?
What are the cics tables?
Give certain situations where NEWCOPY is obligatory?
List out all the tables that are a part of cics ?
Explain how would you resolve an asra abend?
What is the main function of the sign-on table?
Explain the difference between start and xctl?
Define primary objective of cics?