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
Name some of the examples of COBOl 11?
how do you reference the fixed unblock file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Name the sections present in data division.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Differentiate between structured cobol programming and object-oriented cobol programming.
how do you reference the printer file formats from cobol programs
What is rmode(any) ?
How are the next sentence and continue different from each other?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How you can read the file from bottom?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the Purpose of Pointer in the string?
What is Pic 9v99 Indicates in COBOL?
What are various search techniques in cobol? Explain.