InterviewSolution
Saved Bookmarks
| 1. |
Lr Indicator And Return Operation? |
|
Answer» LR indicator – It close all the open files, Frees the SPACE and release ODP. RETURN – It dose not close files and dose not release the ODP and passes the control to the calling program / command prompt if the program is CALLED from command prompt. LR indicator – It close all the open files, Frees the space and release ODP. Return – It dose not close files and dose not release the ODP and passes the control to the calling program / command prompt if the program is called from command prompt. |
|