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

difference between Enterprise PL1 and conventional 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 Jul 01, 2008 9:52 pm
Reply with quote

difference between Enterprise PL1 and conventional PL1.
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Wed Jul 02, 2008 1:10 pm
Reply with quote

Quote:
difference between Enterprise PL1 and conventional PL1.


Essentially, Enterprise PL/1 is supported by IBM whereas previous releases are no longer supported. Enterprise PL/1 is for LE runtime.

Enterprise PL/1 would now be considered "conventional" PL/1.

Regards,
Garry.
Back to top
View user's profile Send private message
pli guy

New User


Joined: 11 Apr 2008
Posts: 5
Location: hyderabad

PostPosted: Thu Jul 03, 2008 9:50 am
Reply with quote

ya above returned is correct... i am currently working on converting pli programs into Epli programs...

compiler differences for example:
we never initialize pointers while pli coding..and compiler never shows any errors...
but in epli compiler shows it as an error..
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Thu Jul 03, 2008 12:52 pm
Reply with quote

Check your Compiler options. There are several options available to reduce the severity of compiler errors. Look at the INITAUTO, INITCTL, INITBASED and INITSTATIC options which cause the compiler to generate INIT statements for variables.

Also, be aware that syntax-checks are always likely to become stricter as compilers progress.

Regards,
Garry.
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 Timestamp difference and its average ... DB2 11
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts What is the difference between Taskty... Compuware & Other Tools 2
No new posts JSON PARSE in Enterprise COBOL COBOL Programming 2
No new posts Difference between VALIDPROC and CHEC... DB2 3
Search our Forums:

Back to Top