Difference between revisions of "PASE"
From MidrangeWiki
MrDolomite (talk | contribs) m (→Java: add AIX compatability section) |
MrDolomite (talk | contribs) (→AIX compatability: added table from V5R3 and V5R4 Infocenter) |
||
Line 4: | Line 4: | ||
==AIX compatability== | ==AIX compatability== | ||
+ | {|style="position:relative; margin: 0 0 0.5em 1em; border-collapse: collapse; background:white; clear:right; text-align:center;" border="1" cellpadding="7" | ||
+ | ! AIX<br>release | ||
+ | ! V4R5 | ||
+ | ! V5R1 | ||
+ | ! V5R2 | ||
+ | ! V5R3 | ||
+ | ! V5R4 | ||
+ | |- | ||
+ | | 4.2<br>(32-bit) | ||
+ | || Yes | ||
+ | || Yes | ||
+ | || Yes | ||
+ | || Yes | ||
+ | || ''Unknown'' | ||
+ | |- | ||
+ | | 4.3<br>(32-bit) | ||
+ | || Yes | ||
+ | || Yes | ||
+ | || Yes | ||
+ | || Yes | ||
+ | || Yes | ||
+ | |- | ||
+ | | 4.3<br>(64-bit) | ||
+ | || {{small|No}} | ||
+ | || Yes | ||
+ | || {{small|No}} | ||
+ | || {{small|No}} | ||
+ | || {{small|No}} | ||
+ | |- | ||
+ | | 5.1<br>(32/64-bit) | ||
+ | || {{small|No}} | ||
+ | || {{small|No}} | ||
+ | || Yes | ||
+ | || Yes | ||
+ | || Yes | ||
+ | |- | ||
+ | | 5.2<br>(32/64-bit) | ||
+ | || {{small|No}} | ||
+ | || {{small|No}} | ||
+ | || {{small|No}} | ||
+ | || Yes | ||
+ | || Yes | ||
+ | |- | ||
+ | | 5.3<br>(32/64-bit) | ||
+ | || {{small|No}} | ||
+ | || {{small|No}} | ||
+ | || {{small|No}} | ||
+ | || {{small|No}} | ||
+ | || Yes | ||
+ | |} | ||
− | + | Sources: | |
+ | *[http://publib.boulder.ibm.com/infocenter/iseries/v5r3/topic/rzalf/rzalfplanning.htm Infocenter V5R3 - Plan for OS/400 PASE] | ||
+ | *[http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/rzalf/rzalfplanning.htm Infocenter V5R4 - Plan for i5/OS PASE] | ||
==Java== | ==Java== |
Revision as of 19:05, 27 September 2007
PASE, an acronym for Portable Application Solutions Environment, is an IBM-supplied licensed program which provides a subset of AIX functionality on the iSeries.
This can be used to port a number of traditionally unix-only capabilites to the iSeries, including zip/unzip, sftp, tcl and GnuPGP.
AIX compatability
AIX release |
V4R5 | V5R1 | V5R2 | V5R3 | V5R4 |
---|---|---|---|---|---|
4.2 (32-bit) |
Yes | Yes | Yes | Yes | Unknown |
4.3 (32-bit) |
Yes | Yes | Yes | Yes | Yes |
4.3 (64-bit) |
No | Yes | No | No | No |
5.1 (32/64-bit) |
No | No | Yes | Yes | Yes |
5.2 (32/64-bit) |
No | No | No | Yes | Yes |
5.3 (32/64-bit) |
No | No | No | No | Yes |
Sources:
Java
In V5R4, the 32bit version of the JVM runs in PASE.
External links
- http://www-1.ibm.com/servers/enable/site/porting/iseries/pase/
- OS/400 PASE from V5R3 Infocenter
- i5/OS PASE from V5R4 Infocenter