9(2).99 how many bytes take? Why . consider as a byte?
Answer Posted / paray2x
It does take 5 bytes. Here the "." is an explicit decimal
point. This format is generally used only for display and
not for computations.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
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
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?
Why would you use find and get rather than to obtain?
Write the code implementing the perform … varying.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
In COBOL, what is the different between index and subscript?
What kind of error is trapped by on size error option?
how do you reference the variable unblock file formats from cobol programs
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is report-item in COBOL?
What are declaratives and what are their uses in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
When is inspect verb is used in cobol?
) How do u handle errors in BMS macro
What is static and dynamic call in cobol?