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 |
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
What is COMP-1? COMP-2?
Have you code any new programs in COBOL ? What is the functionality of the programs?
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
How to define a array dynamically.....
hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...
How do you get the data to code the BMS macro?
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
Can we redefine the field of x(200) to less than 200?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the meaning of 'Eject' verb in cobol?
is it possible to declare index in cobol program? if it is not why its tell me pls