Re: OMVS Command in JCL

2017-08-15 Thread Carmen Vitullo
I just use IKJEFT01 but the caveat is you need to BPX rexx in SYSEXEC this works well for me, you can use any shell command //SYSA EXEC PGM=IKJEFT1B,REGION=0K //SYSTSPRT DD SYSOUT=* //SYSEXEC DD DSN=SYS1.SBPXEXEC,DISP=SHR //SYSTSIN DD * PROF MSGID WTPMSG oshell cd /TEMPA MKDIR

Re: Application Performance Tuning Products

2017-08-15 Thread Gibney, Dave
I know nothing about the product, but I highly recommend it. Can't beat Phoenix for extra responsive support on the rare occasions it is needed. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Tom Conley > Sent: Tuesday, August

Re: OMVS Command in JCL

2017-08-15 Thread Paul Gilmartin
On Tue, 15 Aug 2017 08:32:34 +0300, venkat kulkarni wrote: > >OSHELL > { > echo '!rm -r /u/venkat/test_01.txt' ; + > echo '!rm -r /u/venkat/test_01.txt' ; } > >Please suggest, if any changes in this JCL is required to make this full >process work. > I'd suggest as an

Re: Application Performance Tuning Products

2017-08-15 Thread Farley, Peter x23353
Oops! My mistake, my sincere apologies to Phoenix Software. Peter -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Tom Conley Sent: Tuesday, August 15, 2017 11:08 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Application Performance

Re: Researching Destination z article on non-US mainframes

2017-08-15 Thread Tony Harminc
On 12 August 2017 at 17:54, Farley, Peter x23353 < peter.far...@broadridge.com> wrote: > PMJFI here, but don't the laws in Canada require at least one alternate > language message set (French) if you do any business there? > In a word, no. There are long standing dual-language requirements at

Re: OMVS Command in JCL

2017-08-15 Thread Paul Gilmartin
On Tue, 15 Aug 2017 08:32:34 +0300, venkat kulkarni wrote: > >OSHELL > { > echo '!rm -r /u/venkat/test_01.txt' ; + > echo '!rm -r /u/venkat/test_01.txt' ; } > >Please suggest, if any changes in this JCL is required to make this full >process work. > Or, the alternative

Re: OMVS Command in JCL

2017-08-15 Thread John McKown
On Tue, Aug 15, 2017 at 11:39 AM, Nims,Alva John (Al) wrote: > Gil, > > Will this still work if the file does not exist when the IEFBR14 step is > run? > ​Probably should have the OCREAT in the PATHOPTS. I.e. ​​ //STEP EXEC PGM=IEFB14 //FILE DD PATHOPTS= ​(​

Re: OMVS Command in JCL

2017-08-15 Thread John McKown
On Tue, Aug 15, 2017 at 10:26 AM, Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Tue, 15 Aug 2017 08:32:34 +0300, venkat kulkarni wrote: > > > >OSHELL > > { > > echo '!rm -r /u/venkat/test_01.txt' ; + > > echo '!rm -r /u/venkat/test_01.txt'

Re: Application Performance Tuning Products

2017-08-15 Thread Mark Jacobs - Listserv
Thanks all. Very helpful. Mark Jacobs Tom Conley August 15, 2017 at 11:08 AM zHISR is Phoenix Software, the EJES guys. Ray Mullins presented on this last week at SHARE. Regards, Tom Conley

Re: OMVS Command in JCL

2017-08-15 Thread Nims,Alva John (Al)
Gil, Will this still work if the file does not exist when the IEFBR14 step is run? Al Nims Systems Admin/Programmer 3 UFIT University of Florida (352) 273-1298 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent:

Re: Application Performance Tuning Products

2017-08-15 Thread Charles Mills
Phoenix Software introduced one at SHARE. Hmmm. Apparently the same name! Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Farley, Peter x23353 Sent: Tuesday, August 15, 2017 10:29 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re:

Useful recent changes to CBT File 300 (TSO commands)

2017-08-15 Thread Sam Golob
Hi Folks, We've been quietly trying to get a bunch of old programs (that used to work) to work now, under z/OS 2.2. I've got a list below, and you are welcome to explore them, on the UPDATES page of www.cbttape.org, File 300. This list may not be complete. Try to look at the latest

Re: Useful recent changes to CBT File 300 (TSO commands)

2017-08-15 Thread PINION, RICHARD W.
Yep, I working on a piece of code that someone else sent to me. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John McKown Sent: Tuesday, August 15, 2017 4:34 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Useful recent changes to CBT

Re: SMP HELP

2017-08-15 Thread Allan Staller
Bingo! We have a winner. Thanks all for your help.. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Destrampe, Steve Sent: Tuesday, August 15, 2017 3:37 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SMP HELP Allan, try adding a '>'

Re: SMP HELP

2017-08-15 Thread Destrampe, Steve
Allan, try adding a '>' (greater than) at the end of your newname= statements, or change your ' ' statements to ' > '. Good luck! Steve Destrampe Sr. Systems Programmer FIS MVS Mainframe Technical Support T: 414.357.2625 C: 414.339.9956 steve.destra...@fisglobal.com -Original Message-

Re: Useful recent changes to CBT File 300 (TSO commands)

2017-08-15 Thread PINION, RICHARD W.
I've looked through the CBT index and haven't found anything, but are you aware of a program to release free space? Yes, I'm aware of ADRDSSU's function, but we are replacing IBM's ADRDSSU. As a secondary question, does anybody know what program ISPF option 3.4 uses to release free space?

Re: SMP HELP

2017-08-15 Thread Allan Staller
Just the way we roll here. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Tuesday, August 15, 2017 3:39 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SMP HELP On Tue, 15 Aug 2017 20:13:46 +, Allan Staller

Re: SMP HELP

2017-08-15 Thread Porowski, Kenneth
I usually see it as This email message and any accompanying materials may contain proprietary, privileged and confidential information of CIT Group Inc. or its subsidiaries or affiliates (collectively, “CIT”), and are intended solely for the recipient(s) named above. If you are

Re: Researching Destination z article on non-US mainframes

2017-08-15 Thread Jesse 1 Robinson
Somewhat afield, I heard this morning that California and Quebec are teaming up on Cap and Trade. This requires a lot of very precise dual language legalese to make it work. Unfortunately, cereal boxes here may or may not contain a smattering of Spanish, but virtually no French. Unless you

Re: SMP HELP

2017-08-15 Thread Paul Gilmartin
On 2017-08-15, at 14:41, Allan Staller wrote: > Just the way we roll here. > Masochist. Why do an extra step? For years we has packaged our products in GIMZIP format. I postprcessed the GIMZIP output to redact local User IDs/DSN prefixes. We instructed customers to use RECEIVE FROMNETWORK;

Re: Useful recent changes to CBT File 300 (TSO commands)

2017-08-15 Thread Jesse 1 Robinson
StarTool and (I'm guessing) the CBT version of PDS Command can release space. The advantage of this tool is that you can specify how much space to release/keep specified in space units or percentage. . . J.O.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler SHARE

SMP HELP

2017-08-15 Thread Allan Staller
I have downloaded a SMPE packgage of PTFs to /smpnts. (GIMPAF.XML, GIMPAF.XSL, SMPHOLD, SMPPTFIN). I am now attempting to unzip this package. I can't seem to find the error. What am I doing wrong? The following output is received: PAGE 0001 DATE 08/15/17 TIME 12:57:36

Re: SMP HELP

2017-08-15 Thread Paul Gilmartin
On Tue, 15 Aug 2017 20:13:46 +, Allan Staller wrote: >I have downloaded a SMPE packgage of PTFs to /smpnts. (GIMPAF.XML, >GIMPAF.XSL, SMPHOLD, SMPPTFIN). I am now attempting to unzip this package. > Why? -- gil -- For

Re: SMP HELP

2017-08-15 Thread Allan Staller
I'll give that a try. However, I modeled this job on a previous example that did work (from a prior life). Also checked for appropriate RACF authority and it is present. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Porowski,

Re: display crypto status

2017-08-15 Thread Greg Boyd
I'm not sure that the APIs will return the domain. I don't see it returned by CSFIQF. And I don't see it in the CCVT or CCVE. If you are relatively current (HCR77B1 or later), you can use the DISP ICSF,CARDS operator command from the console. The first thing it returns is the 'Active

Re: Useful recent changes to CBT File 300 (TSO commands)

2017-08-15 Thread John McKown
On Tue, Aug 15, 2017 at 3:29 PM, PINION, RICHARD W. < rpin...@firsttennessee.com> wrote: > I've looked through the CBT index and haven't found anything, but are you > aware of > a program to release free space? Yes, I'm aware of ADRDSSU's function, > but we are > replacing IBM's ADRDSSU. As a

Re: SMP HELP

2017-08-15 Thread Clifford McNeill
Just a guess, not closing bracket on ARCHDEF. -- -- GIM20313S ** THERE IS A SYNTAX ERROR IN THE CONTROL STATEMENT FROM DD STATEMENT -- GIM20313S ** THERE IS A SYNTAX ERROR IN THE CONTROL STATEMENT FROM DD STATEMENT -- GIM46700IGIMUNZIP PACKAGE CONTROL

Re: Useful recent changes to CBT File 300 (TSO commands)

2017-08-15 Thread Tom Conley
On 8/15/2017 4:28 PM, PINION, RICHARD W. wrote: I've looked through the CBT index and haven't found anything, but are you aware of a program to release free space? Yes, I'm aware of ADRDSSU's function, but we are replacing IBM's ADRDSSU. As a secondary question, does anybody know what

Re: Application Performance Tuning Products

2017-08-15 Thread Farley, Peter x23353
Isn't IBM's new zHISR product also a performance analysis tool? Peter -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John McKown Sent: Tuesday, August 15, 2017 10:12 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Application

Re: OMVS Command in JCL

2017-08-15 Thread Elardus Engelbrecht
venkat kulkarni wrote: >but this jcl doesn't seems to be removing the file from the location,we >mentioned but OGET command works well. How so? Please post any message(s) in full why not. >Please suggest, if any changes in this JCL is required to make this full >process work. Please post

Re: changing the STC identifier

2017-08-15 Thread Elardus Engelbrecht
Brian Westerman wrote: >That worked perfectly. Thank you very much. What worked? Or please be kind to post what method or which person's advice you used for your project. Thanks in advance. Groete / Greetings Elardus Engelbrecht

Re: changing the STC identifier

2017-08-15 Thread Brian Westerman
That worked perfectly. Thank you very much. It has saved me a lot of time and opened up some great possibilities now that I can alter the ID. I found that I can change it as many times as I want through the course of the task and even interrogate it and treat it as a run-time "parameter"

Tomcat SSL using SAF keyrings requires a dummy keystore password?

2017-08-15 Thread David Crayford
I thought I would post this here because I know other vendors use Apache Tomcat as an application server on z/OS. I recently setup the server for HTTPS/SSL using RACF keyrings. I got it to work but only after adding a keystorePass="password" field to HTTPS connector in server.xml. I stumbled

Re: changing the STC identifier

2017-08-15 Thread Peter Relson
There is surely no supported way. But there is no way to stop a key 0 user from doing whatever it wants. Peter Relson z/OS Core Technology Design -- For IBM-MAIN subscribe / signoff / archive access instructions, send email

Application Performance Tuning Products

2017-08-15 Thread Mark Jacobs - Listserv
Does anyone know of additional products for application performance tuning activities other than Strobe, TriTune, and IBM's Application Performance Analyzer. Just started looking today myself. -- Mark Jacobs Time Customer Service Global Technology Services The standard you walk past is the

Re: OMVS Command in JCL

2017-08-15 Thread John McKown
On Tue, Aug 15, 2017 at 12:32 AM, venkat kulkarni < venkatkulkarn...@gmail.com> wrote: > Hello, > > I have requirement to run omvs command using batch job but not sure, where > i am making mistake. > > //IBMUSEER JOB 654,VENKAT,CLASS=A,MSGCLASS=A,NOTIFY= > //STEP1 EXEC PGM=IKJEFT01 > //SYSTSPRT