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 the difference between AID and HANDLE AID?
Name some of the examples of COBOl 11?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is a scope terminator give example?
What is the LINKAGE SECTION used in COBOL?
HOw can I get the negative sign while deduct high value from low value
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How many sections are there in data division in COBOL?
Which mode is used to operate the sequential file?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What the difference is between continue and next sentence?
What is the utilization of copybook in cobol?
Why did you choose to work with ibm mainframe cobol programming?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?