01 a pic x(6) value is abcdef
01 b pic x(3)
move a to b wht will be the value in b ?
Answer Posted / kiran
abc
| Is This Answer Correct ? | 4 Yes | 0 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?
What are the access modes of START statement?
What is the difference between comp and comp-3 usage?
When is inspect verb is used in cobol?
What is the difference between goback, stop run and exit program in cobol?
What are different data types in cobol?
Name the sections present in data division.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is a SSRANGE and NOSSRANGE?
In COBOL programming, what is PERFORM? What is VARYING?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the difference between PIC 9.99 and PIC9v99?
Write a cobol program making use of the redefine clause.
How do you define a variable of comp-1 and comp-2?
Write a program to explain size error.