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 primary aspect of CICS?
What are the cics commands associated with task control?
What are fset, frset?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
Can QSAM files be accessed from CICS?
What are the uses of ppt in cics?
Add a field to screen when what's the flow of impact?
Name the command which is used to release a record on which exclusive control is gained?
Can you define aica abend?
What is the common systems area?
What are the types of the dfhmdf present in the cics?
Explain how would you resolve an asra abend?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Can you define mapset?
What do you mean by the term fct?