I hav vari declaration like.....
77 a pic s9(9).99.
77 b pic s9(9).99 comp.
77 c pic s9(9).99 comp-3.
if i use MOVE 123456789.99 to a,b,c what happen every one
working fine ?
Answer / sri
comp does not work fine becoz it does not support decimal format
| Is This Answer Correct ? | 10 Yes | 0 No |
period is missing in the cobol program which error we getting
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
What is the compute verb? How is it used?
What are the various section in data division and briefly explain them.
subscript and index r not coded in u r application program what will happen?
how can u redefine picx(10) with pic 9(6).
what is the maximum error code in mainframe
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
What are some examples of command terminators?
how to display the dataset information?
What is the LINKAGE SECTION used for?