what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answers were Sorted based on User's Feedback
Answer / 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 |
What is the default value of DISP for temp datasets
I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.
i want to store 20 digits . h will u do it in cobol ?
what is the default print format? in cobol
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
what is a load module ?
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
how to crack cts interview apps? NOVEMBER 21 2010
What is perform what is varying?
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
can we use reference modification an arry.
What is an index for tables?