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

Difference between Entry and System Entry in PL1.


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
saubhik

New User


Joined: 21 Sep 2007
Posts: 35
Location: kolkata

PostPosted: Tue May 27, 2008 10:55 am
Reply with quote

Difference between Entry and System Entry in PL1.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue May 27, 2008 12:10 pm
Reply with quote

can You be a bit more specific on the terminology..

Entry Point is the address
( identified by a name/label with the entry/external attribute)
used as the entry point for instruction execution - the first instruction of a subroutine
or the address of a variable used by some other module not compiled in the same run ( approximate definiton, sufficient for a first approach )

or when referred to tables ( not db2 ) an entry is the occurrence of a &row of that table
Back to top
View user's profile Send private message
saubhik

New User


Joined: 21 Sep 2007
Posts: 35
Location: kolkata

PostPosted: Tue May 27, 2008 12:35 pm
Reply with quote

In my code there were two stement:

DCL abc SYSTEM ENTRY;
DCL xyz ENTRY;

what is the difference between these two?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue May 27, 2008 12:48 pm
Reply with quote

what environment, what pl/i release

I just checked the pl/i manuals, but the SYSTEM attribute was used in a different way
and with a completely different syntax
Back to top
View user's profile Send private message
saubhik

New User


Joined: 21 Sep 2007
Posts: 35
Location: kolkata

PostPosted: Tue May 27, 2008 9:14 pm
Reply with quote

My question was if there were two entries in a program eg one as system entry and other entry.Both of them are used to indicate called subroutine.
so whts the difference?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue May 27, 2008 9:28 pm
Reply with quote

read my previous post and, please, answer my questions;
I got curious and I searched all the entreprise pli docs
but I wasn' t able to find a reference to Your syntax samples

does Your program compile correctly or You get warnings ??
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts Insert system time/date (timestamp) u... DFSORT/ICETOOL 5
No new posts JCL Dynamic System Symbols JCL & VSAM 3
No new posts Timestamp difference and its average ... DB2 11
Search our Forums:

Back to Top