What is an in line PERFORM? When would you use it? Anything
else to say about it?
Answer Posted / mallappa
Inline perform executes set of statments at once .
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
i want a program using by if, evaluate , string, unstring, perform, occurs?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are the rules of the move verb?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is amode(31)
What is the utilization of copybook in cobol?
HOw can I get the negative sign while deduct high value from low value
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How many sections are there in data division in COBOL?
What are different data types in cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How to print 10 to 1 if the input have only 10 digit number?