Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
[Solved]GO Back & EXIT Program in Main program

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL
Author Message
rameshc

New User


Joined: 16 Mar 2005
Posts: 6
Location: chennai

PostPosted: Fri Mar 18, 2005 2:26 am    Post subject: GO Back & EXIT Program in Main program
Reply with quote

1.what happen go back stt in stand alone program.
2.what happen exit program stt in stand alone
Back to top
View user's profile Send private message
References
PostPosted: Fri Mar 18, 2005 2:26 am    Post subject: Re: GO Back & EXIT Program in Main program Reply with quote

ragin

New User


Joined: 20 Feb 2005
Posts: 16

PostPosted: Fri Mar 18, 2005 7:56 am    Post subject: Re: GO Back & EXIT Program in Main program
Reply with quote

Hey dude,
Go back in stand alone program causes ur program to go to the calling statment in ur program.

Exit it will just cause an end to the main program.

Exit is encountered by a period(.),go back dosent have any period till it gets exit.Got it dude??????
Back to top
View user's profile Send private message
mcmillan

Site Admin


Joined: 18 May 2003
Posts: 904
Location: India

PostPosted: Fri Mar 18, 2005 12:36 pm    Post subject:
Reply with quote

Check this:

Code:
+------------------------------------------------------------------------+
?     Effects of various termination statements                    ?
+------------------------------------------------------------------------?
? Termination   ?                            ?                           ?
? Statement     ? Main Program               ? Subprogram                ?
+---------------+----------------------------+---------------------------?
? EXIT PROGRAM  ? No action taken.           ? Return to calling         ?
?               ?                            ? program.                  ?
+---------------+----------------------------+---------------------------?
? STOP RUN      ? Return to calling          ? Return directly to the    ?
?               ? program.(1) (May be the    ? program that called the   ?
?               ? system and cause job to    ? main program.(1) (May be  ?
?               ? end.)                      ? the system and cause job  ?
?               ?                            ? to end.)                  ?
+---------------+----------------------------+---------------------------?
? GOBACK        ? Return to calling          ? Return to calling         ?
?               ? program.(1) (May be the    ? program.                  ?
?               ? system and cause job to    ?                           ?
?               ? end.)                      ?                           ?
+------------------------------------------------------------------------+
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL All times are GMT + 6 Hours
Page 1 of 1