can u give result for the fallowing example...
05 a pic 9(2)
05 b redifines a pic x(2).
move 'xy' to b.
display a,b.
Answer Posted / sathasivam
this ia correct
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is an in line perform? When would you use it? Anything else you wish to say about it.
Can we change the password using ALTER? anyone tried and changed?
Can we redefine the field of x(200) to less than 200?
When is inspect verb is used in 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?
Why would you use find and get rather than to obtain?
How do get the result of your program directly on your pc?
how do you reference the ksds vsam file formats from cobol programs
Explain how to differentiate call by context by comparing it to other calls?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
State the various causes of s0c1, s0c5 and s0c7.
What is the difference between comp and comp-3?
Write down the divisions of cobol program?
how do you reference the esds vsam file formats from cobol programs
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?