Re: Sort - File split

2019-05-22 Thread Ron Hawkins
Ron, I'm having a big dose of dumbness today. Using your sample data, are you saying you need to generate 100 copies of each record, 100 copies of each unique record, or 100 copies of the first record of each key? 102016| 31859949 || 1613QTTR| 1 102016|

Re: Moving a large ZFS to another volume

2019-05-22 Thread Carmen Vitullo
is the current ZFS an SMS managed dataset ? and are you selecting a non managed volume? or is it no SMS managed and you are selecting a target volume that is SMS managed? Carmen Vitullo - Original Message - From: "Gadi Ben-Avi" To: IBM-MAIN@LISTSERV.UA.EDU Sent: Wednesday, May

Re: Sort - File split

2019-05-22 Thread Mike Schwab
I think he wants 100 keys (purchase order numbers), then all records for those numbers. Easiest would be to select just the purchase order number, eliminated fields, save the result into a file to pick the POs. Then use this file to match to filter the input to the matching keys (purchase order

Re: PL/I TSO Interrupt - Attention handling - SLIP trap X33E / X13E

2019-05-22 Thread Lennie Dymoke-Bradshaw
I think my memory is running out now ☹. The experience I had with this was several decades ago. I know that I had a TSO command processor (CP) with STAX protection around a particular piece of code. However, when running under a CLIST I found that the CLIST attention facility gained control

Moving a large ZFS to another volume

2019-05-22 Thread Gadi Ben-Avi
Hi, I am trying to move a large ZFS to another volume. The ZFS is 405,000 tracks or 27,00 Cylinders. The target volume is a 3390-54 and has 957,705 tracks or 63,847 cylinders free. DFSMSdss says: UNABLE TO SELECT A TARGET VOLUME FOR DATA SET SYSV.OMVS.PTFS.ZFS, 04 COMPONENT

Re: Sort - File split

2019-05-22 Thread Ron Thomas
Ron what i am looking is extract from the input file 100 PO's . as i told first 10 bytes of the file is the PO number and each PO can contain one record or multiple records. The idea is to extract 100 PO with the all the PO related information which resides in multiple records. Thanks Ron T

Re: Moving a large ZFS to another volume

2019-05-22 Thread Carmen Vitullo
ok, right on, glad to help ! Carmen Vitullo - Original Message - From: "Gadi Ben-Avi" To: IBM-MAIN@LISTSERV.UA.EDU Sent: Wednesday, May 22, 2019 8:12:20 AM Subject: Re: Moving a large ZFS to another volume Hi Carmen, That was the problem. The new volume was unintentionally

Re: problem with FTP from Windows 10 to z/OS

2019-05-22 Thread Kevin Merkley
We only have two methods of distribution available. 1. FTP a zip file to a Windows PC and upload the files to the mainframe. 2. FTP the tersed file directly to the mainframe. If customers get the tersed file to the mainframe any other way, we are not aware of it.

Re: IPL process - understanding IEFSSNxx

2019-05-22 Thread Tom Marchant
On Tue, 21 May 2019 22:03:35 -0400, Tony Thigpen wrote: >Some sandbox testing shows that IEFSSN00 *seems to be* starting all >subsystems that: >1) Contain the INITRTN() verb, and, >2) Have a proc in SYS1.PROCLIB with the same name as the SUBNAME() verb. > >So, on the system containing the

Re: IPL process - understanding IEFSSNxx

2019-05-22 Thread John McKown
On Wed, May 22, 2019 at 9:46 AM Tom Marchant < 000a2a8c2020-dmarc-requ...@listserv.ua.edu> wrote: > On Tue, 21 May 2019 22:03:35 -0400, Tony Thigpen wrote: > > >Some sandbox testing shows that IEFSSN00 *seems to be* starting all > >subsystems that: > >1) Contain the INITRTN() verb, and, > >2)

Re: Moving a large ZFS to another volume

2019-05-22 Thread Allan Staller
1) CATALOG s/b RECATALOG(*) 2) I believe a data set of that size must be extended format and SMS managed. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Gadi Ben-Avi Sent: Wednesday, May 22, 2019 6:00 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Moving a large ZFS to

Re: Moving a large ZFS to another volume

2019-05-22 Thread Carmen Vitullo
I need more coffee :) - I didn't see the entire post thanks Allan Carmen Vitullo - Original Message - From: "Allan Staller" To: IBM-MAIN@LISTSERV.UA.EDU Sent: Wednesday, May 22, 2019 7:51:52 AM Subject: Re: Moving a large ZFS to another volume 1) CATALOG s/b RECATALOG(*) 2) I

Re: Moving a large ZFS to another volume

2019-05-22 Thread Gadi Ben-Avi
Hi Carmen, That was the problem. The new volume was unintentionally creates as SMS managed. Gadi -Original Message- From: IBM Mainframe Discussion List On Behalf Of Carmen Vitullo Sent: Wednesday, May 22, 2019 3:23 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Moving a large ZFS to

Re: Sort - File split

2019-05-22 Thread John McKown
On Wed, May 22, 2019 at 9:26 AM Ron Thomas wrote: > Ron > > what i am looking is extract from the input file 100 PO's . as i told > first 10 bytes of the file is the PO number and each PO can contain one > record or > multiple records. The idea is to extract 100 PO with the all the PO > related

Re: PL/I TSO Interrupt - Attention handling - SLIP trap X33E / X13E

2019-05-22 Thread Mike Stramba
I"m not running from a clist. Entering commands directly at TSO READY Either CALL 'ME.LOAD(PROG)' or TEST 'ME.LOAD(PROG)' Do I need 'TRAP(ON)' as well ? (PL/I LANG ENV) Mike On 5/22/19, Seymour J Metz wrote: > If you're running under a CLIST then your STAX needs CLSTATTN in order

Re: [E!] Re: Re: Automatic Alias Creation

2019-05-22 Thread John P. Baker
Sasan, In this case, you will need to write a "Post-Operation Plug-In" for the IBM Tivoli Directory Server. This plug-in can be architected to recognize an "ADD" operation (i.e., "ADDUSER" in RACF terminology). It can then check for the existence of an ICF catalog alias, and if found, then

Re: Defining SMS Volume

2019-05-22 Thread Elaine Beal
Thanks all- done! -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Sort - File split

2019-05-22 Thread Sri h Kolusu
> what i am looking is extract from the input file 100 PO's . as i > told first 10 bytes of the file is the PO number and each PO can > contain one record or > multiple records. The idea is to extract 100 PO with the all the PO > related information which resides in multiple records. Ron, This

Re: IPL process - understanding IEFSSNxx

2019-05-22 Thread Mark Zelden
On Tue, 21 May 2019 22:03:35 -0400, Tony Thigpen wrote: >Some sandbox testing shows that IEFSSN00 *seems to be* starting all >subsystems that: >1) Contain the INITRTN() verb, and, >2) Have a proc in SYS1.PROCLIB with the same name as the SUBNAME() verb. > I was going to mention #2, because I

Re: IPL process - understanding IEFSSNxx

2019-05-22 Thread Tony Thigpen
Yes, I have looked at that section, many times. There is some vagueness about some of the details that I guess would not be vague if I knew what I was reading about. :-) Tony Thigpen Tom Marchant wrote on 5/22/19 10:46 AM: On Tue, 21 May 2019 22:03:35 -0400, Tony Thigpen wrote: Some

Re: [E!] Re: Automatic Alias Creation

2019-05-22 Thread John P. Baker
Sasan, SailPoint IIQ can be customized to issue the IDCAMS DEFINE ALIAS and the IDCAMS DELETE ALIAS commands. The "CTSx" STCs will need to have the requisite "READ" access to resource ID "STGADMIN.IGG.DEFDEL.UALIAS" in resource class ID "FACILITY". John P. Baker -Original

Re: Defining SMS Volume

2019-05-22 Thread John McKown
Oh, this is what I see using z/OS operator commands on an SMS volume. D U,VOL=TD1001 IEE457I 12.26.12 UNIT STATUS 421 UNIT TYPE STATUSVOLSER VOLSTATE 2C00 3390 O TD1001 PRIV/RSDNT D SMS,VOL(TD1001) IGD002I 12:26:33 DISPLAY SMS 423 VOLUME UNITSYSTEM= 1 2

Re: Defining SMS Volume

2019-05-22 Thread Chuck Kreiter
Did you active the SMS configuration after adding the volume? Are you looking at the ACTIVE ACDS or SCDS in ISMF? -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Elaine Beal Sent: Wednesday, May 22, 2019 12:30 PM To:

Re: PL/I TSO Interrupt - Attention handling - SLIP trap X33E / X13E

2019-05-22 Thread Seymour J Metz
The ATTENTION key on an SNA 3270 generates an expedited flow RU, which means that it can be used at any time. The ENTER, PA and PF keys generate normal flow RUs, which normally means that they can only be used when TSO expects input. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3

Re: [E!] Re: Automatic Alias Creation

2019-05-22 Thread Sasan Mirkhani
That's actually what we've been doing for a long time. Our Sec admins use ISPF interface to make all RACF/TSO definitions. We will soon be using a new product to provision RACF IDs called Sailpoint IIQ. IIQ uses LDAP Server to provision RACF IDs and that will most likely be done by Helpdesk or

Re: PL/I TSO Interrupt - Attention handling - SLIP trap X33E / X13E

2019-05-22 Thread Seymour J Metz
If you're running under a CLIST then your STAX needs CLSTATTN in order to get control before the CLIST attention exit. Balance the pluses and minuses first. TANSTAAFL. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe

Re: Defining SMS Volume

2019-05-22 Thread John McKown
On Wed, May 22, 2019 at 12:15 PM Elaine Beal wrote: > Hi John, > > I used the JCL I have used for years. I thought STGR is the key. > > //JS10EXEC PGM=ICKDSF,PARM='NOREPLYU' > //SYSPRINT DD SYSOUT=* > //SYSINDD * > INIT UNIT(9836) VERIFY(SSS052) VOLID(SSS052) - > VTOC(0,1,149)

Re: PL/I TSO Interrupt - Attention handling - SLIP trap X33E / X13E

2019-05-22 Thread Mike Stramba
On 5/21/19, Seymour J Metz wrote: > What happens if you hit enter after the READY prompt? I get another READY prompt. > > Was the keyboard unlocked when you hit PA1? The keyboard is locked after the program starts (either with CALL or TEST/GO). I am unlocking it to be able to send ATT or

Re: [E!] Re: Automatic Alias Creation

2019-05-22 Thread Carmen Vitullo
ok, got ya! no manual intervention, see John Baker's post, that sounds more like what you're needing Carmen Vitullo - Original Message - From: "Sasan Mirkhani" To: IBM-MAIN@LISTSERV.UA.EDU Sent: Wednesday, May 22, 2019 1:02:41 PM Subject: Re: [E!] Re: Automatic Alias Creation

Re: Defining SMS Volume

2019-05-22 Thread Elaine Beal
Hi John, I used the JCL I have used for years. I thought STGR is the key. //JS10EXEC PGM=ICKDSF,PARM='NOREPLYU' //SYSPRINT DD SYSOUT=* //SYSINDD * INIT UNIT(9836) VERIFY(SSS052) VOLID(SSS052) - VTOC(0,1,149) INDEX(10,0,45) STGR Thanks, Elaine

Re: Defining SMS Volume

2019-05-22 Thread Carmen Vitullo
Did you add the volume to a storage group that is enabled? volume enabled ? is this storage group part of an active SMS environment , added via ISMF ALTER storage group to the correct pool? as Chuck replied, ' Did you active the SMS configuration after adding the volume? Are you looking at

Re: Automatic Alias Creation

2019-05-22 Thread John P. Baker
Sasan, If the SDBM backend provides a means by which to issue a TSO command to create the alias, you can give that userid "READ" access to resource ID "STGADMIN.IGG.DEFDEL.UALIAS" which will permit the SDBM backend to create and delete aliases to user catalogs without permitting the SDBM backend

Re: [E!] Re: Automatic Alias Creation

2019-05-22 Thread Marshall Stone
At the previous shop they used sailpoint to replace most of the RACF team... just sayin MS -Original Message- From: IBM Mainframe Discussion List On Behalf Of John P. Baker Sent: Wednesday, May 22, 2019 2:07 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: [E!] Re: Automatic Alias Creation

Re: problem with FTP from Windows 10 to z/OS

2019-05-22 Thread Paul Gilmartin
On Wed, 22 May 2019 09:21:57 -0500, Kevin Merkley wrote: >We only have two methods of distribution available. >1. FTP a zip file to a Windows PC and upload the files to the mainframe. > Must it be a Windows PC? Other OSes such as MacOS, Linux, Solaris, and z/OS can deal with zip. I've done it

Defining SMS Volume

2019-05-22 Thread Elaine Beal
I have initialed a volume as STRG and it is offline. I added it to an SMS storage group via ISMF The volume now shows up in the ISMSF storage group. However, when I vary the volume online the status does not show as SMS. What am I missing? Thanks, Elaine

Re: Defining SMS Volume

2019-05-22 Thread John McKown
On Wed, May 22, 2019 at 11:30 AM Elaine Beal wrote: > I have initialed a volume as STRG and it is offline. > I added it to an SMS storage group via ISMF > The volume now shows up in the ISMSF storage group. > However, when I vary the volume online the status does not show as SMS. > What am I

Automatic Alias Creation

2019-05-22 Thread Sasan Mirkhani
Hi list, We're currently provisioning RACF IDs using the Tivoli Directory Server (LDAP SDBM backend). For IDs that are defined with TSO segment we need to figure out a way to automatically create an ALIAS. What would be the best way to go about this? I've thought about doing it in our LOGON

Re: Automatic Alias Creation

2019-05-22 Thread Carmen Vitullo
who is responsible for setting up the ID's? most places I've been its the security team that creates the ID' provides the access to resources and creates the alias's, that can be, and have been streamlined in a lot of places I worked, the SECADMIN's only need to run a REXX or CLIST, provide

Re: [E!] Re: Re: Automatic Alias Creation

2019-05-22 Thread Sasan Mirkhani
Hi John, SailPoint IIQ has 2 different connectors. The RACF connector (which has the CTS STCs you mention) and the RACF LDAP Connector which uses the SDBM backend. We've implemented only the LDAP Conncetor. The LDAP connector uses the IBM Tivoli Directory Server which is included with

Re: Sort - File split

2019-05-22 Thread Ron Thomas
Thanks a lot Kolusu, this is brilliant!! Thanks to all others also for all of your suggestions . Regards Ron T -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the

Re: Defining SMS Volume

2019-05-22 Thread Carmen Vitullo
Translate, validate is, but since you cannot updated an active SMS environment , you update the SCDS, not active and activate the changes from the SCDS, activate makes those changes to the activate environment Issue the following command to load the new ACDS: SETSMS SCDS(scds_name)

MVS Job Position

2019-05-22 Thread David Mingee
Subject: MVS Job Position Currently, I am supporting a role with the World's Largest Manufacturing Company. This team is looking for strong Mainframe Systems Engineer, ideally who have experience with Z/OS, SMP/E , and JCL. This position is in Portland, Oregon. Please contact me offline for

Re: PCRE2 (Perl Compatible Regular Expressions) for z/OS 10.33 is available

2019-05-22 Thread Anthony Giorgio
Would you consider putting this code in a GitHub repo? Jerry Callen from Rocket Software has a CBT Tape repository setup, and it would be a lot easier for code like this to be discovered if it were on GitHub. https://github.com/CBTTape On 5/21/19 9:22 PM, Ze'ev Atlas wrote: I've just

Re: PL/I TSO Interrupt - Attention handling - SLIP trap X33E / X13E

2019-05-22 Thread Seymour J Metz
Could you post your attention ON unit and your compile options? You need INTERRUPT or TEST. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Mike Stramba Sent: Wednesday, May 22, 2019 2:24 PM

Re: Defining SMS Volume

2019-05-22 Thread Elaine Beal
Thanks for the responses. I thought the translate/validate/activate was only for ACS routine updates -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO