Answer Posted / malay
redefine clause is used to access same memory storage space by different data items.
ex...
01 a pic x(9).
01 b redefines pic 9(7)v9(2).
tips.
datatype may be different but size of B be same or less then size of A.
better for use same datatype and same size,so that out put should be correct.
| Is This Answer Correct ? | 11 Yes | 7 No |
Post New Answer View All Answers
How do u write test cases?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How can you get the ksds file records into your cobol program?
Whats the difference between search & search ALL?
What is Pic 9v99 Indicates in COBOL?
What is the compute verb? How is it used?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
what is difference between cobol and cobol/400
What are the different rules for performing sort operation?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
) How do u handle errors in BMS macro?
How do you reference the following file formats from cobol programs?
Explain how to differentiate call by context by comparing it to other calls?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?