Answer Posted / abhinav nimje
Here as 9v99 takes 3 bytes which is preferrable for memory
management purpose.
So while Processing it wont display decimal point but
working will not be hampered.
9.99 will be used for displaying purpose only.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between binary search and sequential search?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
State the various causes of s0c1, s0c5 and s0c7.
Discuss about changing dataset name in proc.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What the difference is between continue and next sentence?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the compute verb? How is it used?
How do we get current date from system with century in COBOL?
Write some characteristics of cobol as means of business language.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the difference between Global and External Variables?