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
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Can you explain dfhmdf bms macro?
When would you use abend command?
Can you explain dfheiblk?
Can you explain exec cics handle condition command?
What is the common systems area?
Sync points cannot be requested by the application programs? State true or false
Can you define temporary storage?
What is eib?
Name the cics command used to access current date and time?
Explain the uses that are associated to tsq and tdq ?
Can you define attribute byte?
Define task work area?
Explain cebr transaction commands?
Explain processing program table(ppt)?