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 / vishal
DATA EXCEPTION ERROR
Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
What is inspect in cobol ?
What is the difference between perform … with test after and perform … with test before?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
) How do u handle errors in BMS macro?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are the different data types in cobol?
How do you reference the following file formats from cobol programs?
How do u write test cases?
What is a SSRANGE and NOSSRANGE?
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.
What are the access modes of START statement?
how do you define single dimensional array and multidimensional array in your cobol?
how do you reference the fixed unblock file formats from cobol programs