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 redefines clause in COBOL?
How many bytes S(8) comp field occupy and its maximum value?
How do you differentiate between cobol and cobol-ii?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Can a Search can be done on a table with or without Index?
HOw can I get the negative sign while deduct high value from low value
what is the difference between COBOL2 AND COBOL390?
how do you reference the esds vsam file formats from cobol programs
Write a program to enter and display the names of students in a class using the occurs clause.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the compute verb? How is it used?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
) How do u handle errors in BMS macro?