01 a pic x(4) value 'abcd'
01 b pic 9(3)
can we move from a to b.if possible what would be stored in
b.
Answer Posted / mainframe user
why do you want to do this? you know it is not compatible.
there is no point in doing analysis for this stuff.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the access modes of START statement?
How to know whether the module is dynamical or statistical?
What is rmode(24)
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 are INPUT PROCEDURE and OUTPUT PROCEDURE?
Which is not true about evaluate statement
What are the different types of condition in cobol and write their forms.
How can you get the ksds file records into your cobol program?
What are 77 levels used for?
What is the use of intialize verb?
explain sorting techniques in cobol program?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are all the divisions of a COBOL program?
Mention the guidelines to write a structured cobol program?