125 pts.
 ASP data to be sent to mail
daily basis i want to receive the iseries systems ASP percentage to be sent to my mail

Software/Hardware used:
software,iseries
ASKED: September 15, 2011  11:44 AM
UPDATED: March 31, 2012  4:26 PM

Answer Wiki:
You can write a CL program that will do DSPSYSVAL *PRINT. Then either just sent the spool file or write a little more code that will copy the SPLF to a DB and then extract the value from the file.
Last Wiki Answer Submitted:  September 15, 2011  12:46 pm  by  CharlieBrowne   32,855 pts.
All Answer Wiki Contributors:  CharlieBrowne   32,855 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

The command is DSPSYSSTS *PRINT

 3,175 pts.