Answer Posted / shan
(N+1)/2 bytes
| Is This Answer Correct ? | 21 Yes | 4 No |
Post New Answer View All Answers
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the local-storage section?
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 PIC 9.99 and 9v99 in COBOL?
What are the various section in data division and briefly explain them.
What are the rules of the move verb?
Write some characteristics of cobol as means of business language.
Explain how to differentiate call by context by comparing it to other calls?
What are declaratives and what are their uses in cobol?
How do define dynamic array in cobol.
Can a Search can be done on a table with or without Index?
A table has two indexes defined. Which one will be used by the SEARCH?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is a report item?