what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / milind
PROCEDURE DIVISION.
The above only line is enough to compile the code. I dont
agree with answer #1 and #2.
| Is This Answer Correct ? | 4 Yes | 7 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
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how to access the file from prodution from changeman tool and to submit a file to production
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Name the sections present in data division.
What are the rules of the move verb?
What is the difference between Call and a Link?
What are different data types in cobol?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how do you reference the fixed unblock file formats from cobol programs
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the difference between binary search and sequential search?
Discuss about changing dataset name in proc.