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 / rajeumesh
Answer 2 is correct
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
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?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between next sentence and continue in cobol programing language?
What is the difference between Global and External Variables?
What the difference is between continue and next sentence?
how do you define single dimensional array and multidimensional array in your cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how do you reference the printer file formats from cobol programs
What is static and dynamic call in cobol?
What is the difference between comp and comp-3?
Write some characteristics of cobol as means of business language.
What do you understand by psb and acb?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
State the various causes of s0c1, s0c5 and s0c7.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?