9(2).99 how many bytes take? Why . consider as a byte?
Answers were Sorted based on User's Feedback
Answer / 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 |
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
How can you submit a job from COBOL programs?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
How do u initialize an array?
What are the different rules of SORT operation?
How can we increase the size of an existing PDS to include more no. of modules.
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
using redefine can you redefine lower variable size to higher variable size?
If we use GO BACK instead of STOP RUN in cobol?
What are the two search techniques ?
Can we use redefine clause in occurs clause?