|
| Total Answers and Comments: 3 |
Last Update: December 29, 2008 Asked by: gilbat82 |
|
| | |
|
Submitted by: prasanfid goback
- When specified in main program, will act like stop run. i.e give control back too
O.S - When specified in sub-program, will give control back to main program
Exit-program
- When specified in main program, will throw abend4038 (compilation) error, since it wont give the control back to the
O.S - When specified in sub-program, will give control back to main program
stop run
- Will stop the current program and give control back to O.S (even in sub-program)
Above answer was rated as good by the following members: i_virus, gilbat82, savemeenachilar, kiranrcse | Go To Top
|