What divisions, sections and paragraphs are mandatory for a
COBOL program?
Answer Posted / where the way begins
IDENTIFICATION dIVISION AND PROGRAM id ARE MANDATORY
| Is This Answer Correct ? | 31 Yes | 2 No |
Post New Answer View All Answers
how do you reference the ksds vsam file formats from cobol programs
What is the difference between next sentence and continue in cobol programing language?
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
What is the difference between Global and External Variables?
Have you used comp and comp-3 in your project? And how?
Why did you choose to work with ibm mainframe cobol programming?
What is static and dynamic call in cobol?
How do define dynamic array in cobol.
How do we get current date from system with century in COBOL?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
how do you reference the variable unblock file formats from cobol programs
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Are you comfortable in cobol or jcl?
What is the use of intialize verb?