What is the difference between Based and Define?
Answers were Sorted based on User's Feedback
Answer / scott
DEF : overlay the storage permanently. It can not be relocated. The same as redefines on
Cobol
BASED : overlay the storage by reference locator or pointer by ADDR. the storage can be relocatable
| Is This Answer Correct ? | 0 Yes | 0 No |
What tools are available in PL/1?
What are the different storage classes in PL/1?
What is the difference between Based and Define?
How we call procedures in PL/1?
What is meant by REORDER option in PL/1?
How do you handle exception in PL/1?
What is PL/I?
Difference between main program and a sub program in PL/1?
What is the use of GET LIST and PUT LIST?
What do the compilers provide?
Explain REENTRANT?
What is the difference between bulitin fuction VERIFY and INDEX?