View previous topic :: View next topic |
Author |
Message |
selva21 Beginner
Joined: 30 Dec 2003 Posts: 53 Topics: 31
|
Posted: Thu Feb 02, 2006 5:36 am Post subject: Question on NATURAL Online Programs |
|
|
Hi,
Can someone let me know how an online NATURAL program will end its processing?
For example, in COBOL/CICS program, we use EXEC CICS RETURN statement to return control to CICS after the processing is over.
Do we have any similar statement in NATURAL? Or will the "END" keyword at the end of the program will take care of returning control to CICS?
If not, what is the usual process?
Thanks,
Selva. _________________ --------------------------------------------------------
Knowledge is power. But Imagination is more important than Knowledge. -Albert Einstein
-------------------------------------------------------- |
|
Back to top |
|
|
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Thu Feb 02, 2006 7:26 am Post subject: |
|
|
You use the TERMINATE statement.
O.
________
gm foods
Last edited by ofer71 on Sat Feb 05, 2011 11:30 am; edited 1 time in total |
|
Back to top |
|
|
selva21 Beginner
Joined: 30 Dec 2003 Posts: 53 Topics: 31
|
Posted: Thu Feb 02, 2006 7:56 am Post subject: |
|
|
Thanks ofer71. _________________ --------------------------------------------------------
Knowledge is power. But Imagination is more important than Knowledge. -Albert Einstein
-------------------------------------------------------- |
|
Back to top |
|
|
|
|