what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / harish
hi i will accept both #1 and #2
#1 we will get compilation successful but in runtime
without procedure we may get some prob i am not sure
#2 answer is absolutely right buddy.....
pls correct me if anything wrong
HARISH POOMGAME SHIVAPPA(hassan,karnataka)
NIIT TECHNOLOGY
KOLKATA
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the difference between comp and comp-3?
State the various causes of s0c1, s0c5 and s0c7.
what is amode(24), amode(31), rmode(24) and rmode(any)?
A table has two indexes defined. Which one will be used by the SEARCH?
Define static linking and dynamic linking.
What is the difference between Global and External Variables?
how do you reference the ksds vsam file formats from cobol programs
What are the different data types in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
how to refer the data field?