Answer Posted / jp
SPPPP999 can be like .0000123 total is of 7 digits
7 is odd so answer would be 7/2+0.5=4 bytes
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the Purpose of Pointer in the string?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are declaratives and what are their uses in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
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
In which area will you utilize 88 level items in cobol?
Explain how to differentiate call by context by comparing it to other calls?
What are the different data types in cobol?
What is the utilization of copybook in cobol?
how do you reference the variable unblock file formats from cobol programs
What is length is cobol?
What is the difference between PIC 9.99 and PIC9v99?
what is search and searchall?what is the diffrence between them?give an best example?