Answer Posted / sunny kalra
Also, if you need more than 18 decimal digits, you must use COMP-3 (or DISPLAY) as COMP variables cannot exceed 18 digits while COMP-3 can be up to 31 digits.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a scope terminator give example?
What the difference is between continue and next sentence?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
what happens if parmparameter passes zero bytes to the program
Write a program that uses move corresponding.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
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 amode(24)?
) How do u handle errors in BMS macro
What is the problem of ordered sequential files access?
Write the code to count the sum of n natural numbers.
Write a cobol program making use of the redefine clause.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
how to refer the data field?
What is the Purpose of Pointer in the string?