what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / guest
Milind , your answer is absolutely wrong .
If you compile yoru program - with a only"procedure
division - you will get belwo erros -
E A "IDENTIFICATION DIVISION" header was not found in
this program. It was assumed present.
E A "PROGRAM-ID" paragraph was not found. Program-
name "CBLNAM01" was assumed.
Otherwise - ans#1 andans#2 are absolutely
correct .
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how do you reference the fixed unblock file formats from cobol programs
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
) How do u handle errors in BMS macro
What is amode(31)
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
explain sorting techniques in cobol program?
What guidelines should be followed to write a structured cobol prgm?
How many bytes S(8) comp field occupy and its maximum value?
What are the different data types in cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
) How do u handle errors in BMS macro?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How can you get the ksds file records into your cobol program?
In COBOL, what is the different between index and subscript?