IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

What is the use of end-call


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
s.ayodhyawasi

New User


Joined: 16 Sep 2006
Posts: 13

PostPosted: Tue Mar 31, 2009 11:18 am
Reply with quote

What is the use of end-call?
is it just to mark the end of call statement? does it make any difference if we dont use it?
Back to top
View user's profile Send private message
pandey_nitin78

New User


Joined: 08 Aug 2005
Posts: 7

PostPosted: Tue Mar 31, 2009 11:57 am
Reply with quote

Hi ,


It doesn't make difference if you use it or not , The COBOL ON OVERFLOW and ON EXCEPTION phrases are not supported, so END-CALL also is not supported

Regards,
Nitin
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Mar 31, 2009 12:21 pm
Reply with quote

Hi,

END-CALL Phrase:
This phrase delimits the scope of the CALL statement. END-CALL permits a conditional CALL statement to be nested in another conditional statement. END-CALL can also be used with an imperative CALL statement.


And then check this link CALL entry_name (COBOL).
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Tue Mar 31, 2009 9:03 pm
Reply with quote

pandey_nitin78 wrote:
It doesn't make difference if you use it or not , The COBOL ON OVERFLOW and ON EXCEPTION phrases are not supported, so END-CALL also is not supported
What? What language are you thinking about?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Call program, directly from panel CLIST & REXX 9
No new posts Batch call online program, EXCI task ... CICS 3
No new posts CSQBGET - Call giving completion code... COBOL Programming 3
No new posts CICS DPL call CICS 6
Search our Forums:

Back to Top