MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

PL/I - Entry Point

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming
View previous topic :: View next topic  
Author Message
key
Beginner


Joined: 29 Dec 2005
Posts: 19
Topics: 6

PostPosted: Thu Feb 23, 2006 4:36 am    Post subject: PL/I - Entry Point Reply with quote

Hi,

Following thing is possible in PL/1 ?

Main Procedure:-
A: Proc options(main);
dcl b1 ext entry;
dcl b2 ext entry;

Call b1;
Call b2;

End A;

Subprocedure:-
B: Proc

b1: Proc
............
............
End b1;

b2: proc
...........
end b2;
end B;

Could you please explain Entry Point concept ?
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12380
Topics: 75
Location: San Jose

PostPosted: Thu Feb 23, 2006 5:33 am    Post subject: Reply with quote

Quote:

Could you please explain Entry Point concept


key,

Read this

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/C2714602/6.4?DT=20020917160741

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
key
Beginner


Joined: 29 Dec 2005
Posts: 19
Topics: 6

PostPosted: Wed Mar 01, 2006 9:11 am    Post subject: Reply with quote

Thank Much. I will check it out the link.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group