what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / shailendra
only the first ans is right
(ans of anoop)
because in the question is mention the minimum line
required to compile and execute
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can you please let me know the centre name of INS certification in Kolkata.
Define cobol?
What is the difference between next sentence and continue in cobol programing language?
Write a program to explain size error.
How do get the result of your program directly on your pc?
What is the Purpose of Pointer in the string?
Name the divisions, which are available in a cobol program?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are literals?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How do you differentiate between cobol and cobol-ii?
Are you comfortable in cobol or jcl?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue