Have you code any new programs in COBOL ? What is the
functionality of the programs?

Answer Posted / arjun

we do code several Cobol programs acording to the
requirement. Most of these are report generating codes.
Also, we need to code for several applications

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the cobol database components?

664


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

980


example for sub strings ? and refernce modifications whit output pls

1827


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

1940


Can a Search can be done on a table with or without Index?

792






What are the different data types in cobol?

774


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.

915


what is the use of outrecord?

1759


What are the various section in data division and briefly explain them.

676


Discuss about changing dataset name in proc.

747


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

1912


What is the difference between comp and comp-3 usage?

665


A table has two indexes defined. Which one will be used by the SEARCH?

735


What is amode(24)?

671


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10517