Answer Posted / purushothaman.m
at the end of the statement use END-EVALUATE(scope
terminator) before StopRun.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Name the sections present in data division.
What type of SDLC u followed? Why?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the LINKAGE SECTION used in COBOL?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
) How do u handle errors in BMS macro?
Explain how you can characterize tables in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How do you differentiate between cobol and cobol-ii?
how do you define single dimensional array and multidimensional array in your cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the difference between goback, stop run and exit program in cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?