Re: Looking for USERMOD samples

2016-12-29 Thread R.S.
Gentlemen, Thank you for your help, explanations and examples. I appreciate it. I'm going to do some test on my sandbox environment, so likely I will ask further questions ;-) Regards -- Radoslaw Skorupka Lodz, Poland --- Treść tej wiadomości może zawierać informacje prawnie chronione Ban

Re: Looking for USERMOD samples

2016-12-28 Thread Paul Gilmartin
On 2016-12-27 14:47, R.S. wrote: > I'm trying to learn a little bit about SMP/E usermods. > Unfortunately neither SMP/E manuals nor google did not provide good (*well > explained*) samples. > This moved me to polish off one of my SMP/E tests. Not attaching about 300 lines of CSI setup. This cop

Re: Looking for USERMOD samples

2016-12-28 Thread Jesse 1 Robinson
;-( Examples didn't match Type definitions in original note. Replacement Type 1 below. There are several types of usermods that turn source code into a load module depending on the initial SMP/E environment. There are undoubtedly other variations for each example below, but these have worked f

Re: Looking for USERMOD samples

2016-12-28 Thread Jesse 1 Robinson
There are several types of usermods that turn source code into a load module depending on the initial SMP/E environment. There are undoubtedly other variations for each example below, but these have worked for years across many z/OS releases. Note that data sets do not necessarily exist as named

Re: Looking for USERMOD samples

2016-12-28 Thread Tom Marchant
On Wed, 28 Dec 2016 16:42:43 +0100, R.S. wrote: >BTW: Another "favorite" example is ICHRDSNT: >- >//SYSPUNCH DD DSN=&LOADSET, >// DISP=(,PASS),UNIT=3390,SPACE=(CYL,(5,1)) >//SYSINDD * > PUNCH '++USERMOD (CPPDSNT).' > PUNCH '++ VER (Z038) FMID(HRF77A0).' >

Re: Looking for USERMOD samples

2016-12-28 Thread R.S.
W dniu 2016-12-28 o 16:02, Tom Marchant pisze: On Tue, 27 Dec 2016 22:47:20 +0100, R.S. wrote: I'm trying to learn a little bit about SMP/E usermods. Are you trying to learn in general, or specifically about the sample below? Both. I'm trying to learn in general and understand the sample I f

Re: Looking for USERMOD samples

2016-12-28 Thread Tom Marchant
On Tue, 27 Dec 2016 14:29:34 -0800, Gerhard Adam ++JCLIN. >// EXEC PGM=IEBCOPY >//DISTDD DD DSN=distribution library,DISP=SHR [NOTE: make the DD >statement that on the DISTMOD parameter]. >//TARGLIB DD DSN=target.library,DISP=SHR [NOTE: DD statement must >reflect target library] Th

Re: Looking for USERMOD samples

2016-12-28 Thread Tom Marchant
On Tue, 27 Dec 2016 22:47:20 +0100, R.S. wrote: >I'm trying to learn a little bit about SMP/E usermods. Are you trying to learn in general, or specifically about the sample below? >Unfortunately neither SMP/E manuals nor google did not provide good >(*well explained*) samples. > > >Example (fro

Re: Looking for USERMOD samples

2016-12-28 Thread Jousma, David
cember 27, 2016 4:47 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Looking for USERMOD samples I'm trying to learn a little bit about SMP/E usermods. Unfortunately neither SMP/E manuals nor google did not provide good (*well explained*) samples. Example (from File Manager): //SMPCNTL DD * S

Re: Looking for USERMOD samples

2016-12-27 Thread retired mainframer
> -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of R.S. > Sent: Tuesday, December 27, 2016 1:47 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Looking for USERMOD samples > > I'm trying to learn a li

Re: Looking for USERMOD samples

2016-12-27 Thread Gerhard Adam
: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Looking for USERMOD samples W dniu 2016-12-27 o 22:54, Paul Gilmartin pisze: > On 2016-12-27 14:47, R.S. wrote: >> I'm trying to learn a little bit about SMP/E usermods. >> Unfortunately neither SMP/E manuals nor google did not provide g

Re: Looking for USERMOD samples

2016-12-27 Thread Gerhard Adam
@LISTSERV.UA.EDU Subject: Re: Looking for USERMOD samples On 2016-12-27 14:47, R.S. wrote: > I'm trying to learn a little bit about SMP/E usermods. > Unfortunately neither SMP/E manuals nor google did not provide good (*well explained*) samples. > > > Example (from File Manag

Re: Looking for USERMOD samples

2016-12-27 Thread Paul Gilmartin
On 2016-12-27 15:09, R.S. wrote: > W dniu 2016-12-27 o 22:54, Paul Gilmartin pisze: >> On 2016-12-27 14:47, R.S. wrote: >>> I'm trying to learn a little bit about SMP/E usermods. >>> Unfortunately neither SMP/E manuals nor google did not provide good (*well >>> explained*) samples. >>> >>> >>> Exa

Re: Looking for USERMOD samples

2016-12-27 Thread R.S.
W dniu 2016-12-27 o 22:54, Paul Gilmartin pisze: On 2016-12-27 14:47, R.S. wrote: I'm trying to learn a little bit about SMP/E usermods. Unfortunately neither SMP/E manuals nor google did not provide good (*well explained*) samples. Example (from File Manager): //SMPCNTL DD * SET BDY(GLOBA

Re: Looking for USERMOD samples

2016-12-27 Thread Paul Gilmartin
On 2016-12-27 14:47, R.S. wrote: > I'm trying to learn a little bit about SMP/E usermods. > Unfortunately neither SMP/E manuals nor google did not provide good (*well > explained*) samples. > > > Example (from File Manager): > //SMPCNTL DD * > SET BDY(GLOBAL). > RECEIVE SELECT(FMN2001) SYSMOD

Looking for USERMOD samples

2016-12-27 Thread R.S.
I'm trying to learn a little bit about SMP/E usermods. Unfortunately neither SMP/E manuals nor google did not provide good (*well explained*) samples. Example (from File Manager): //SMPCNTL DD * SET BDY(GLOBAL). RECEIVE SELECT(FMN2001) SYSMODS. SET BDY (TARGET). APPLY SELECT(FMN2001) RETR