How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / aloke deb
255
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Which mode is used to operate the sequential file?
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 ......
what is the difference between COBOL2 AND COBOL390?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What type of SDLC u followed? Why?
What is the difference between next sentence and continue in cobol programing language?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Write a program that uses move corresponding.
What is the local-storage section?
What is the difference between perform … with test after and perform … with test before?
Write the code implementing the perform … varying.
What kind of error is trapped by on size error option?
) how do u code after getting data?
what is the use of outrecord?
What is report-item in COBOL?