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 |
How to import the cics code for updations? what are steps do we need follow for execution again after modification? plz any body help me to know
What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.
Can you define cics task?
Can a tsq of one particular transaction be accessed from an alternate transaction?
Explain the difference between link xctl?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
Why do we need integrated cics translator?
How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?
What is the primary objective of CICS ?
Explain the difference between a physical bms mapset and a logical bms mapset?
i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???
What is an AICA abend?