275 pts.
 AS/400 Version
How to view the AS400 server version and OS400 version??

Software/Hardware used:
AS400
ASKED: December 28, 2011  6:20 AM
UPDATED: March 17, 2012  6:01 AM

Answer Wiki:
Ya sure... using data area, we can find OS400 version...... <b>DSPDTAARA DTAARA(QSS1MRI)</b> it ll show you version and release.... if you want to see the model of OS400 using DSPSYSVAL SYSVAL(QMODEL)...
Last Wiki Answer Submitted:  December 28, 2011  6:37 am  by  pdsathishkumar   3,740 pts.
All Answer Wiki Contributors:  pdsathishkumar   3,740 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

is there any another answer for this question, except my answer…..

 3,740 pts.

 

Enter GO LICPGM and give option 10 “enter”, then “press”F11, it helps you to see the version,also shows all the installed license programs.

 1,350 pts.

 

is there any another answer…

There usually are many answers. An appropriate answer depends on needs and circumstances.

For OS version, you can also use WRKLICINF to see licensing information for Licensed Program Products (LPPs). The OS is a LPP.

Also, you can call the Retrieve Product Information (QSZRTVPR) API specifying ‘*OPSYS’ for Product ID.

The RTVSYSVAL command can retrieve the QMODEL system value. The Retrieve System Values (QWCRSVAL) API can do the same.

The _MATMATR1 MI builtin ( Materialize Machine Attributes (MATMATR) ) with Selection value x’012C’ for Vital product data can retrieve almost anything you want to know about the server model.

Tom

 107,735 pts.