01 a pic 9(9v99)
01 b pic 9(9.99)
wht will be the stored vales in both cases
Answer Posted / praveen
I also not seen such declation in COBOL.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the difference between comp and comp-3?
What is amode(31)
How do you define a variable of comp-1 and comp-2?
Define static linking and dynamic linking.
Explain how to differentiate call by context by comparing it to other calls?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What are the access modes of START statement?
What are all the divisions of a COBOL program?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What are various search techniques in cobol? Explain.
How to print 10 to 1 if the input have only 10 digit number?
What guidelines should be followed to write a structured cobol prgm?
In COBOL programming, what is PERFORM? What is VARYING?