What are the types of performs in COBOL?
How does perform thru work, give example.
Answers were Sorted based on User's Feedback
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 |
Answer / deepak
Perform thru
perform until
perform varying after option
perform within perform
perform varying with option
| Is This Answer Correct ? | 0 Yes | 1 No |
A CICS program ABENDS with an ASRA ABEND code. What is its meaning?
What is the use of mdt (modified data tag)?
What is the difference between the NOHANDLE option and the IGNORE condition?
whar is the difference bwn LINK() and XCTL()?
7 Answers Cap Gemini, CGI, IBM,
Which command is used to release a record on which exclusive control is gained?
Why is a TERM ID recommended in naming a TSQ?
What is the tcp in the cisc?
What Are Send Map Maponly & Send Map Dataonly ?
CICS and DB2 can exist in the same region under the Operating system (True or False)
What is an mdt (modified data tag)?
If I create a TSQ from one transaction, can I read it from another transaction?
How do you terminate an already issued DELAY command?