How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
7 28586
What is the utilization of copybook in cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
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 is the difference between goback, stop run and exit program in cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
In which area will you utilize 88 level items in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are literals?
What is cobol?
Which division and paragraphs are mandatory for a COBOL program?
How do you define a variable of comp-1 and comp-2?
Define cobol?
How do you differentiate between cobol and cobol-ii?
IF I mention stop run in CICS what happens?