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
What are the different open modes available in cobol?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how to move the records from file to array table. give with code example
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Difference between array and sub-script ?
What are the different rules to perform a Search?
Explain what you understand by passing by value.
What are literals?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
In which area will you utilize 88 level items in cobol?
Which mode is used to operate the sequential file?
What is comp-1 and comp-2?
IF I mention stop run in CICS what happens?