> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Lawrence
> Sent: Wednesday, May 10, 2006 1:41 PM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Like to generate a software inventory for shopz
> 
> 
> I tried an installed features list, but that is not 
> acceptable to the shopz
> folks. Like some JCL, if I may. ;)

Here is something that I used. You'll need to customize it. The download
the HFS file pointed to by the SMPXTOUT dd statement.

//STEP1    EXEC PGM=GIMXSID,PARM='WAIT=10MIN,L=ENU'
//SYSPRINT DD SYSOUT=*
//SMPOUT   DD SYSOUT=*
//SMPXTOUT DD PATH='/home1000/TSH009/consinv.bin',
//            PATHOPTS=(OWRONLY,OCREAT,OTRUNC),
//            FILEDATA=BINARY,PATHMODE=(SIRWXU,SIRWXG,SIRWXO)
//SYSIN    DD DATA,DLM=$$
CSI=SMPE16.GLOBAL.CSI
TARGET=MVST100
CSI=TS13.GZONE.CSI
TARGET=TZONE
$$


SMPE16.GLOBAL.CSI is the global SMP/E dataset for my z/OS 1.6 system.
TS13.GZONE.CSI is the global SMP/E dataset for my CICS/TS 1.3 product.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

This message (including any attachments) contains confidential
information intended for a specific individual and purpose, and its
content is protected by law.  If you are not the intended recipient, you
should delete this message and are hereby notified that any disclosure,
copying, or distribution of this transmission, or taking any action
based on it, is strictly prohibited. 
 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to