Which division and paragraphs are mandatory for a COBOL program?
What is a scope terminator give example?
Are you comfortable in cobol or jcl?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How you can read the file from bottom?
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.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Why would you use find and get rather than to obtain?
What are declaratives and what are their uses in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Give some examples of command terminators?
What is the difference between PIC 9.99 and PIC9v99?
For rewrite, why is it mandatory that file needs to be opened?