01 var1 pic x(10)
01 var2 redefines var1 pic 9(10).
then in procedure division
move 'abcde' to var1 then waht is the value of var1 and var2
Answer Posted / veena
************************************************************
************************************************************
************************************************************
It will give compilation error.
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
What is amode(31)
What are the different data types in cobol?
Write the code to count the sum of n natural numbers.
Which Search verb is equivalent to PERFORM…VARYING?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
how do you reference the esds vsam file formats from cobol programs
Explain the configuration section of a cobol program with examples of syntax.
What are the rules of the move verb?
Write the code implementing the perform … varying.
How do get the result of your program directly on your pc?
How do you define a variable of comp-1 and comp-2?
how to move the records from file to array table. give with code example
What is the difference between structured cobol programming and object alternativelyiented cobol?
Explain how you can characterize tables in cobol?
What are different data types in cobol?