Re: Extract SMPE FMIDs

2007-01-17 Thread Mark Zelden
On Wed, 17 Jan 2007 07:51:54 +0100, Miran Cotic [EMAIL PROTECTED] wrote: You can use two jobs attached bellow: //S1 EXEC PGM=GIMSMP,REGION=0M,TIME=NOLIMIT //SMPCSI DD DISP=SHR,DSN=ZOS17.GLOBAL.CSI //SMPLOG DD DUMMY //SMPLOGA DD DUMMY //SMPPUNCH DD DSN=SYSPROG.SMPPUNCH,DISP=SHR

Re: Extract SMPE FMIDs

2007-01-17 Thread Rick Fochtman
---snip We installed Z/OS 1.7 recently, we have some old IBM products in our existing Z/OS 1.4 system (such as Netview Access) which use the same Z/OS SMPE Zones (it came before in the same serverpac of Z/OS 1.4). I want to use this products with my

Re: Extract SMPE FMIDs

2007-01-17 Thread Tom Marchant
On Tue, 16 Jan 2007 22:39:30 -0800, Mohamed Juma wrote: We installed Z/OS 1.7 recently, we have some old IBM products in our existing Z/OS 1.4 system (such as Netview Access) which use the same Z/OS SMPE Zones (it came before in the same serverpac of Z/OS 1.4). You could order another

Re: Extract SMPE FMIDs

2007-01-17 Thread Ramiro Camposagrado
On Tue, 16 Jan 2007 22:39:30 -0800, Mohamed Juma [EMAIL PROTECTED] wrote: HI, We installed Z/OS 1.7 recently, we have some old IBM products in our existing Z/OS 1.4 system (such as Netview Access) which use the same Z/OS SMPE Zones (it came before in the same serverpac of Z/OS 1.4). I want to

Extract SMPE FMIDs

2007-01-16 Thread Mohamed Juma
HI, We installed Z/OS 1.7 recently, we have some old IBM products in our existing Z/OS 1.4 system (such as Netview Access) which use the same Z/OS SMPE Zones (it came before in the same serverpac of Z/OS 1.4). I want to use this products with my new Z/OS 1.7, my problem how can I extract the

Re: Extract SMPE FMIDs

2007-01-16 Thread Miran Cotic
You can use two jobs attached bellow: //S1 EXEC PGM=GIMSMP,REGION=0M,TIME=NOLIMIT //SMPCSI DD DISP=SHR,DSN=ZOS17.GLOBAL.CSI //SMPLOG DD DUMMY //SMPLOGA DD DUMMY //SMPPUNCH DD DSN=SYSPROG.SMPPUNCH,DISP=SHR //SMPOUT DD SYSOUT=* //SMPRPT DD SYSOUT=* //SMPLIST DD SYSOUT=*