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
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 usage of comp fields in cobol?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the compute verb? How is it used?
How to know whether the module is dynamical or statistical?
What is cobol?
What is the difference between Global and External Variables?
How do you reference the following file formats from cobol programs?
What is a report item?
What are different data types in cobol?
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.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What kind of error is trapped by on size error option?
What type of SDLC u followed? Why?
Name some of the examples of COBOl 11?