Answer Posted / malay
There are two types of performs statements in COBOL program.one is INLINEPERFORM and another one is OUTLINEPERFORM.Inline perform start and end with end-perform.
Outline perform start and end with exit statement.generaly these are
1.Simple perform
2.PERFORM TIMES
3.PERFORM UNTIL
4.PERFORM VARYING
5.Perform with test after/test before.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What are 77 levels used for?
Define static linking and dynamic linking.
how to convert the recors form vsam file to db2 table tru file aid
What is the difference between external and global variables in COBOL?
how do you reference the variable block file formats from cobol programs
What are the access modes of START statement?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is an in line perform? When would you use it? Anything else you wish to say about it.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
how to move the records from file to array table. give with code example
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is report-item in COBOL?