what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / sivakumar sekharannair
IDENTIFICATION DIVISION.
PROGRAM-ID. TEST1.
are the minumum number of lines a cobol program should have
to successfully compile and run.
Without program id the compiler gave the following error
IGYDS1003-E A "PROGRAM-ID" paragraph was not found.
Total Informational Warning Error Sever
1 1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
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?
What is a report item?
What are the different rules of SORT operation?
Define static linking and dynamic linking.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How many bytes S(8) comp field occupy and its maximum value?
Write the code to count the sum of n natural numbers.
How many sections are there in data division in COBOL?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Write down the divisions of cobol program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
State the various causes of s0c1, s0c5 and s0c7.
Why occurs cannot be used in 01 level in COBOL?