77 a pic x(4) value '1234' -----> instead of this 'abcd'
77 b pic 9(4) value zeros.
move a to b
what is the answers for both cases?
IS it possible? Give me elementary move rules briefly......
Answer Posted / vinodquestion
Hi Mr. Amar. Thank you for your answer. Then wat about 'abcd'..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
What is the difference between perform … with test after and perform … with test before?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
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 is the default value(s) for an initialize? What keyword will allow for an override of the default?
What rules are followed by the search verb.
What are the different open modes available in cobol?
i need a small 3d program using inline and outline.
What is rmode(24)
Why occurs cannot be used in 01 level in COBOL?
In COBOL, what is the different between index and subscript?
Mention the guidelines to write a structured cobol program?
How do we get current date from system with century in COBOL?
What is the utilization of copybook in cobol?
What is the difference between PIC 9.99 and PIC9v99?