Re: IEASYS problem

2020-10-05 Thread Brian Westerman
Cool,

Thanks

Brian

On Mon, 5 Oct 2020 15:16:37 +, Jesse 1 Robinson  
wrote:

>SYS1.SAMPLIB(SPPINST) Is the member that provides code to install the SYSPARM 
>dialog. 
>
>.
>.
>J.O.Skip Robinson
>Southern California Edison Company
>Electric Dragon Team Paddler 
>SHARE MVS Program Co-Manager
>323-715-0595 Mobile
>626-543-6132 Office ⇐=== NEW
>robin...@sce.com
>
>-Original Message-
>From: IBM Mainframe Discussion List  On Behalf Of 
>Roger Lowe
>Sent: Monday, October 5, 2020 5:00 AM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: (External):Re: IEASYS problem
>
>CAUTION EXTERNAL EMAIL
>
>On Sun, 4 Oct 2020 23:53:18 -0500, Brian Westerman 
> wrote:
>
>>I don't have a sysparm member in sys1.samplib, is it from an older release 
>>than 2.3?
>>
>>Brian
>>
>Have a look in SAMPLIB for the "SPP*" members .
>
>Roger
>
>
>--
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IEASYS problem

2020-10-05 Thread Gadi Ben-Avi
Hi,
During the IPL, The message:
IEA008I SYSTEM PARMS FOLLOW FOR z/OS 02.03.00 HBB77B0
IEASYS0B 
IEASYS00 
Was displayed.
I then see 
IEE252I MEMBER IEASYS00 FOUND IN SYS1.PARMLIB 
IEA325I IEASYS00 PARAMETER LIST   
With a list of all of the parameters is IEASYS00
IEE252I MEMBER IEASYS0B FOUND IN SYS1.PARMLIB 
IEA325I IEASYS0B PARAMETER LIST   
With a list of all of the parameters is IEASYS0B
IEE252I MEMBER IEASYS00 FOUND IN SYS1.PARMLIB  
IEA325I IEASYS00 PARAMETER LIST
With a list of all of the parameters is IEASYS00

So it looks like IEASYS00 was read  twice.
When I looked in IEASYM00 it said:
SYSDEF  SYSPARM(00,L) 
SYMDEF(&IOAVER='V919')   
I changed IEASYM00 to:
SYSDEF  LPARNAME(CDVL) SYSPARM(0A,L) 
SYMDEF(&IOAVER='V919')   
SYSDEF  LPARNAME(CMP1) SYSPARM(0B,L) 
SYMDEF(&IOAVER='V919')   
Which I hope will fix the problem.

We have a product called Image Focus from NewEra Software, which among other 
things, parses  the PARMLIB.
It currently tells me that everything is OK.

I'll have to wait for the next IPL to check.

Gadi


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Jesse 1 Robinson
Sent: Monday, October 5, 2020 6:17 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: IEASYS problem

SYS1.SAMPLIB(SPPINST) Is the member that provides code to install the SYSPARM 
dialog. 

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Roger Lowe
Sent: Monday, October 5, 2020 5:00 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: IEASYS problem

CAUTION EXTERNAL EMAIL

On Sun, 4 Oct 2020 23:53:18 -0500, Brian Westerman 
 wrote:

>I don't have a sysparm member in sys1.samplib, is it from an older release 
>than 2.3?
>
>Brian
>
Have a look in SAMPLIB for the "SPP*" members .

Roger


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IEASYS problem

2020-10-05 Thread Attila Fogarasi
You cannot, 00 is always used as the base, you can only concatenate
over-rides to it.  LOADxx and IEASYMxx will concatenate to 00, and WTOR
response will over-ride LOADxx and IEASYMxx -- but I know of no way to
eliminate 00 as a base.  Normally 0B would have all the needed over-ride
values for 00 making it effectively the same as "only 0B" :)

On Tue, Oct 6, 2020 at 3:18 PM Gadi Ben-Avi  wrote:

> HI,
> The output from D IPLINFO,SYSP is
> IEE255I SYSTEM PARAMETER 'SYSP': (0B,00)
> I would like it to be only 0B
>
> Gadi
>
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf
> Of Peter Relson
> Sent: Sunday, October 4, 2020 4:46 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: IEASYS problem
>
> What does DISPLAY IPLINFO,SYSP show?
>
> Peter Relson
> z/OS Core Technology Design
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send email
> to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IEASYS problem

2020-10-05 Thread Gadi Ben-Avi
HI,
The output from D IPLINFO,SYSP is
IEE255I SYSTEM PARAMETER 'SYSP': (0B,00)
I would like it to be only 0B

Gadi

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Peter Relson
Sent: Sunday, October 4, 2020 4:46 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: IEASYS problem

What does DISPLAY IPLINFO,SYSP show?

Peter Relson
z/OS Core Technology Design


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: searching for CP-67 source or microfiche listings

2020-10-05 Thread David Spiegel

Hi Mark,
That's what I had in mind.
The term NSS, I'm pretty sure, wasn't coined until they were spool files.

Regards,
David

On 2020-10-05 17:33, Mark S Waterbury wrote:

To clarify, what I meant was CP's "saved system" facility that used much the 
same mechanisms to define named segments to CP, e.g. DMKSNT.

This capability existed even in CP-67 CP, so that users could type "IPL CMS" 
for example.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: searching for CP-67 source or microfiche listings

2020-10-05 Thread Mark S Waterbury
To clarify, what I meant was CP's "saved system" facility that used much the 
same mechanisms to define named segments to CP, e.g. DMKSNT.

This capability existed even in CP-67 CP, so that users could type "IPL CMS" 
for example.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: C RTL regcomp() fails with more than 9 (groups)

2020-10-05 Thread Thomas David Rivers

Kirk Wolf wrote:


Can be demonstrated with the following test program.  This works fine with
regcomp() on linux and other RE platforms (PCRE, javascript, python, etc).

 


I dunno why that would fail - tried it with a couple of UNIXs
and of course Dignus Systems/C, all got return-code of 0.
(Had to add the missing closing of the comment.)

Looks like you're getting a REG_EPAREN... there are no \( or \)
parens in your string, just "regular" altnerations of parenthesized
sub-expressions.   I verified that removing at least one alternation allows
IBM's regcomp() to succeed. 


Looks like they must have a fixed limit somewhere... ???   Perhaps just
the regular-expression parser?   I suppose you'll have to break it up
into more than one regcomp()+regex() to test the various alternatives.

  - Dave R. -


--
riv...@dignus.comWork: (919) 676-0847
Get your mainframe programming tools at http://www.dignus.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: searching for CP-67 source or microfiche listings

2020-10-05 Thread Joe Monk
Dave,

NSS were on the scene in VM/370 Rel. 6.

Page 132

http://www.bitsavers.org/pdf/ibm/370/VM_370/Release_6/GC20-1807-7_VM370_System_Programmers_Guide_Rel_6_4-81.pdf

Joe

On Mon, Oct 5, 2020 at 2:47 PM David Spiegel 
wrote:

> Hi Mark,
> IIRC, NSSs didn't come on the scene until much later than Vm/370 Rel. 6.
> Did you mean DCSS perhaps?
>
> Regards,
> David
>
> On 2020-10-05 11:00, Mark S Waterbury wrote:
> > Hello, IBM mainframe enthusiasts:
> >
> > Recently we have obtained images of some old tapes containing source
> code for the original Cambridge Monitor System (CMS) from CP-67.
> >
> > We can restore that source under VM/370 Rel. 6 CMS, running on older
> hardware or under the Hercules-390 emulator or the new SIMH IBM360
> simulator (that also simulates non-XA models of S/370).  Several people are
> now working to recreate CMS67 by re-assembling the source code, to geneate
> a nucleus and save it as a "named saved system" under VM/370 Rel. 6, so
> that people can experience what "early CMS" was like, compared to the more
> "modern" VM/370 CMS, (but under VM/370 vs. CP-67), e.g. by logging on to
> VM/370 and typing "IPL CMS67" ...
> >
> > For historical accuracy, the SIMH IBM360 simulator also supports the 360
> model 67, and so we would really like to find a copy of the source code for
> CP.
> >
> > IBM apparently made microfiche listings available for the CP component
> of CP-67, as well as the CMS component. The complete microfiche set for
> CP-67/CMS was IBM form # GYB0-0789-0, or for just the CP-67 listings on
> microfiche, form # GYB0-0592-1, and for CMS microfiche listings only, form
> # GYB0-0593-1.  If anyone can find a copy of microfiche listings for CP-67
> CP, we can re-create the source code from that, using IBM microfiche; some
> shops had "COM" (Computer Output to Microfiche), so perhaps someone may
> still have a copy of those listings in that format.
> >
> > Also, If anyone recalls any IBM customer sites that ran CP-67/CMS back
> in the day, where we might find possibly some old tapes containing those
> source materials, please let me know here on this list, or you can reply
> privately.  (Even better would be to find a copy of the original CP-67/CMS
> distribution tape for 360D-05.2.005, but due to age, etc., this now seems
> less likely.)
> >
> > Thanks in advance for any help with these "computer software
> archaeology" and historical restoration efforts.
> >
> > All the best,
> >
> > Mark S. Waterbury
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> > .
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: searching for CP-67 source or microfiche listings

2020-10-05 Thread David Spiegel

Hi Mark,
IIRC, NSSs didn't come on the scene until much later than Vm/370 Rel. 6. 
Did you mean DCSS perhaps?


Regards,
David

On 2020-10-05 11:00, Mark S Waterbury wrote:

Hello, IBM mainframe enthusiasts:

Recently we have obtained images of some old tapes containing source code for 
the original Cambridge Monitor System (CMS) from CP-67.

We can restore that source under VM/370 Rel. 6 CMS, running on older hardware or under the Hercules-390 emulator or the 
new SIMH IBM360 simulator (that also simulates non-XA models of S/370).  Several people are now working to recreate 
CMS67 by re-assembling the source code, to geneate a nucleus and save it as a "named saved system" under 
VM/370 Rel. 6, so that people can experience what "early CMS" was like, compared to the more 
"modern" VM/370 CMS, (but under VM/370 vs. CP-67), e.g. by logging on to VM/370 and typing "IPL 
CMS67" ...

For historical accuracy, the SIMH IBM360 simulator also supports the 360 model 
67, and so we would really like to find a copy of the source code for CP.

IBM apparently made microfiche listings available for the CP component of CP-67, as well 
as the CMS component. The complete microfiche set for CP-67/CMS was IBM form # 
GYB0-0789-0, or for just the CP-67 listings on microfiche, form # GYB0-0592-1, and for 
CMS microfiche listings only, form # GYB0-0593-1.  If anyone can find a copy of 
microfiche listings for CP-67 CP, we can re-create the source code from that, using IBM 
microfiche; some shops had "COM" (Computer Output to Microfiche), so perhaps 
someone may still have a copy of those listings in that format.

Also, If anyone recalls any IBM customer sites that ran CP-67/CMS back in the 
day, where we might find possibly some old tapes containing those source 
materials, please let me know here on this list, or you can reply privately.  
(Even better would be to find a copy of the original CP-67/CMS distribution 
tape for 360D-05.2.005, but due to age, etc., this now seems less likely.)

Thanks in advance for any help with these "computer software archaeology" and 
historical restoration efforts.

All the best,

Mark S. Waterbury

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: searching for CP-67 source or microfiche listings

2020-10-05 Thread Seymour J Metz
That's CMS, not CP.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3



From: IBM Mainframe Discussion List  on behalf of 
Matthew Donald 
Sent: Monday, October 5, 2020 11:53 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: searching for CP-67 source or microfiche listings

Try 
https://secure-web.cisco.com/1MrXjXwsfo90-LihH-Z3w1k0DZXeSN6e99vzrOZK81-VhDDS4NsSxMG8fK-SyEUYJFaJFGH67rsG1EPdQVZ4p4LXylbkZaxUb9BQFqU2o2UiKga-y0LiqXAfmXVkq_LvhR3ZRh48YD3DVNk84fKbqNhsVrHbWeChGiDiFVwaHOQDFDar7GOUbxPbu2PgR0LUqjQf_PgVh1RYAGQOzGDb2R4dqp-EDotg8G_AGHxc1iinERja6_GamYH_GwNKhzSiypVue3S6msb6_H1lJdQZypFbaNqPafRtcSj7TTRXpoyncpiZNtIU_N7SLTw3_R2od5W0q-Cn2hHASQEEdyzYdnBeiPMGO2GawoHLBPwy8x2JKi7uWxzAWIMo0-hPWVPgpdZXNO76ECETItlKCtaS28TwJ_R-VPUmQgTIuC8-Uytk9BmWoCHlGSIwWXqID5LYY/https%3A%2F%2Fgithub.com%2Fmoshix%2FCP-67-CMS-Source

On Tue, 6 Oct 2020 at 02:01, Mark S Waterbury <
01c3f560aac1-dmarc-requ...@listserv.ua.edu> wrote:

> Hello, IBM mainframe enthusiasts:
>
> Recently we have obtained images of some old tapes containing source code
> for the original Cambridge Monitor System (CMS) from CP-67.
>
> We can restore that source under VM/370 Rel. 6 CMS, running on older
> hardware or under the Hercules-390 emulator or the new SIMH IBM360
> simulator (that also simulates non-XA models of S/370).  Several people are
> now working to recreate CMS67 by re-assembling the source code, to geneate
> a nucleus and save it as a "named saved system" under VM/370 Rel. 6, so
> that people can experience what "early CMS" was like, compared to the more
> "modern" VM/370 CMS, (but under VM/370 vs. CP-67), e.g. by logging on to
> VM/370 and typing "IPL CMS67" ...
>
> For historical accuracy, the SIMH IBM360 simulator also supports the 360
> model 67, and so we would really like to find a copy of the source code for
> CP.
>
> IBM apparently made microfiche listings available for the CP component of
> CP-67, as well as the CMS component. The complete microfiche set for
> CP-67/CMS was IBM form # GYB0-0789-0, or for just the CP-67 listings on
> microfiche, form # GYB0-0592-1, and for CMS microfiche listings only, form
> # GYB0-0593-1.  If anyone can find a copy of microfiche listings for CP-67
> CP, we can re-create the source code from that, using IBM microfiche; some
> shops had "COM" (Computer Output to Microfiche), so perhaps someone may
> still have a copy of those listings in that format.
>
> Also, If anyone recalls any IBM customer sites that ran CP-67/CMS back in
> the day, where we might find possibly some old tapes containing those
> source materials, please let me know here on this list, or you can reply
> privately.  (Even better would be to find a copy of the original CP-67/CMS
> distribution tape for 360D-05.2.005, but due to age, etc., this now seems
> less likely.)
>
> Thanks in advance for any help with these "computer software archaeology"
> and historical restoration efforts.
>
> All the best,
>
> Mark S. Waterbury
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: LPSTAT Fails

2020-10-05 Thread Paul Gilmartin
On Mon, 5 Oct 2020 17:08:44 +, Jousma, David wrote:

>There is something besides just a permissions problem.  Were there additional 
>messages besides what you posted?
>
>bpxmtext 0b1b011f  
>BPXPREXC 07/01/19 
>JRExecNotRegFile: The filename specified on the exec is not a regular file
>  
>Action: The exec service detected that the filename specified by the pathname 
>argument is not a regular type file.  Correct the pathname argument and   
>resubmit the job. 
>
I'm perplexed that the message reports:
A user issues /usr/lpp/Printsrv/bin/lpstat -a and gets:
/usr/lpp/Printsrv/bin: FSUM9209 cannot execute: reason code = 0b1b011f:

(which is not a regular type file but a directory) and not:
/usr/lpp/Printsrv/bin/lpstat: FSUM9209 ...

Is this as silly as a buffer overflow?  Probe that with:
/./././usr/lpp/Printsrv/bin/lpstat

And try taking the path apart level by level:
ls -ld /usr/lpp/Printsrv/bin/lpstat
ls -ld /usr/lpp/Printsrv/bin
ls -ld /usr/lpp/Printsrv
ls -ld /usr/lpp
ls -ld /usr
ls -ld /


>-Original Message-
>From: David Spiegel
>Sent: Monday, October 5, 2020 12:28 PM
>
>A user issues /usr/lpp/Printsrv/bin/lpstat -a and gets:
>/usr/lpp/Printsrv/bin: FSUM9209 cannot execute: reason code = 0b1b011f: 
>EDC5111I Permission denied.
>
>The urer is COnnected to AOPADMIN which is PErmitted UPDATE to PRINTSRV 
>AOP.ADMINISTRATOR
>
What command produced the output below?

>Here are the z/OS V2.3 Files and Permission Bits:
>Dir    755   rwxr-xr-x  2020-02-06 04:35 OMVSKERN 8192  .
>Dir    755   rwxr-xr-x  2020-02-06 04:35  OMVSKERN 8192 ..
>Syml   777   rwxrwxrwx  2019-04-29 20:56  OMVSKERN   42 .aokcinit Syml 
>  777   rwxrwxrwx  2019-04-29 20:56  OMVSKERN   48 afpxpcl Syml   777  
> rwxrwxrwx  2019-04-29 21:24  OMVSKERN   34 afpxpcld Syml   777   
>rwxrwxrwx  2019-04-29 20:56  OMVSKERN   48 afpxpdf Syml   777   
>rwxrwxrwx  2019-04-29 21:24  OMVSKERN   34 afpxpdfd Syml   777   
>rwxrwxrwx  2019-04-29 20:56  OMVSKERN   46 afpxps Syml   777   
>rwxrwxrwx  2019-04-29 21:24  OMVSKERN   33 afpxpsd File   755   
>rwxr-xr-x  2017-05-24 17:40  OMVSKERN  2162688 aopchkinv File   700   
>rwx--  2017-05-24 17:40  OMVSKERN    20480 aopcstart File   700   
>rwx--  2020-02-06 04:34  OMVSKERN  3911680 aopd File   754   rwxr-xr-- 
> 2020-02-06 04:34  OMVSKERN    32768 aopdemon File   700   rwx--  
>2020-02-06 04:34  OMVSKERN   286720 aopippd File   750   rwxr-x---  
>2020-02-06 04:34  OMVSKERN  3092480 aoplogu File   700   rwx--  
>2020-02-06 04:34  OMVSKERN   299008 aoplpd File   755   rwxr-xr-x  
>2020-02-06 04:34  OMVSKERN  5517312 aopmig File   755   rwxr-xr-x  
>2020-02-06 04:34  OMVSKERN  2396160 aopmigns File   755   rwxr-xr-x  
>2020-02-06 04:34  OMVSKERN  1810432 aopmigpw File   700   rwx--  
>2020-02-06 04:34  OMVSKERN   176128 aopnetd File   755   rwxr-xr-x  
>2020-02-06 04:34  OMVSKERN  3534848 aopoms File   700   rwx--  
>2020-02-06 04:35  OMVSKERN  3198976 aopoutd File   755   rwxr-xr-x  
>2020-02-06 04:35  OMVSKERN  2408448 aopsapd File   750   rwxr-x---  
>2020-02-06 04:35  OMVSKERN  2625536 aopsend File   755   rwxr-xr-x  
>2020-02-06 04:34  OMVSKERN 5292 aopsetup File   700   rwx--  
>2020-02-06 04:35  OMVSKERN  1835008 aopssid File   755   rwxr-xr-x  
>2017-05-24 17:40  OMVSKERN    13399 aopstart File   755   rwxr-xr-x  
>2020-02-06 04:35  OMVSKERN  2625536 aopstat File   750   rwxr-x---  
>2020-02-06 04:35  OMVSKERN  2519040 aopstop File   700   rwx--  
>2020-02-06 04:35  OMVSKERN   847872 aopsubd File   700   rwx--  
>2020-02-06 04:35  OMVSKERN   663552 aopwsmd File   750   rwxr-x---  
>2017-05-24 17:40  OMVSKERN  2633728 aopxcfut File   700   rwx--  
>2020-02-06 04:35  OMVSKERN   532480 aopxfd File   755   rwxr-xr-x  
>2020-02-06 04:34  OMVSKERN  3358720 cancel File   755   rwxr-xr-x  
>2020-02-06 04:34  OMVSKERN  2871296 filter File   750   rwxr-x---  
>2020-02-06 04:34  OMVSKERN  2072576 hinvu Dir    755   rwxr-xr-x  
>2017-05-24 17:40  OMVSKERN 8192 IBM File   750   rwxr-x---  2017-05-24 
>17:40  OMVSKERN 1760 loadprinterinventory File   755   rwxr-xr-x  
>2020-02-06 04:34  OMVSKERN  3383296 lp File   755   rwxr-xr-x  2020-02-06 
>04:34  OMVSKERN  3444736 lpstat File   750   rwxr-x---  2020-02-06 04:35  
>OMVSKERN  3608576 pidu File   755   rwxr-xr-x  2017-05-24 17:40  OMVSKERN  
>   2223 remotexf File   750   rwxr-x---  2020-02-06 04:35  OMVSKERN  
>2023424 sdbu
>
>Other than giving the users UID(0), how can I allow them to issue LPSTAT (and 
>other commands) successfully?

-- gil

---

Re: FTPS Explicit Connection

2020-10-05 Thread Roberto Halais
Wendell:
Thank you for the notes.

What happened was that we were specifying TLSPORT=5521 and by just
specifying the TLSPORT it was assuming implicit connection and so neither
server nor client sent the 220 message and they just wait for some reply.
So I commented out the TLSPORT=5521 and just used port 5521 which then ran
in explicit mode.

TLSPORT forces implicit for that port.

Thanks again,
Roberto

On Mon, Oct 5, 2020 at 10:37 AM Wendell Lovewell <
01e9c0ee0673-dmarc-requ...@listserv.ua.edu> wrote:

> I can't help you much on the server side of the equation, but this excerpt
> from an FTP client job will get you started:
>
> 01 //FTPS EXEC PGM=FTP,REGION=4M,
> 02 // PARM=('ENVAR("_CEE_ENVFILE_S=DD:STDENV")/10.1.1.1 5521 -e')
> 03 //STDENV   DD *
> 04 GSK_PROTOCOL_TLSV1_2=ON
> 05 //* GSK_TRACE=0x
> 06 //* GSK_TRACE_FILE=/tmp/gsk.trc
> 07 //* The 2 stmts above can be temporarily uncommented for debugging
> 08 //SYSFTPD  DD *,SYMBOLS=(JCLONLY)
> 09 CLIENTERRCODESEXTENDED
> 10 EPSV4 TRUE
> 11 EXTENSIONSAUTH_TLS
> 12 FWFRIENDLYTRUE
> 13 KEYRING   TCPIP/your.FTP.KEYRING
> 14 PASSIVEIGNOREADDR TRUE
> 15 SECUREIMPLICITZOS FALSE
> 16 SECURE_FTPREQUIRED
> 17 SECURE_MECHANISM  TLS
> 18 SECURE_DATACONN   PRIVATE
> 19 SECURE_CTRLCONN   PRIVATE
> 20 SECURE_HOSTNAME   REQUIRED
> 21 TLSMECHANISM  FTP
> 22 TLSRFCLEVEL   RFC4217
> 23 TRACE
> 24 //*
>
> Line
>  02 _CEE_ENVFILE_S=DD:STDENV
> - Allows you to specify LE overrides via a SYSIN DD rather than a VB
> dataset
>0.1.1.1 5521
> - Your server IP address & port
> -e
>   Exit step with FTP return code instead of 0 (probably overridden)
>
>  05 & 06
> GSK_TRACE...
> Turns on GSK tracing for FTP client, writes trace records into
> /tmp/gsk.trc file
> Use gsktrace "gsk.trc > gsk.out" command to format into human
> readable. Very helpful
>
>  13 You will have to have a public/private key known to the server, and a
> public key or
>   CA cert shared with the client (if on the same system, then on the
> same key ring is fin)
>
>  11 & 16 are also important
>
>
> You'll need to use the manuals to understand most of the commands, but
> this will get you started.
>
> Some of these manuals may help:
>
> SC14-7495-30 Cryptographic Services System Secure Sockets Layer Programming
>
> SC27-3651-30 IP Configuration Reference
>
> GC27-3652-30 IP Diagnosis Guide may be useful if you are getting GSK
> errors.
>
> SA23-2292-30 Security Server RACF Command Language Reference contains the
> syntax for the RACDCERT instructions.
>
> HTH,
> Wendell Lovewell
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


-- 
Politics: Poli (many) - tics (blood sucking parasites)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: LPSTAT Fails

2020-10-05 Thread Jousma, David
There is something besides just a permissions problem.  Were there additional 
messages besides what you posted?

bpxmtext 0b1b011f  
BPXPREXC 07/01/19 
JRExecNotRegFile: The filename specified on the exec is not a regular file
  
Action: The exec service detected that the filename specified by the pathname 
argument is not a regular type file.  Correct the pathname argument and   
resubmit the job. 


_
Dave Jousma
AVP | Director, Technology Engineering  

Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, MI 
49546
616.653.8429  |  fax: 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
David Spiegel
Sent: Monday, October 5, 2020 12:28 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: LPSTAT Fails

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Hi,
A user issues /usr/lpp/Printsrv/bin/lpstat -a and gets:
/usr/lpp/Printsrv/bin: FSUM9209 cannot execute: reason code = 0b1b011f: 
EDC5111I Permission denied.

The user is COnnected to AOPADMIN which is PErmitted UPDATE to PRINTSRV 
AOP.ADMINISTRATOR

Here are the z/OS V2.3 Files and Permission Bits:
Dir    755   rwxr-xr-x  2020-02-06 04:35 OMVSKERN 8192  .
Dir    755   rwxr-xr-x  2020-02-06 04:35  OMVSKERN 8192 ..
Syml   777   rwxrwxrwx  2019-04-29 20:56  OMVSKERN   42 .aokcinit Syml  
 777   rwxrwxrwx  2019-04-29 20:56  OMVSKERN   48 afpxpcl Syml   777   
rwxrwxrwx  2019-04-29 21:24  OMVSKERN   34 afpxpcld Syml   777   
rwxrwxrwx  2019-04-29 20:56  OMVSKERN   48 afpxpdf Syml   777   
rwxrwxrwx  2019-04-29 21:24  OMVSKERN   34 afpxpdfd Syml   777   
rwxrwxrwx  2019-04-29 20:56  OMVSKERN   46 afpxps Syml   777   
rwxrwxrwx  2019-04-29 21:24  OMVSKERN   33 afpxpsd File   755   
rwxr-xr-x  2017-05-24 17:40  OMVSKERN  2162688 aopchkinv File   700   
rwx--  2017-05-24 17:40  OMVSKERN    20480 aopcstart File   700   
rwx--  2020-02-06 04:34  OMVSKERN  3911680 aopd File   754   rwxr-xr--  
2020-02-06 04:34  OMVSKERN    32768 aopdemon File   700   rwx--  
2020-02-06 04:34  OMVSKERN   286720 aopippd File   750   rwxr-x---  
2020-02-06 04:34  OMVSKERN  3092480 aoplogu File   700   rwx--  
2020-02-06 04:34  OMVSKERN   299008 aoplpd File   755   rwxr-xr-x  
2020-02-06 04:34  OMVSKERN  5517312 aopmig File   755   rwxr-xr-x  
2020-02-06 04:34  OMVSKERN  2396160 aopmigns File   755   rwxr-xr-x  
2020-02-06 04:34  OMVSKERN  1810432 aopmigpw File   700   rwx--  
2020-02-06 04:34  OMVSKERN   176128 aopnetd File   755   rwxr-xr-x  
2020-02-06 04:34  OMVSKERN  3534848 aopoms File   700   rwx--  
2020-02-06 04:35  OMVSKERN  3198976 aopoutd File   755   rwxr-xr-x  
2020-02-06 04:35  OMVSKERN  2408448 aopsapd File   750   rwxr-x---  
2020-02-06 04:35  OMVSKERN  2625536 aopsend File   755   rwxr-xr-x  
2020-02-06 04:34  OMVSKERN 5292 aopsetup File   700   rwx--  
2020-02-06 04:35  OMVSKERN  1835008 aopssid File   755   rwxr-xr-x  
2017-05-24 17:40  OMVSKERN    13399 aopstart File   755   rwxr-xr-x  
2020-02-06 04:35  OMVSKERN  2625536 aopstat File   750   rwxr-x---  
2020-02-06 04:35  OMVSKERN  2519040 aopstop File   700   rwx--  
2020-02-06 04:35  OMVSKERN   847872 aopsubd File   700   rwx--  
2020-02-06 04:35  OMVSKERN   663552 aopwsmd File   750   rwxr-x---  
2017-05-24 17:40  OMVSKERN  2633728 aopxcfut File   700   rwx--  
2020-02-06 04:35  OMVSKERN   532480 aopxfd File   755   rwxr-xr-x  
2020-02-06 04:34  OMVSKERN  3358720 cancel File   755   rwxr-xr-x  
2020-02-06 04:34  OMVSKERN  2871296 filter File   750   rwxr-x---  
2020-02-06 04:34  OMVSKERN  2072576 hinvu Dir    755   rwxr-xr-x  
2017-05-24 17:40  OMVSKERN 8192 IBM File   750   rwxr-x---  2017-05-24 
17:40  OMVSKERN 1760 loadprinterinventory File   755   rwxr-xr-x  
2020-02-06 04:34  OMVSKERN  3383296 lp File   755   rwxr-xr-x  2020-02-06 
04:34  OMVSKERN  3444736 lpstat File   750   rwxr-x---  2020-02-06 04:35  
OMVSKERN  3608576 pidu File   755   rwxr-xr-x  2017-05-24 17:40  OMVSKERN   
  2223 remotexf File   750   rwxr-x---  2020-02-06 04:35  OMVSKERN  
2023424 sdbu

Other than giving the users UID(0), how can I allow them to issue LPSTAT (and 
other commands) successfully?

Thanks and regards,
David

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the messa

Re: How to Refresh System REXX Libraries

2020-10-05 Thread Lionel B Dyck
P AXR works 😊


Lionel B. Dyck <
Website: https://www.lbdsoftware.com

"Worry more about your character than your reputation.  Character is what you 
are, reputation merely what others think you are." - John Wooden

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Dana Mitchell
Sent: Monday, October 5, 2020 11:53 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: How to Refresh System REXX Libraries

On Mon, 5 Oct 2020 10:56:57 -0500, Lionel B Dyck  wrote:

>Great idea but no joy 😊
>
> 
>
>You get AXR0101I   SYSTEM REXX (AXR) IS ALREADY ACTIVE  
>

FM says you can FORCE AXR,ARM   it but that seems a little harsh

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How to Refresh System REXX Libraries

2020-10-05 Thread Dana Mitchell
On Mon, 5 Oct 2020 10:56:57 -0500, Lionel B Dyck  wrote:

>Great idea but no joy 😊
>
> 
>
>You get AXR0101I   SYSTEM REXX (AXR) IS ALREADY ACTIVE  
>

FM says you can FORCE AXR,ARM   it but that seems a little harsh

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How to Refresh System REXX Libraries

2020-10-05 Thread Gibney, Dave
This issue comes up when you wish to add 
REXXLIB ADD DSN(xxx.testcopy)
Ahead of xxx, or 
REXXLIB ADD DSN(xxx.alllpars) after, or other changes to the AXR concatenation.

> -Original Message-
> From: IBM Mainframe Discussion List  On
> Behalf Of Jesse 1 Robinson
> Sent: Monday, October 05, 2020 9:37 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: How to Refresh System REXX Libraries
> 
> I'm not well versed in system Rexx, but our setup has the main AXR proc
> pointing to an installation library via a member in PARMLIB:
> 
> REXXLIB ADD DSN(xxx)
> 
> The idea is that local Rexx code lives in the local library so that it can be
> updated without having to restart AXR.
> 
> 
> 
> 
> 
> .
> .
> J.O.Skip Robinson
> Southern California Edison Company
> Electric Dragon Team Paddler
> SHARE MVS Program Co-Manager
> 323-715-0595 Mobile
> 626-543-6132 Office ⇐=== NEW
> robin...@sce.com
> 
> -Original Message-
> From: IBM Mainframe Discussion List  On
> Behalf Of Lionel B Dyck
> Sent: Monday, October 5, 2020 8:57 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: (External):Re: How to Refresh System REXX Libraries
> 
> CAUTION EXTERNAL EMAIL
> 
> Great idea but no joy 😊
> 
> 
> 
> You get AXR0101I   SYSTEM REXX (AXR) IS ALREADY ACTIVE
> 
> 
> 
> And the comment is:
> 
> 
> 
> Explanation
> 
> A request to start System REXX was received, however it is already active.
> 
> 
> 
> System action
> 
> The system ignores the start request.
> 
> 
> 
> 
> 
> Lionel B. Dyck <
> 
> Website:
> https://urldefense.com/v3/__https://www.lbdsoftware.com__;!!JmPEgBY0
> HMszNaDT!-
> gZixPXIgEJJI3oaMNrvNXrtGq81CtxGdvHmqZpqkUNUP9CVtXt0TE7Uzz57XQ$
> 
> 
> 
> "Worry more about your character than your reputation.  Character is what
> you are, reputation merely what others think you are." - John Wooden
> 
> 
> 
> -Original Message-
> From: IBM Mainframe Discussion List  On
> Behalf Of Dana Mitchell
> Sent: Monday, October 5, 2020 10:42 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: How to Refresh System REXX Libraries
> 
> 
> 
> On Mon, 5 Oct 2020 09:43:38 -0500, Lionel B Dyck <
>  lbd...@gmail.com> wrote:
> 
> 
> 
> >I see commands for system rexx (axr) to display the status, list the
> 
> >rexx libraries, to start it and to stop it.
> 
> >
> 
> >
> 
> >BUT I don't see a command to cause it to re-read the parmlib member or
> 
> >to add a library dynamically.
> 
> >
> 
> >
> 
> 
> 
> Lionel,  Does starting it with a member suffix cause it to update the list of
> libraries?  The FM  isn't too clear on what exactly it does:
> 
> 
> 
> START AXRPSTRT
> 
> START AXRPSTRT,AXR=aa
> 
> START AXRPSTRT,AXR=(aa,bb,...)
> 
> 
> 
> Dana
> 
> 
> 
> --
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How to Refresh System REXX Libraries

2020-10-05 Thread Lionel B Dyck
We have that as well - we had a need to add an additional library which raised 
the question.

Thanks


Lionel B. Dyck <
Website: https://www.lbdsoftware.com

"Worry more about your character than your reputation.  Character is what you 
are, reputation merely what others think you are." - John Wooden

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Jesse 1 Robinson
Sent: Monday, October 5, 2020 11:37 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: How to Refresh System REXX Libraries

I'm not well versed in system Rexx, but our setup has the main AXR proc 
pointing to an installation library via a member in PARMLIB:

REXXLIB ADD DSN(xxx)

The idea is that local Rexx code lives in the local library so that it can be 
updated without having to restart AXR. 





.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Lionel B Dyck
Sent: Monday, October 5, 2020 8:57 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: How to Refresh System REXX Libraries

CAUTION EXTERNAL EMAIL

Great idea but no joy 😊



You get AXR0101I   SYSTEM REXX (AXR) IS ALREADY ACTIVE



And the comment is:



Explanation

A request to start System REXX was received, however it is already active.



System action

The system ignores the start request.





Lionel B. Dyck <

Website: https://www.lbdsoftware.com



"Worry more about your character than your reputation.  Character is what you 
are, reputation merely what others think you are." - John Wooden



-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Dana Mitchell
Sent: Monday, October 5, 2020 10:42 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: How to Refresh System REXX Libraries



On Mon, 5 Oct 2020 09:43:38 -0500, Lionel B Dyck <  
lbd...@gmail.com> wrote:



>I see commands for system rexx (axr) to display the status, list the

>rexx libraries, to start it and to stop it.

>

>

>BUT I don't see a command to cause it to re-read the parmlib member or

>to add a library dynamically.

>

>



Lionel,  Does starting it with a member suffix cause it to update the list of 
libraries?  The FM  isn't too clear on what exactly it does:



START AXRPSTRT

START AXRPSTRT,AXR=aa

START AXRPSTRT,AXR=(aa,bb,...)



Dana



--


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How to Refresh System REXX Libraries

2020-10-05 Thread Jesse 1 Robinson
I'm not well versed in system Rexx, but our setup has the main AXR proc 
pointing to an installation library via a member in PARMLIB:

REXXLIB ADD DSN(xxx)

The idea is that local Rexx code lives in the local library so that it can be 
updated without having to restart AXR. 





.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Lionel B Dyck
Sent: Monday, October 5, 2020 8:57 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: How to Refresh System REXX Libraries

CAUTION EXTERNAL EMAIL

Great idea but no joy 😊



You get AXR0101I   SYSTEM REXX (AXR) IS ALREADY ACTIVE



And the comment is:



Explanation

A request to start System REXX was received, however it is already active.



System action

The system ignores the start request.





Lionel B. Dyck <

Website: https://www.lbdsoftware.com



"Worry more about your character than your reputation.  Character is what you 
are, reputation merely what others think you are." - John Wooden



-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Dana Mitchell
Sent: Monday, October 5, 2020 10:42 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: How to Refresh System REXX Libraries



On Mon, 5 Oct 2020 09:43:38 -0500, Lionel B Dyck <  
lbd...@gmail.com> wrote:



>I see commands for system rexx (axr) to display the status, list the

>rexx libraries, to start it and to stop it.

>

>

>BUT I don't see a command to cause it to re-read the parmlib member or

>to add a library dynamically.

>

>



Lionel,  Does starting it with a member suffix cause it to update the list of 
libraries?  The FM  isn't too clear on what exactly it does:



START AXRPSTRT

START AXRPSTRT,AXR=aa

START AXRPSTRT,AXR=(aa,bb,...)



Dana



--


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: C RTL regcomp() fails with more than 9 (groups)

2020-10-05 Thread Paul Gilmartin
On Mon, 5 Oct 2020 10:40:30 -0500, Kirk Wolf wrote:
>
>/* test regcomp with more than 9 (groups).
>   On z/OS V2R3, fails with:
>   Invalid regular expression '...' - (rc=8) \( \) or ( ) imbalance
>...
>Switching to BREs, doesn't help. Something probably didn't fit in 80 bytes
>:-)
Perhaps regcomp() expects regexec() to rely on a fixed-size internal
array, chosen because "sed" (e.g.) has no construct for more than 9
back-references.

>Really sucks.
>
Yup.

SR?

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How to Refresh System REXX Libraries

2020-10-05 Thread Gibney, Dave
I looked closely at this awjile ago. It appears, that at least at the z/OS 2.1 
level, changing the AXR libraries was still an IPL change. Haven't looked at 
z/OS 2.3 doc yet.

> -Original Message-
> From: IBM Mainframe Discussion List  On
> Behalf Of Lionel B Dyck
> Sent: Monday, October 05, 2020 8:57 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: How to Refresh System REXX Libraries
> 
> Great idea but no joy 😊
> 
> 
> 
> You get AXR0101I   SYSTEM REXX (AXR) IS ALREADY ACTIVE
> 
> 
> 
> And the comment is:
> 
> 
> 
> Explanation
> 
> A request to start System REXX was received, however it is already active.
> 
> 
> 
> System action
> 
> The system ignores the start request.
> 
> 
> 
> 
> 
> Lionel B. Dyck <
> 
> Website:
> https://urldefense.com/v3/__https://www.lbdsoftware.com__;!!JmPEgBY0
> HMszNaDT!5psaEAlUayxKHSv0cM6USWQdyGuon9DQfXH8PRkomJbvQ3S8h2
> W32QnklX9wQQ$
> 
> 
> 
> "Worry more about your character than your reputation.  Character is what
> you are, reputation merely what others think you are." - John Wooden
> 
> 
> 
> -Original Message-
> From: IBM Mainframe Discussion List  On
> Behalf Of Dana Mitchell
> Sent: Monday, October 5, 2020 10:42 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: How to Refresh System REXX Libraries
> 
> 
> 
> On Mon, 5 Oct 2020 09:43:38 -0500, Lionel B Dyck <
>  lbd...@gmail.com> wrote:
> 
> 
> 
> >I see commands for system rexx (axr) to display the status, list the
> 
> >rexx libraries, to start it and to stop it.
> 
> >
> 
> >
> 
> >BUT I don't see a command to cause it to re-read the parmlib member or
> 
> >to add a library dynamically.
> 
> >
> 
> >
> 
> 
> 
> Lionel,  Does starting it with a member suffix cause it to update the list of
> libraries?  The FM  isn't too clear on what exactly it does:
> 
> 
> 
> START AXRPSTRT
> 
> START AXRPSTRT,AXR=aa
> 
> START AXRPSTRT,AXR=(aa,bb,...)
> 
> 
> 
> Dana
> 
> 
> 
> --
> 
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to
>  lists...@listserv.ua.edu with the message:
> INFO IBM-MAIN
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


LPSTAT Fails

2020-10-05 Thread David Spiegel

Hi,
A user issues /usr/lpp/Printsrv/bin/lpstat -a
and gets:
/usr/lpp/Printsrv/bin: FSUM9209 cannot execute: reason code = 0b1b011f: 
EDC5111I Permission denied.


The user is COnnected to AOPADMIN which is PErmitted UPDATE to PRINTSRV 
AOP.ADMINISTRATOR


Here are the z/OS V2.3 Files and Permission Bits:
Dir    755   rwxr-xr-x  2020-02-06 04:35 OMVSKERN 8192  .
Dir    755   rwxr-xr-x  2020-02-06 04:35  OMVSKERN 8192 ..
Syml   777   rwxrwxrwx  2019-04-29 20:56  OMVSKERN   42 .aokcinit
Syml   777   rwxrwxrwx  2019-04-29 20:56  OMVSKERN   48 afpxpcl
Syml   777   rwxrwxrwx  2019-04-29 21:24  OMVSKERN   34 afpxpcld
Syml   777   rwxrwxrwx  2019-04-29 20:56  OMVSKERN   48 afpxpdf
Syml   777   rwxrwxrwx  2019-04-29 21:24  OMVSKERN   34 afpxpdfd
Syml   777   rwxrwxrwx  2019-04-29 20:56  OMVSKERN   46 afpxps
Syml   777   rwxrwxrwx  2019-04-29 21:24  OMVSKERN   33 afpxpsd
File   755   rwxr-xr-x  2017-05-24 17:40  OMVSKERN  2162688 aopchkinv
File   700   rwx--  2017-05-24 17:40  OMVSKERN    20480 aopcstart
File   700   rwx--  2020-02-06 04:34  OMVSKERN  3911680 aopd
File   754   rwxr-xr--  2020-02-06 04:34  OMVSKERN    32768 aopdemon
File   700   rwx--  2020-02-06 04:34  OMVSKERN   286720 aopippd
File   750   rwxr-x---  2020-02-06 04:34  OMVSKERN  3092480 aoplogu
File   700   rwx--  2020-02-06 04:34  OMVSKERN   299008 aoplpd
File   755   rwxr-xr-x  2020-02-06 04:34  OMVSKERN  5517312 aopmig
File   755   rwxr-xr-x  2020-02-06 04:34  OMVSKERN  2396160 aopmigns
File   755   rwxr-xr-x  2020-02-06 04:34  OMVSKERN  1810432 aopmigpw
File   700   rwx--  2020-02-06 04:34  OMVSKERN   176128 aopnetd
File   755   rwxr-xr-x  2020-02-06 04:34  OMVSKERN  3534848 aopoms
File   700   rwx--  2020-02-06 04:35  OMVSKERN  3198976 aopoutd
File   755   rwxr-xr-x  2020-02-06 04:35  OMVSKERN  2408448 aopsapd
File   750   rwxr-x---  2020-02-06 04:35  OMVSKERN  2625536 aopsend
File   755   rwxr-xr-x  2020-02-06 04:34  OMVSKERN 5292 aopsetup
File   700   rwx--  2020-02-06 04:35  OMVSKERN  1835008 aopssid
File   755   rwxr-xr-x  2017-05-24 17:40  OMVSKERN    13399 aopstart
File   755   rwxr-xr-x  2020-02-06 04:35  OMVSKERN  2625536 aopstat
File   750   rwxr-x---  2020-02-06 04:35  OMVSKERN  2519040 aopstop
File   700   rwx--  2020-02-06 04:35  OMVSKERN   847872 aopsubd
File   700   rwx--  2020-02-06 04:35  OMVSKERN   663552 aopwsmd
File   750   rwxr-x---  2017-05-24 17:40  OMVSKERN  2633728 aopxcfut
File   700   rwx--  2020-02-06 04:35  OMVSKERN   532480 aopxfd
File   755   rwxr-xr-x  2020-02-06 04:34  OMVSKERN  3358720 cancel
File   755   rwxr-xr-x  2020-02-06 04:34  OMVSKERN  2871296 filter
File   750   rwxr-x---  2020-02-06 04:34  OMVSKERN  2072576 hinvu
Dir    755   rwxr-xr-x  2017-05-24 17:40  OMVSKERN 8192 IBM
File   750   rwxr-x---  2017-05-24 17:40  OMVSKERN 1760 
loadprinterinventory

File   755   rwxr-xr-x  2020-02-06 04:34  OMVSKERN  3383296 lp
File   755   rwxr-xr-x  2020-02-06 04:34  OMVSKERN  3444736 lpstat
File   750   rwxr-x---  2020-02-06 04:35  OMVSKERN  3608576 pidu
File   755   rwxr-xr-x  2017-05-24 17:40  OMVSKERN 2223 remotexf
File   750   rwxr-x---  2020-02-06 04:35  OMVSKERN  2023424 sdbu

Other than giving the users UID(0), how can I allow them to issue LPSTAT 
(and other commands) successfully?


Thanks and regards,
David

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: C RTL regcomp() fails with more than 9 (groups)

2020-10-05 Thread Kirk Wolf
No problem with the line length.   It's regcomp() that seems broken.

I believe that this is the version of the Open Group spec that IBM is
supposed to be supporting, which mentions no limit on the number of groups
(aka "subexpressions").
https://pubs.opengroup.org/onlinepubs/009695399/

On Mon, Oct 5, 2020 at 10:58 AM retired mainframer 
wrote:

> One of C's less frequently used features is automatic string literal
> concatenation.  The expression
>  "AB"   "cd"
> will be compiled as
>  "ABcd"
> as long as the components (could be more than two) are separated only by
> white space.
>
> So if the problem really is related to line length (your line has 74
> characters), you could break it up into as many shorter literals as you
> like with each on a new line (and even indented for easier reading).
>
> > -Original Message-
> > From: IBM Mainframe Discussion List  On
> > Behalf Of Kirk Wolf
> > Sent: Monday, October 05, 2020 8:41 AM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: C RTL regcomp() fails with more than 9 (groups)
> >
> > Can be demonstrated with the following test program.  This works fine
> with
> > regcomp() on linux and other RE platforms (PCRE, javascript, python,
> etc).
> >
> > /* test regcomp with more than 9 (groups).
> >On z/OS V2R3, fails with:
> >Invalid regular expression '...' - (rc=8) \( \) or ( ) imbalance
> >
> >
> > #include 
> > #include 
> > #include 
> >
> > int main(int argc, char** argv) {
> >
> > int failed = 0;
> > char buf[100];
> > regex_t rx;
> > const char* testRE =
> > "(^a1$)|(^a2$)|(^a3$)|(^a4$)|(^a5$)|(^a6$)|(^a7$)|(^a8$)|(^a9$)|(^a10$)";
> > int rc = regcomp(&rx, testRE, REG_EXTENDED | REG_NOSUB);
> > if (rc) {
> > regerror(rc, &rx, buf, sizeof(buf));
> > fprintf(stderr, "Invalid regular expression '%s' - (rc=%d) %s\n",
> > testRE, rc, buf);
> > failed = 1;
> > }
> > return failed;
> > }
> >
> > Switching to BREs, doesn't help. Something probably didn't fit in 80
> bytes
> > :-)
> > Really sucks.
> >
> > Kirk Wolf
> > Dovetailed Technologies
> > http://dovetail.com
> >
> > PS> I can find no documented limit of "9" groups here:
> > https://pubs.opengroup.org/onlinepubs/007904875/basedefs/xbd_chap09.html
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: C RTL regcomp() fails with more than 9 (groups)

2020-10-05 Thread retired mainframer
One of C's less frequently used features is automatic string literal 
concatenation.  The expression 
 "AB"   "cd"
will be compiled as
 "ABcd"
as long as the components (could be more than two) are separated only by white 
space.

So if the problem really is related to line length (your line has 74 
characters), you could break it up into as many shorter literals as you like 
with each on a new line (and even indented for easier reading).

> -Original Message-
> From: IBM Mainframe Discussion List  On
> Behalf Of Kirk Wolf
> Sent: Monday, October 05, 2020 8:41 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: C RTL regcomp() fails with more than 9 (groups)
> 
> Can be demonstrated with the following test program.  This works fine with
> regcomp() on linux and other RE platforms (PCRE, javascript, python, etc).
> 
> /* test regcomp with more than 9 (groups).
>On z/OS V2R3, fails with:
>Invalid regular expression '...' - (rc=8) \( \) or ( ) imbalance
> 
> 
> #include 
> #include 
> #include 
> 
> int main(int argc, char** argv) {
> 
> int failed = 0;
> char buf[100];
> regex_t rx;
> const char* testRE =
> "(^a1$)|(^a2$)|(^a3$)|(^a4$)|(^a5$)|(^a6$)|(^a7$)|(^a8$)|(^a9$)|(^a10$)";
> int rc = regcomp(&rx, testRE, REG_EXTENDED | REG_NOSUB);
> if (rc) {
> regerror(rc, &rx, buf, sizeof(buf));
> fprintf(stderr, "Invalid regular expression '%s' - (rc=%d) %s\n",
> testRE, rc, buf);
> failed = 1;
> }
> return failed;
> }
> 
> Switching to BREs, doesn't help. Something probably didn't fit in 80 bytes
> :-)
> Really sucks.
> 
> Kirk Wolf
> Dovetailed Technologies
> http://dovetail.com
> 
> PS> I can find no documented limit of "9" groups here:
> https://pubs.opengroup.org/onlinepubs/007904875/basedefs/xbd_chap09.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How to Refresh System REXX Libraries

2020-10-05 Thread Lionel B Dyck
Great idea but no joy 😊

 

You get AXR0101I   SYSTEM REXX (AXR) IS ALREADY ACTIVE  

 

And the comment is:  



Explanation 
 

A request to start System REXX was received, however it is already active.   

 

System action

The system ignores the start request. 


   

 

Lionel B. Dyck <

Website: https://www.lbdsoftware.com

 

"Worry more about your character than your reputation.  Character is what you 
are, reputation merely what others think you are." - John Wooden

 

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Dana Mitchell
Sent: Monday, October 5, 2020 10:42 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: How to Refresh System REXX Libraries

 

On Mon, 5 Oct 2020 09:43:38 -0500, Lionel B Dyck <  
lbd...@gmail.com> wrote:

 

>I see commands for system rexx (axr) to display the status, list the 

>rexx libraries, to start it and to stop it.

> 

> 

>BUT I don't see a command to cause it to re-read the parmlib member or 

>to add a library dynamically.

> 

> 

 

Lionel,  Does starting it with a member suffix cause it to update the list of 
libraries?  The FM  isn't too clear on what exactly it does:

 

START AXRPSTRT

START AXRPSTRT,AXR=aa

START AXRPSTRT,AXR=(aa,bb,...)

 

Dana

 

--

For IBM-MAIN subscribe / signoff / archive access instructions, send email to  
 lists...@listserv.ua.edu with the message: 
INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: searching for CP-67 source or microfiche listings

2020-10-05 Thread Matthew Donald
Try https://github.com/moshix/CP-67-CMS-Source

On Tue, 6 Oct 2020 at 02:01, Mark S Waterbury <
01c3f560aac1-dmarc-requ...@listserv.ua.edu> wrote:

> Hello, IBM mainframe enthusiasts:
>
> Recently we have obtained images of some old tapes containing source code
> for the original Cambridge Monitor System (CMS) from CP-67.
>
> We can restore that source under VM/370 Rel. 6 CMS, running on older
> hardware or under the Hercules-390 emulator or the new SIMH IBM360
> simulator (that also simulates non-XA models of S/370).  Several people are
> now working to recreate CMS67 by re-assembling the source code, to geneate
> a nucleus and save it as a "named saved system" under VM/370 Rel. 6, so
> that people can experience what "early CMS" was like, compared to the more
> "modern" VM/370 CMS, (but under VM/370 vs. CP-67), e.g. by logging on to
> VM/370 and typing "IPL CMS67" ...
>
> For historical accuracy, the SIMH IBM360 simulator also supports the 360
> model 67, and so we would really like to find a copy of the source code for
> CP.
>
> IBM apparently made microfiche listings available for the CP component of
> CP-67, as well as the CMS component. The complete microfiche set for
> CP-67/CMS was IBM form # GYB0-0789-0, or for just the CP-67 listings on
> microfiche, form # GYB0-0592-1, and for CMS microfiche listings only, form
> # GYB0-0593-1.  If anyone can find a copy of microfiche listings for CP-67
> CP, we can re-create the source code from that, using IBM microfiche; some
> shops had "COM" (Computer Output to Microfiche), so perhaps someone may
> still have a copy of those listings in that format.
>
> Also, If anyone recalls any IBM customer sites that ran CP-67/CMS back in
> the day, where we might find possibly some old tapes containing those
> source materials, please let me know here on this list, or you can reply
> privately.  (Even better would be to find a copy of the original CP-67/CMS
> distribution tape for 360D-05.2.005, but due to age, etc., this now seems
> less likely.)
>
> Thanks in advance for any help with these "computer software archaeology"
> and historical restoration efforts.
>
> All the best,
>
> Mark S. Waterbury
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How to Refresh System REXX Libraries

2020-10-05 Thread Dana Mitchell
On Mon, 5 Oct 2020 09:43:38 -0500, Lionel B Dyck  wrote:

>I see commands for system rexx (axr) to display the status, list the rexx
>libraries, to start it and to stop it.
>
>
>BUT I don't see a command to cause it to re-read the parmlib member or to
>add a library dynamically.
>
>

Lionel,  Does starting it with a member suffix cause it to update the list of 
libraries?  The FM  isn't too clear on what exactly it does:

START AXRPSTRT
START AXRPSTRT,AXR=aa
START AXRPSTRT,AXR=(aa,bb,...)

Dana

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


C RTL regcomp() fails with more than 9 (groups)

2020-10-05 Thread Kirk Wolf
Can be demonstrated with the following test program.  This works fine with
regcomp() on linux and other RE platforms (PCRE, javascript, python, etc).

/* test regcomp with more than 9 (groups).
   On z/OS V2R3, fails with:
   Invalid regular expression '...' - (rc=8) \( \) or ( ) imbalance


#include 
#include 
#include 

int main(int argc, char** argv) {

int failed = 0;
char buf[100];
regex_t rx;
const char* testRE =
"(^a1$)|(^a2$)|(^a3$)|(^a4$)|(^a5$)|(^a6$)|(^a7$)|(^a8$)|(^a9$)|(^a10$)";
int rc = regcomp(&rx, testRE, REG_EXTENDED | REG_NOSUB);
if (rc) {
regerror(rc, &rx, buf, sizeof(buf));
fprintf(stderr, "Invalid regular expression '%s' - (rc=%d) %s\n",
testRE, rc, buf);
failed = 1;
}
return failed;
}

Switching to BREs, doesn't help. Something probably didn't fit in 80 bytes
:-)
Really sucks.

Kirk Wolf
Dovetailed Technologies
http://dovetail.com

PS> I can find no documented limit of "9" groups here:
https://pubs.opengroup.org/onlinepubs/007904875/basedefs/xbd_chap09.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IEASYS problem

2020-10-05 Thread Jesse 1 Robinson
SYS1.SAMPLIB(SPPINST) Is the member that provides code to install the SYSPARM 
dialog. 

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Roger Lowe
Sent: Monday, October 5, 2020 5:00 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: IEASYS problem

CAUTION EXTERNAL EMAIL

On Sun, 4 Oct 2020 23:53:18 -0500, Brian Westerman 
 wrote:

>I don't have a sysparm member in sys1.samplib, is it from an older release 
>than 2.3?
>
>Brian
>
Have a look in SAMPLIB for the "SPP*" members .

Roger


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


searching for CP-67 source or microfiche listings

2020-10-05 Thread Mark S Waterbury
Hello, IBM mainframe enthusiasts:

Recently we have obtained images of some old tapes containing source code for 
the original Cambridge Monitor System (CMS) from CP-67.

We can restore that source under VM/370 Rel. 6 CMS, running on older hardware 
or under the Hercules-390 emulator or the new SIMH IBM360 simulator (that also 
simulates non-XA models of S/370).  Several people are now working to recreate 
CMS67 by re-assembling the source code, to geneate a nucleus and save it as a 
"named saved system" under VM/370 Rel. 6, so that people can experience what 
"early CMS" was like, compared to the more "modern" VM/370 CMS, (but under 
VM/370 vs. CP-67), e.g. by logging on to VM/370 and typing "IPL CMS67" ... 

For historical accuracy, the SIMH IBM360 simulator also supports the 360 model 
67, and so we would really like to find a copy of the source code for CP.

IBM apparently made microfiche listings available for the CP component of 
CP-67, as well as the CMS component. The complete microfiche set for CP-67/CMS 
was IBM form # GYB0-0789-0, or for just the CP-67 listings on microfiche, form 
# GYB0-0592-1, and for CMS microfiche listings only, form # GYB0-0593-1.  If 
anyone can find a copy of microfiche listings for CP-67 CP, we can re-create 
the source code from that, using IBM microfiche; some shops had "COM" (Computer 
Output to Microfiche), so perhaps someone may still have a copy of those 
listings in that format.

Also, If anyone recalls any IBM customer sites that ran CP-67/CMS back in the 
day, where we might find possibly some old tapes containing those source 
materials, please let me know here on this list, or you can reply privately.  
(Even better would be to find a copy of the original CP-67/CMS distribution 
tape for 360D-05.2.005, but due to age, etc., this now seems less likely.)

Thanks in advance for any help with these "computer software archaeology" and 
historical restoration efforts.

All the best,

Mark S. Waterbury

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


How to Refresh System REXX Libraries

2020-10-05 Thread Lionel B Dyck
I see commands for system rexx (axr) to display the status, list the rexx
libraries, to start it and to stop it.


BUT I don't see a command to cause it to re-read the parmlib member or to
add a library dynamically.

 

Am I missing something?

 

Thanks in advance

 

 

Lionel B. Dyck <
Website:   https://www.lbdsoftware.com

"Worry more about your character than your reputation.  Character is what
you are, reputation merely what others think you are." - John Wooden

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: FTPS Explicit Connection

2020-10-05 Thread Wendell Lovewell
I can't help you much on the server side of the equation, but this excerpt from 
an FTP client job will get you started:

01 //FTPS EXEC PGM=FTP,REGION=4M,
02 // PARM=('ENVAR("_CEE_ENVFILE_S=DD:STDENV")/10.1.1.1 5521 -e')
03 //STDENV   DD *
04 GSK_PROTOCOL_TLSV1_2=ON
05 //* GSK_TRACE=0x
06 //* GSK_TRACE_FILE=/tmp/gsk.trc
07 //* The 2 stmts above can be temporarily uncommented for debugging
08 //SYSFTPD  DD *,SYMBOLS=(JCLONLY)
09 CLIENTERRCODESEXTENDED
10 EPSV4 TRUE
11 EXTENSIONSAUTH_TLS
12 FWFRIENDLYTRUE
13 KEYRING   TCPIP/your.FTP.KEYRING
14 PASSIVEIGNOREADDR TRUE
15 SECUREIMPLICITZOS FALSE
16 SECURE_FTPREQUIRED
17 SECURE_MECHANISM  TLS
18 SECURE_DATACONN   PRIVATE
19 SECURE_CTRLCONN   PRIVATE
20 SECURE_HOSTNAME   REQUIRED
21 TLSMECHANISM  FTP
22 TLSRFCLEVEL   RFC4217
23 TRACE
24 //*

Line
 02 _CEE_ENVFILE_S=DD:STDENV
- Allows you to specify LE overrides via a SYSIN DD rather than a VB dataset
   0.1.1.1 5521
- Your server IP address & port
-e
  Exit step with FTP return code instead of 0 (probably overridden)

 05 & 06
GSK_TRACE...
Turns on GSK tracing for FTP client, writes trace records into /tmp/gsk.trc 
file
Use gsktrace "gsk.trc > gsk.out" command to format into human readable. 
Very helpful

 13 You will have to have a public/private key known to the server, and a 
public key or
  CA cert shared with the client (if on the same system, then on the same 
key ring is fin)

 11 & 16 are also important 


You'll need to use the manuals to understand most of the commands, but this 
will get you started.

Some of these manuals may help:

SC14-7495-30 Cryptographic Services System Secure Sockets Layer Programming

SC27-3651-30 IP Configuration Reference

GC27-3652-30 IP Diagnosis Guide may be useful if you are getting GSK errors.

SA23-2292-30 Security Server RACF Command Language Reference contains the 
syntax for the RACDCERT instructions.

HTH,
Wendell Lovewell

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Mainframe 3490 Tape Cartridges

2020-10-05 Thread R.S.

W dniu 05.10.2020 o 12:49, Joseph Winters pisze:

Hello,

We have a couple of 3490 tape cartridges that contain program libraries 
(loadlibs) as well as source code.  The contents contain a software product 
that was last worked on in 2005.  We would like to have the tapes converted to 
a newer format.  We have access to the IBM Systems Center and were told that 
they support 3592-E05 and 3592-E07 cartridges.

Would someone be able to convert our 3490 tapes?


There are companies which read such ancient media (for fee). Maybe some 
friendly list member will do it for free.
However it is important to define what do you expect - do you wan those 
datasets or whole volume images.

I would choose datasets, however YMMV.
BYW: what is "couple"? Three? Dozen? Hundred? Even 100 tapes will fit on 
single cheap USB stick or microSD card, but the amount of manwork to 
read it is different for each case.


--
Radoslaw Skorupka
Lodz, Poland





==

Jeśli nie jesteś adresatem tej wiadomości:

- powiadom nas o tym w mailu zwrotnym (dziękujemy!),
- usuń trwale tę wiadomość (i wszystkie kopie, które wydrukowałeś lub zapisałeś 
na dysku).
Wiadomość ta może zawierać chronione prawem informacje, które może wykorzystać 
tylko adresat.Przypominamy, że każdy, kto rozpowszechnia (kopiuje, rozprowadza) 
tę wiadomość lub podejmuje podobne działania, narusza prawo i może podlegać 
karze.

mBank S.A. z siedzibą w Warszawie, ul. Senatorska 18, 00-950 
Warszawa,www.mBank.pl, e-mail: kont...@mbank.pl. Sąd Rejonowy dla m. st. 
Warszawy XII Wydział Gospodarczy Krajowego Rejestru Sądowego, KRS 025237, 
NIP: 526-021-50-88. Kapitał zakładowy (opłacony w całości) według stanu na 
01.01.2020 r. wynosi 169.401.468 złotych.

If you are not the addressee of this message:

- let us know by replying to this e-mail (thank you!),
- delete this message permanently (including all the copies which you have 
printed out or saved).
This message may contain legally protected information, which may be used 
exclusively by the addressee.Please be reminded that anyone who disseminates 
(copies, distributes) this message or takes any similar action, violates the 
law and may be penalised.

mBank S.A. with its registered office in Warsaw, ul. Senatorska 18, 00-950 
Warszawa,www.mBank.pl, e-mail: kont...@mbank.pl. District Court for the Capital 
City of Warsaw, 12th Commercial Division of the National Court Register, KRS 
025237, NIP: 526-021-50-88. Fully paid-up share capital amounting to PLN 
169.401.468 as at 1 January 2020.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: IEASYS problem

2020-10-05 Thread Roger Lowe
On Sun, 4 Oct 2020 23:53:18 -0500, Brian Westerman 
 wrote:

>I don't have a sysparm member in sys1.samplib, is it from an older release 
>than 2.3?
>
>Brian
>
Have a look in SAMPLIB for the "SPP*" members .

Roger

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Mainframe 3490 Tape Cartridges

2020-10-05 Thread Tony Thigpen
Contact me off list. I have an active 3490 on my floor in Florida. I can 
create an AWS file that I can then send to you.


If it's a vendor tape, I will need proof of license.

Tony Thigpen

Joseph Winters wrote on 10/5/20 6:47 AM:


 Hello,

We have a couple of 3490 tape cartridges that contain program libraries 
(loadlibs) as well as source code.  The contents contain a software product 
that was last worked on in 2005.  We would like to have the tapes converted to 
a newer format.  We have access to the IBM Systems Center and were told that 
they support 3592-E05 and 3592-E07 cartridges.

Would someone be able to convert our 3490 tapes?

Best,

Joseph Winters
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Mainframe 3490 Tape Cartridges

2020-10-05 Thread Joseph Winters

 Hello,

We have a couple of 3490 tape cartridges that contain program libraries 
(loadlibs) as well as source code.  The contents contain a software product 
that was last worked on in 2005.  We would like to have the tapes converted to 
a newer format.  We have access to the IBM Systems Center and were told that 
they support 3592-E05 and 3592-E07 cartridges.

Would someone be able to convert our 3490 tapes?

Best,

Joseph Winters
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Mainframe 3490 Tape Cartridges

2020-10-05 Thread Seymour J Metz
Do a search for PC 3490 drive; if you can't find someone who already has one, 
you can buy a drive. I saw one hit that mentioned 9-track; I hadn't realized 
that those were still available.

There is software available to convert a tape to AWS format.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3



From: IBM Mainframe Discussion List  on behalf of 
Joseph Winters 
Sent: Monday, October 5, 2020 6:49 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Mainframe 3490 Tape Cartridges

Hello,

We have a couple of 3490 tape cartridges that contain program libraries 
(loadlibs) as well as source code.  The contents contain a software product 
that was last worked on in 2005.  We would like to have the tapes converted to 
a newer format.  We have access to the IBM Systems Center and were told that 
they support 3592-E05 and 3592-E07 cartridges.

Would someone be able to convert our 3490 tapes?

Best,

Joseph Winters

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Mainframe 3490 Tape Cartridges

2020-10-05 Thread Joseph Winters
 Hello,

We have a couple of 3490 tape cartridges that contain program libraries 
(loadlibs) as well as source code.  The contents contain a software product 
that was last worked on in 2005.  We would like to have the tapes converted to 
a newer format.  We have access to the IBM Systems Center and were told that 
they support 3592-E05 and 3592-E07 cartridges.

Would someone be able to convert our 3490 tapes?

Best,

Joseph Winters
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Mainframe 3490 Tape Cartridges

2020-10-05 Thread Joseph Winters
Hello,

We have a couple of 3490 tape cartridges that contain program libraries 
(loadlibs) as well as source code.  The contents contain a software product 
that was last worked on in 2005.  We would like to have the tapes converted to 
a newer format.  We have access to the IBM Systems Center and were told that 
they support 3592-E05 and 3592-E07 cartridges.

Would someone be able to convert our 3490 tapes?

Best,

Joseph Winters

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN