what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / kk
hi,
just two lines enough for with out display anything.it will
successfully compiled and run
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between comp and comp-3?
What is redefines clause in COBOL?
how do you reference the variable unblock file formats from cobol programs
Give some examples of command terminators?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What do you understand by psb and acb?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
how to move the records from file to array table. give with code example
How can you get the ksds file records into your cobol program?
Differentiate between structured cobol programming and object-oriented cobol programming.
Which Search verb is equivalent to PERFORM…VARYING?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
In which area will you utilize 88 level items in cobol?
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