What divisions, sections and paragraphs are mandatory for a
COBOL program?
Answer Posted / guest_1
In order to compile and run a COBOL program under MVS,
ID DIVISION.
PROGRAM-ID. DUMMY.
are more than enough.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What are 77 levels used for?
what happens if parmparameter passes zero bytes to the program
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Have you used comp and comp-3 in your project? And how?
In COBOL programming, what is PERFORM? What is VARYING?
What is link edit in cobol?
Name some of the examples of COBOl 11?
How you can characterize tables in cobol?
State the various causes of s0c1, s0c5 and s0c7.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Describe the cobol database components?
What are different data types in cobol?
how to convert the recors form vsam file to db2 table tru file aid