01rec1.
05 a pic 999v99 value 123.12
05 b pic 99v9 value 45.9
02 rec2.
05 x pic 999v99
05 y pic 99v99
05 z pic x(3) value 'abc'
if rec1 is moved to rec2 then what is the value of rec2?
Answer Posted / sweety
rec2 will be
123124590
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
) How do u handle errors in BMS macro?
Explain about different table spaces.
Give some examples of command terminators?
Mention the guidelines to write a structured cobol program?
Name the divisions, which are available in a cobol program?
What rules are followed by the search verb.
What is perform what is varying?
Describe the cobol database components?
How do get the result of your program directly on your pc?
Name some of the examples of COBOl 11?
What are literals?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What rules are to be followed while using the corresponding options?
Explain the configuration section of a cobol program with examples of syntax.