Re: RCODE: 801C-00 Multiple TELNETPARMS blocks.

2012-06-28 Thread Roger Lowe
Tom,
   Try coding your TELNETPARMS as follows - 

TELNETPARMS 
   PORT 23 
ENDTELNETPARMS  
;   
TELNETPARMS 
   SECUREPORT 992 
   SSLTIMEOUT 1 
   CONNTYPE SECURE  
   CLIENTAUTH NONE  
   ENCRYPTION   
  DEFAULT   
   ENDENCRYPTION
   KEYRING SAF TELSSL   
ENDTELNETPARMS  
;   
BEGINVTAM   
  PORT 23   
;
BEGINVTAM   
  PORT 992
;
Hope that helps..

Roger

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


Who changed the mount attrib of a zFS?

2012-11-05 Thread Roger Lowe
Hi,
   is there an easy way to identify who might have changed the MOUNT attribute 
of a zFS from RW to R?

Thanks, Roger

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


Re: Who changed the mount attrib of a zFS?

2012-11-06 Thread Roger Lowe
Scott,
I should have been a little more clear on my original post - the 
BPXRMxx parmlib member has the file being mounted in RW mode, but somehow 
during normal operations, the file mount attribute got changed from RW to R. I 
can't use the SMF Type 92 records as they are currently not being recorded :(
I have also looked at the Type 80 records and RACF Event Codes 44 and 55 (Mount 
and UnMount) but that has also been unsuccessful

Roger

On Tue, 6 Nov 2012 10:21:29 -0500, Scott Ford scott_j_f...@yahoo.com wrote:

Roger,

If Its the member of parmlib, look at the security subsystems definitions for 
that library, I.e.; DATASET

Scott ford
www.identityforge.com

Tell me and I'll forget; show me and I may remember; involve me and I'll 
understand. - Chinese Proverb


On Nov 5, 2012, at 8:50 PM, Roger Lowe roger_l...@bigpond.com wrote:

 Hi,
   is there an easy way to identify who might have changed the MOUNT 
 attribute of a zFS from RW to R?
 
 Thanks, 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: Automating weight and/or CP changes

2013-10-03 Thread Roger Lowe
We use a combination of z/OS Capacity Provisioning Manager (CPM) and the 
Schedule Operations task on the HMC on a fortnightly basis to do this.
We use our automation product (CONTROL-O) to issue a command to CPM to increase 
one of our CPCs to its high capacity marker and then have the scheduled 
operation task on the HMC, at a specific time, change the LPAR Weights 
accordingly.

Roger

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


Re: CHPID dynamic Activation error

2013-11-23 Thread Roger Lowe
Jake,
   Have you tried running 'Channel Problem Determination' function from the 
SE on the affected chpid? Depending on the System z server you have and the 
microcode level, you will get some useful diagnostics from this.

Hope this helps.

Roger

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


Co:z SFTP and Public/Private Key Authentication

2013-05-12 Thread Roger Lowe
Hi Listers,
   We are trying to use Co: z SFTP in batch with Public/Private key 
authentication and not having much success.

JCL that we are using:

//SFTPCAT EXEC PROC=SFTPPROC
//SFTPIN DD *   
user=xyz   
host=some.host.name  
lzopts=mode=text  
ldsn=//DD:MYDD
rpat=/u/abc/sftp.txt

. $script_dir/sftp_cat.sh   
/*  
//MYDD  DD DSN=UID.SFTPCAT.DATA,DISP=(,CATLG),UNIT=SYSDA,   
//DCB=(LRECL=80,RECFM=FB),SPACE=(CYL,(3,1)) 

(some fields have been changed to protect the innocent)
.
When we run the job, it produces the following error message - 
FOTS1373 Permission denied (publickey,password).
.
Have read the documentation and it is still not clear as to what we need to do 
to make use of private/public key authentication
.
Any ideas?
.
Thanks, Roger

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


Re: Co:z SFTP and Public/Private Key Authentication

2013-05-13 Thread Roger Lowe
Steve,
 Thank you for the info - the problem was related to permission 
settings on the users directory...

Thanks, Roger

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


Re: Group capacity lpar capped ?

2013-05-21 Thread Roger Lowe
Bernard,
 We make use of the Monitor III Batch Address Space Reporter and 
produce wto's to show us our Group Capacity usage. An example:
 +RMF300I 3B: Processing CPC Report... 
 +MVS1 - RMF301I: 4H Average: 2
 +MVS1 - RMF302I: 4H Max: 3
 +MVS1 - RMF303I: WLM Capping %:  0.0  
 +MVS1 - RMF304I: Group Name: GRPDEVT  
 +MVS1 - RMF305I: Group Limit: 9   
 +MVS1 - RMF306I: Time until Capping: 195 minutes   
.
Have a look in your *.SERBCLS dataset (members ERBM3B and ERBR3CPC) and that 
will give you a good starting point to set something up to fit your requirements
.
Roger   

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


Re: CPACF

2013-08-29 Thread Roger Lowe
Have a look at the CSFCCVT control block - described in SYS1.MODGEN.

Hope that helps...

Roger

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


Re: CPACF

2013-08-29 Thread Roger Lowe
..forgot to addlook at File 771 on the CBT Tape (www.cbttape.org) and the 
ICSF Monitor.

Roger

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


Re: Access to IBM link

2014-03-05 Thread Roger Lowe
Peter,
 I assume you are referring to IBM Service Request (SR) ..

1. Once you are logged into SR, on the left hand side, you should see a menu 
item called 'Manage Support Registrations' - select sub option  
'User Administration'.
2. You should then see 'User Adminisistration' with a number of tabs labelled 
'Update','Add','Copy','Auto Approval','New Requests'
3. In your case, you should select the 'Add' tab

The rest should be self explanatory .

Hope this helps.

Roger

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


Which fonts are being actually used?

2014-03-23 Thread Roger Lowe
Hi,
   Running z/OS 2.1 and have the consolidated font lib available. We have also 
accumulated a large number of fonts over the years. Is there any easy way of 
identifying which fonts are actually being used? What I would like to do is 
remove the other font libs out of our VPS Started Tasks and just point to the 
consolidated z/OS 2.1 lib instead.

SMF Type 6 records does not show the font used.

Any ideas on how to do this?

Thanks, Roger

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


Re: Which fonts are being actually used?

2014-03-24 Thread Roger Lowe
Yes - SAS and MXG

On Mon, 24 Mar 2014 05:20:53 -0700, Lizette Koehler stars...@mindspring.com 
wrote:

Do you have any tools like

SAS
SAS/MXG
SAS/MICS

EASYSMF?

Lizette


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
 Behalf Of Roger Lowe
 Sent: Sunday, March 23, 2014 10:32 PM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Which fonts are being actually used?
 
 Hi,
Running z/OS 2.1 and have the consolidated font lib available. We have 
 also
 accumulated a large number of fonts over the years. Is there any easy way of
 identifying which fonts are actually being used? What I would like to do is 
 remove
 the other font libs out of our VPS Started Tasks and just point to the 
 consolidated
 z/OS 2.1 lib instead.
 
 SMF Type 6 records does not show the font used.
 
 Any ideas on how to do this?
 
 Thanks, 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: IBM Explorer for z/OS - installation problems?

2014-04-02 Thread Roger Lowe
Tony,
I also tried to follow what was documented in that url and had no luck. 
In the end, I just installed IBM Installation Manager and then invoked 
launchpad.exe and managed to successfully spin up z/OS Explorer.

Hope that helps.

Roger

On Wed, 2 Apr 2014 14:00:30 -0400, Tony Harminc t...@harminc.net wrote:

I thought I'd try it, but on my Windows 7 the installer just quietly
exits. Of course I can provide more details if I know what's
important, but have some of you installed it and had it Just Work? Any
pointers?

I downloaded it from
http://www-01.ibm.com/software/htp/cics/ibmexplforzos and tried
Scenario 1 - Install z/OS Explorer and Installation Manager.

Thanks...

Tony H.


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


Re: RMF / SMF CPU Time

2014-04-30 Thread Roger Lowe
Have a look at 'EasySMF for z/OS'  (http://www.blackhillsoftware.com/)


On Wed, 30 Apr 2014 20:23:32 +, Mark Steely mark.ste...@wnco.com wrote:

Does anyone have a report that will provide CPU TIME.  We are z/OS v1r13.

Any help would be appreciated.

Thanks




  *** CONFIDENTIALITY NOTICE ***

This e-mail message and all attachments transmitted with it may
contain legally privileged and confidential information intended
solely for the use of the addressee. If the reader of this message
is not the intended recipient, you are hereby notified that any
reading, dissemination, distribution, copying, or other use of this
message or its attachments is strictly prohibited. If you have
received this message in error, please notify the sender
immediately and delete this message from your system. Thank you.

--
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: EZZ9308E UNRESPONSIVE NAME SERVER

2014-05-08 Thread Roger Lowe
Gadi,
   Have a look at the Comms Server IP Diagnosis Guide 

http://pic.dhe.ibm.com/infocenter/zos/v1r12/index.jsp?topic=%2Fcom.ibm.zos.r12.hald001%2Fstepmesre.htm

Roger

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


Re: RMF APIs

2014-05-09 Thread Roger Lowe
On Fri, 9 May 2014 18:13:05 +, ITURIEL DO NASCIMENTO NETO 
4254.itur...@bradesco.com.br wrote:

I'm doing an assembler program that needs to know actual CPU consumption of 
every Lpar in the Sysplex. 
To address it my program is calling a Rexx that invokes SDSF environment to 
get this information. 
 It works but the design is poor. Are there any other solution, maybe RMF APIs 
 ? 

We make use of the RMF Monitor III Batch Address Space Reporter and produce 
wto's to show us our Group Capacity usage. An example:
 +RMF300I 3B: Processing CPC Report... 
 +MVS1 - RMF301I: 4H Average: 2
 +MVS1 - RMF302I: 4H Max: 3
 +MVS1 - RMF303I: WLM Capping %:  0.0  
 +MVS1 - RMF304I: Group Name: GRPDEVT  
 +MVS1 - RMF305I: Group Limit: 9   
 +MVS1 - RMF306I: Time until Capping: 195 minutes   
.
Have a look in your *.SERBCLS dataset (members ERBM3B and ERBR3CPC) and that 
will give you a good starting point to set something up to fit your requirements

Roger

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


Re: IODF soft activate to clean up UCBs after a tape library problem?

2014-07-24 Thread Roger Lowe
On Thu, 24 Jul 2014 06:46:07 -0500, John McKown john.archie.mck...@gmail.com 
wrote:

We had a problem with our tape library. We are sure exactly what, yet,
but one CE indicated that he _thinks_ it might be a flaky fibre
switch. The remote support engineer said that one thing he suggests to
do is a soft activate (software only) of the current IODF. I.e. do:

ACTIVATE IODF=nn,SOFT=NOVALIDATE
...snip.

John,
Did you get a message along the lines of IEA437I TAPE LIBRARY 
DEVICE(???) when trying to vary one of your drive(s) online to a z/OS system 
that had just been ipl'ed?

Roger

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


Re: Dynalloc with FREE=CLOSE,SPIN=UNALLOC

2014-09-05 Thread Roger Lowe
On Fri, 5 Sep 2014 18:54:59 -0700, Janet Graff janet.gr...@yahoo.com wrote:

I have a Started Task with a log file.  I'd like to SPIN off the log files 
from my C program and allow the users to delete them when there is too much 
spool output or the log file is no longer needed.

The C program is calling dynalloc() to allocate the file but I don't see any 
flags for SPIN=UNALLOC.  I am currently using
ip.__misc_flags = __RELEASE  __CONTIG  __CLOSE;
but that leaves the DD associated with the running step and not 
purgable/deletable.

Does anyone know whether dynalloc() supports FREE=CLOSE,SPIN=UNALLOC?

Janet,
 If you are at z/OS 1.13 or higher, you could use 'Spin any Spin' and 
add an additional operand to SPIN=UNALLOC specification in your long running 
started task jcl to do one of the following - 
1. spin the dataset at a specified time;
2. spin the dataset at a specified interval;
3. spin every nnn records;
4. spin dataset on command

Hope that helps.

Roger

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


Re: LDAP Browser/Admin Utility

2014-09-18 Thread Roger Lowe
On Wed, 17 Sep 2014 21:02:03 +, Klein, Kevin k.kl...@gwccnet.com wrote:

z/OS 1.13 using Tivoli Directory Server LDAP.

This is more of a What are other companies doing? question.   We started 
using LDAP about a decade ago when it was still under Security Server.  I 
found a freeware version of an LDAP browser/admin tool back then and it has 
more or less been our company standard since.

We're starting to get into heavier use of our LDAP and are starting to have 
some misgivings about using a freeware tool to maintain what is becoming a 
mission-critical database/app/repository.  Not to a point, mind you, where 
we'd be willing to spend money on something.

This post is to poll other z/OS (TDS) users to ask what you're using to for 
your LDAP tool(s)?  I know there are several free/shareware tools out there 
for this type of work.

Put another way, I got the following from my mgmt., I find it hard that IBM 
did not ship product with some user admin presentation side to administer the 
repository.

We have been running LDAP Servers on z for quite a few years now. We started 
off using a freeware utility for browsing/administering the LDAP Servers but 
found that after each z/OS upgrade or maintenance, the freeware utility didn't 
handle certain things. We have now bought  Softerra LDAP Administrator/Browser 
and have had no issues to date browsing or administering LDAP Servers on z.

Roger

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


Clustering Tomcat on zOS servers for HA

2014-10-25 Thread Roger Lowe
Hi,
   Has anyone tried to cluster Tomcat servers on zOS to provide a HA 
configuration that would he willing to share their experiences?

Feel free to email me offline 

Thanks, Roger

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


Re: Coupling facility users

2015-10-18 Thread Roger Lowe
On Sun, 18 Oct 2015 13:25:04 +0300, גדי בן אבי  wrote:

>Hi,
>
>I was asked to provide a list of functions that can benefit from having a 
>coupling facility available.
>
>I looked for a list, but couldn�t find a current one.
>The current environment is:
>z/OS v2.1
>Basic sysplex � connectivity achieved by ESCON CTC�s
>One CEC
>Shared JES2 spool.
>VTAM connectivity using same CTC�s used for basic sysplex.
>GRS
>Currently NO DB2 OR MQ.
>
>What other components would benefit from a coupling facility?
>
>I know of OPERLOG and Enhanced Catalog Sharing.
>Anything else?
>
>Is there a list somewhere of all of the z/OS fucntions.
>
>Thanks
>
>Gadi
>
Have a look at the CF Sizer tool - 
http://www-947.ibm.com/systems/support/z/cfsizer/

Roger

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


Re: Parmlib syntax check macro

2015-09-27 Thread Roger Lowe
On Sun, 27 Sep 2015 13:58:45 +0530, Nathan Astle  wrote:

>Hi
>
>Is there anyone on the list who are using parmlib syntax checker ?
>Especially a isredit macro freeware ?
>
This is not a parmlib syntax checker as such, but you may want to check out 
'SYS1.SAMPLIB(SPPINST)' which is a Symbolic Parmlib Parser. II10769 has 
additional info.

Hope that helps

Roger

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


Re: RSU or maintenance level on a system

2015-09-21 Thread Roger Lowe
On Mon, 21 Sep 2015 16:02:42 -0400, John Eells  wrote:

>Lopez, Sharon wrote:
>> I already posted this question to IBM but wanted to find out if others are 
>> getting this request from their auditors.
>>
>> Our auditors want to be able to display the RSU or maintenance level of our 
>> z/OS system.  To my knowledge, there is no way to do that (IBM has also 
>> agreed).  Does anyone know if this is possible and are you getting the same 
>> request from your auditors.? Keep in mind that our auditors do know z/OS or 
>> mainframe.  It sounds like they are used to seeing displays on other 
>> platforms with this information with release and fix level.
>
>
Although not an exact science, at our site, we use a couple of System Symbols - 
= "PUT1505" 
= "RSU1506"  

Then the sysprog that is installing maintenance into the z/OS environment 
updates these values to the approximate RSU/PUT level that has been installed 
into that particular Target Zone.  We then have a REXX exec that does the 
following

PUT=mvsvar('symdef','putlvl')   
RSU=mvsvar('symdef','rsulvl')   
RESBLD=mvsvar('symdef','reslvl')
ZOSLVL=mvsvar('SYSOPSYS')   
RESDATE = Translate('12/34/56',RESBLD,'123456') 
Say 'z/OS PUT Level (Approx) : 'PUT 
Say 'z/OS RSU Level (Approx) : 'RSU 
Say 'z/OS SYSRES Build Date (dd/mm/yy) : 'RESDATE   
Say 'z/OS V.R.M and FMID : 'ZOSLVL  

Hope that helps.

Roger

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


Re: HMC automation

2016-06-27 Thread Roger Lowe
Are you sure you are wanting CBU and not OOCoD? CBU is usually valid for 10 day 
test periods at a time for D/R tests before it becomes 'real'. For OOCoD, we 
make use of Capacity Provisioning Manager (which is part of zOS base) and then 
use our automation product to issue Capacity Provisioning Manager commands to 
change up/down our capacity markers. By using a combination of automation and 
CPM, you could accomplish what you want without much difficulty.

Roger 

On Mon, 27 Jun 2016 10:45:24 -0500, Robert McElhaney 
 wrote:

>I want to investigate CBU turn up for 2964-502 to 2964-407. I may want to do 
>this nightly. My central concern for this activity is HMC. I do not want to 
>have an operator each night having to modify HMC configuration manually each 
>night. I need a push button solution to HMC configuration for this specific 
>CBU turn up and subsequent turn down. Do we have anyone on this list with 
>exposure to this CBU option? BTW this is not for disaster recovery exercise. 
>This would be a steady state activity.
>

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


Anyone else having sign in isues with IBM Service Request?

2016-02-19 Thread Roger Lowe
Hi,
   Anyone else having issues signing in to IBM Service Request? I get prompted 
for the IBM ID and password, which I enter, and it just sits there and doesn't 
take me through to IBM SR ..

Roger

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


Re: What is SMC-D?

2016-03-29 Thread Roger Lowe
You may also want to checkout a tool called SMC Applicability Tool (SMCAT) 
which may help you in determining the value of SMC-D (or SMC-R)

http://www-01.ibm.com/software/network/commserver/SMCR/

Roger

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


Re: System symbols in batch JCL

2016-07-21 Thread Roger Lowe
Skip,
  The following jcl should do the trick - 

//ZZZSKIP  JOB (ZZZ,1234),'TEST',  
// MSGCLASS=2,CLASS=M,NOTIFY=,  
// MSGLEVEL=(1,1),TIME=1440,   
// REGION=0M   
//*
//SYMBOLS  EXPORT SYMLIST=*
//*
//D1   SET D= 
//T1   SET T= 
//*
//TIMETEST EXEC PGM=IKJEFT01   
//SYSTSPRT DD DISP=(,CATLG),SPACE=(TRK,1),RECFM=FB,LRECL=80,   
//UNIT=SYSALLDA,   
//DSN=ZZZ.SKIP.REPORT.D 
//SYSTSIN  DD DUMMY

Hope it helps. Roger


On Thu, 21 Jul 2016 19:53:44 +, Jesse 1 Robinson  
wrote:

>I'm trying to use system symbols in batch JCL under z/OS 2.1. Specifically, 
>I'd like to create a DSN like this:
>
>   TSOSKIP.REPORT.D-local-date.T-local-time
>
>I've perused KC but still cannot get to work. Now maybe DSN simply does not 
>allow embedded symbolics, but I did not see that prohibition. Here's what I 
>get.
>
>3 // SET D=
>4 // SET T=
>  //*
>5 //TIMETEST EXEC PGM=IKJEFT01
>6 //SYSTSIN  DD *
>7 //SYSTSPRT DD DISP=(,CATLG),SPACE=(TRK,1),RECFM=FB,LRECL=80,
>  //UNIT=SYSALLDA,
>  //DSN= TSOSKIP.REPORT.D
>  IEFC653I SUBSTITUTION JCL - 
> DISP=(,CATLG),SPACE=(TRK,1),RECFM=FB,LRECL=80,UNIT=SYSALLDA,
>  DSN= TSOSKIP.REPORT.D
>. MESSAGE
>7 IEFC627I INCORRECT USE OF AMPERSAND IN THE DSN FIELD
>
>I read that system symbols must be enabled by class, which I did for class A: 
>$HASP837 JOBCLASS(A) SYSSYM=ALLOW
>
>But it looks like my job is failing at conversion and never getting to 
>execution. Shouldn't this be easy? ;-)
>
>.
>.
>.
>J.O.Skip Robinson
>Southern California Edison Company
>Electric Dragon Team Paddler
>SHARE MVS Program Co-Manager
>323-715-0595 Mobile
>626-302-7535 Office
>robin...@sce.com
>
>
>--
>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: SMF type 89 records reporting RMF usage

2016-07-11 Thread Roger Lowe
Have you checked your IFAPRDxx Parmlib member to see whether RMF is ENABLED? Or 
issue the 'D PROD,STATE,ALL' command and that should also show you the state of 
the various product entries.

It may have been ENABLED and someone started/stopped RMF?

Just my 0.02 worth

Roger

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


Re: SHARE Atlanta proceedings

2016-08-08 Thread Roger Lowe
If you use Firefox, you could try and (still) use the FF extension (DownThemAll 
aka dTa) - http://www.downthemall.net/

Roger
 
On Mon, 8 Aug 2016 10:02:09 -0400, Richards, Robert B. 
 wrote:

>Thanks Lizette.  One at a time, it is. 
>
>
>-Original Message-
>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
>Behalf Of Lizette Koehler
>Sent: Monday, August 08, 2016 9:47 AM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: SHARE Atlanta proceedings
>
>I think when you attend Share you might get a DVD with all of the proceedings.
>Otherwise the website I think is just one at a time for download.
>
>Lizette
>
>
>> -Original Message-
>> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
>> On Behalf Of Richards, Robert B.
>> Sent: Monday, August 08, 2016 5:40 AM
>> To: IBM-MAIN@LISTSERV.UA.EDU
>> Subject: SHARE Atlanta proceedings
>> 
>> Does anyone know when the Atlanta SHARE Conference proceedings from 
>> last week will be available?
>> 
>> Bob
>> 
>
>--
>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


DSS RESTORE with SMS Managed 3584 Library - How??

2016-10-19 Thread Roger Lowe
Hi,
   We have an SMS Managed 3584 Tape Library and would now like to use DFDSS 
RESTORE on our One Pack system to restore some dasd volumes from our weekly 
backup tapes as a recovery exercise.
I have managed to vary online one of the drives to our one pack system and then 
used the web gui on the TS3500 to move the tape I require into the drive that 
is online to our one pack system - all seems to be good so far. 
However, when I run the batch DFDSS RESTORE job, I get the following message 
"IEF343I VOLRSTJB RESTORE TAPE - REQUEST FAILED - NOT ENOUGH NON-SYSTEM MANAGED 
VOLUMES ELIGIBLE"
.
As this is a one pack system, there isnt a valid SMS environment but somehow 
zOS knows that either the drive and/or the tape volume is under SMS management
.
Does anyone have any idea as to how to resolve this?
.
I did find  the following thread - 
https://groups.google.com/forum/#!topic/bit.listserv.ibm-main/mnyNGm6GzEg but 
it is referring more to the standalone DSS services
.
Thanks, Roger

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


Re: zIIP Processor availability Display

2016-11-24 Thread Roger Lowe
On Fri, 25 Nov 2016 03:42:18 +, Carlos Cordero  
wrote:

>Hi all..
>
>
>On a z12 Mainframe with two physical box, with 8 LPARS on a Sysplex 
>configuration and Coupling Facility option, there are 6 Lpars for production 
>and 2 Lpars for previous environment (development or test); how can I display 
>if zIIP processor are assigned or used by Lpars of previous environments?
>
>
>I hope my question is clear.
>

D M=CPU

Roger

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


zAware Usage

2016-10-16 Thread Roger Lowe
Hi All,
Just a curiosity question - how many of you have zAware configured and 
actively in use in your environment?

You can either reply to the List or offline to me..

Thanks, Roger

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


Re: Fwd: Apache Spark on z listserver or forum?

2017-01-06 Thread Roger Lowe
On Fri, 6 Jan 2017 16:50:01 -0500, Erin Farr  wrote:

>>
>> Hi,
>> Our site is currently in the very early stages of dabbling with
>> Apache Spark on z and was wondering if there is a Listserver or Forum
>> specifically for Apache Spark on z.
>>
>> Thanks, Roger
>
>Are you asking about Spark on z/OS, or on Linux on z?
>Regardless, I don't know of any forum specific to Spark on z (z/OS nor
>Linux on z.)
>I'm development team lead for Spark on z/OS.  I'm willing to investigate
>setting one up for Spark on z/OS if folks are interested.
>
For us, it will be Spark on z/OS..

Roger

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


Re: Fwd: Apache Spark on z listserver or forum?

2017-01-06 Thread Roger Lowe
On Fri, 6 Jan 2017 19:08:53 -0500, Erin Farr  wrote:

>>> Are you asking about Spark on z/OS, or on Linux on z?
>>> Regardless, I don't know of any forum specific to Spark on z (z/OS nor
>Linux on z.)
>>> I'm development team lead for Spark on z/OS.  I'm willing to investigate
>setting one up for Spark on z/OS if folks are interested.
>
>> For us, it will be Spark on z/OS..
>
>Glad to hear it!  Sounds like you maybe have some questions.  Feel free to
>mail me directly (ef...@us.ibm.com), or post here until I see what I can
>get set up for a Spark-z/OS-specific mailing list.
>
Thanks Erin - yes, we do have some questions, so we will email you directly for 
the time being.

Roger

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


Apache Spark on z listserver or forum?

2017-01-06 Thread Roger Lowe
Hi,
   Our site is currently in the very early stages of dabbling with Apache Spark 
on z and was wondering if there is a Listserver or Forum specifically for 
Apache Spark on z.

Thanks, Roger

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


Re: IBM Session Manager replacement

2017-08-18 Thread Roger Lowe
Roberto,
 Have a read of the Announcement Letter 
(https://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=an=ca=gpateam=897=ENUS215-356)
 for CL/Supersession and in particular the section titled "ESW trade-up - 
Ordering information"
.
You may find that it may be a NO cost option for you to go to CL/Supersession - 
possibly worth investigating
.
Hope the above helps
.
Roger

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


Re: job output into dataset

2017-05-02 Thread Roger Lowe
As of zOS 1.13 and later,  JES2 provides the ability to 'spin' any SPIN spool 
datasets based on command, size or time (interval or absolute).

SPIN=(UNALLOC,value) where value is one of:
• ‘hh:mm’ – Spin data set at specified time
• ‘+hh:mm’ – Spin data set at interval specified
• nnn [K|M] – Spin every nnn records
• NOCMD – Cannot spin data set by command 
• CMDONLY – Spin only when a command is issued

Have a look in the JCL Reference for further details.

Roger

On Tue, 2 May 2017 12:13:41 +0300, venkat kulkarni  
wrote:

>Hello Andy,
>
>Thanks . but after spin, where these messages will go and reside to later
>review. I want to remove messages from job in timely manner and put it in
>some dataset to be used further.
>
>Please suggest.
>
>On 02-May-2017 10:42 AM, "Styles, Andy (ITS zPlatform Services)" <
>00d68f765d25-dmarc-requ...@listserv.ua.edu> wrote:
>
>Classification: Public
>If it's just the JESLOG you're interested in, take a look at the JESLOG
>parameter of the JOB card:
>
>Syntax:
>
>JESLOG= {SPIN}
>  {NOSPIN}
>  {SUPPRESS}
>
>Subparameter Definition:
>
>SPIN
>JESLOG is spin-eligible. There is an optional second operand.
>
>JESLOG=(SPIN,hh:mm)
>JESLOG will be spun at time hh:mm each 24 hour period. "hh" is
>hours and has a range of 00 through 23. "mm" is minutes and has
>a range of 00 through 59.
>
>JESLOG will be spun when the next message is written to the
>data set after the specified time.
>
>JESLOG=(SPIN,+hh:mm)
>JESLOG will be spun every hh:mm time interval. "hh" is hours
>and has a range of 00 through 23. "mm" is minutes and has a
>range of 00 through 59. The minimum interval which can be
>specified is 10 minutes. Note that "hh" must be specified even
>if zero. For example, JESLOG=(SPIN,0:20)
>
>JESLOG will be spun when the next message is written to the
>data set after the specified time.
>
>JESLOG=(SPIN,nnn)
>JESLOG=(SPIN,nnnK)
>JESLOG=(SPIN,nnnM)
>JESLOG will be spun when either data set has "n" lines. A
>minimum of 500 lines must be specified. "K" is thousands and
>"M" is millions.
>
>
>Andy Styles
>z/Series Systems Programmer
>
>-Original Message-
>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
>Behalf Of venkat kulkarni
>Sent: 02 May 2017 08:35
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: job output into dataset
>
>-- This email has reached the Bank via an external source --
>
>
>Hello,
>
>We have some address spaces running from long time and produce messages
>regularly. Now, my requirement is to cut those messages on regular basis
>and keep appending into seperate dataset.
>
>This way, we will save spool size and no need to recycle the address space
>to remove old message.
>
>Can anybody help me doing this task.
>
>Regards
>Venkat
>
>--
>For IBM-MAIN subscribe / signoff / archive access instructions, send email
>to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
>
>Lloyds Banking Group plc. Registered Office: The Mound, Edinburgh EH1 1YZ.
>Registered in Scotland no. SC95000. Telephone: 0131 225 4555. Lloyds Bank
>plc. Registered Office: 25 Gresham Street, London EC2V 7HN. Registered in
>England and Wales no. 2065. Telephone 0207626 1500. Bank of Scotland plc.
>Registered Office: The Mound, Edinburgh EH1 1YZ. Registered in Scotland no.
>SC327000. Telephone: 03457 801 801. Cheltenham & Gloucester plc. Registered
>Office: Barnett Way, Gloucester GL4 3RL. Registered in England and Wales
>2299428. Telephone: 0345 603 1637
>
>Lloyds Bank plc, Bank of Scotland plc are authorised by the Prudential
>Regulation Authority and regulated by the Financial Conduct Authority and
>Prudential Regulation Authority.
>
>Cheltenham & Gloucester plc is authorised and regulated by the Financial
>Conduct Authority.
>
>Halifax is a division of Bank of Scotland plc. Cheltenham & Gloucester
>Savings is a division of Lloyds Bank plc.
>
>HBOS plc. Registered Office: The Mound, Edinburgh EH1 1YZ. Registered in
>Scotland no. SC218813.
>
>This e-mail (including any attachments) is private and confidential and may
>contain privileged material. If you have received this e-mail in error,
>please notify the sender and delete it (including any attachments)
>immediately. You must not copy, distribute, disclose or use any of the
>information in it or any attachments. Telephone calls may be monitored or
>recorded.
>
>
>--
>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 

Re: LPAR to LPAR access

2017-09-19 Thread Roger Lowe
Judith/Jerry,
 BMC's product (Subsystem Optimizer for zEnterprise "Subzero") 
requires a BASIC or PARALLEL Sysplex environment. 

Roger

On Tue, 19 Sep 2017 23:30:13 +, Edgington, Jerry 
 wrote:

>Yes, Judith. That is correct. I missed that in your email.  However, I believe 
>the BMC tool allows you to connect CICS and maybe batch on one LPAR to DB2 on 
>another LPAR.
>
>-Original Message-
>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
>Behalf Of Nelson, Judith
>Sent: Tuesday, September 19, 2017 5:43 PM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: LPAR to LPAR access
>
>Hi Jerry,
>I have looked into the link to the remote database. As far as I understand 
>this is that requires a db2 instance on both LPAR's. :(
>
>Thank you,
>
>Judith Nelson
>
>
>-Original Message-
>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
>Behalf Of Nelson, Judith
>Sent: Tuesday, September 19, 2017 12:00 PM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: LPAR to LPAR access
>
>Thank you Jerry!
>
>Judith Nelson
>
>
>-Original Message-
>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
>Behalf Of Edgington, Jerry
>Sent: Tuesday, September 19, 2017 11:25 AM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: LPAR to LPAR access
>
>Sorry Judith,
>
>Our email system modifies the URL.
>
>I think this link should help with the setup of remote database from DB2 on 
>z/OS.
>www.ibm.com/support/knowledgecenter/en/SSEPEK_11.0.0/dshare/src/tpc/db2z_sysibmlocationsds.html,
>
>Here is the BMC tool
>www.bmc.com/it-solutions/subsystem-optimizer.html
>
>
>-Original Message-
>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
>Behalf Of Edgington, Jerry
>Sent: Tuesday, September 19, 2017 12:23 PM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: LPAR to LPAR access
>
>Judith,
>
>I think this link should help with the setup of remote database from DB2 on 
>z/OS.
>https://urldefense.proofpoint.com/v2/url?u=https-3A__www.ibm.com_support_knowledgecenter_en_SSEPEK-5F11.0.0_dshare_src_tpc_db2z-5Fsysibmlocationsds.html=DwIFAg=WUZzGzAb7_N4DvMsVhUlFrsw4WYzLoMP5bgx2U7ydPE=gEY-_N3_t4QXFrS5e-OgAibMMWGnLPFFfmDVHG_3lz4=Q2qvjC85EobRWAgHVl-yX2v319f6i9cuTloWg-wjmsE=sJBowoFLA-8ocnbEpqCKvSdFmT2s355DrFGS5qkZq7M=
>
>Here is the BMC tool
>https://urldefense.proofpoint.com/v2/url?u=http-3A__www.bmc.com_it-2Dsolutions_subsystem-2Doptimizer.html=DwIFAg=WUZzGzAb7_N4DvMsVhUlFrsw4WYzLoMP5bgx2U7ydPE=gEY-_N3_t4QXFrS5e-OgAibMMWGnLPFFfmDVHG_3lz4=Q2qvjC85EobRWAgHVl-yX2v319f6i9cuTloWg-wjmsE=8dcWbFRJZ5UFFIwGKMcoOv5gW9_-1ldLc-jEYbQmIgw=
>
>Jerry
>
>-Original Message-
>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
>Behalf Of Nelson, Judith
>Sent: Tuesday, September 19, 2017 11:53 AM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: LPAR to LPAR access
>
>Hi Jerry,
>You are correct with your assumption. :)
>
>If I set up the database as remote, wouldn't I still need some kind of a 
>client to connect to it?
>Could you let me know which product from BMC would do this?
>
>Thank you,
>
>Judith Nelson
>
>
>-Original Message-
>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
>Behalf Of Edgington, Jerry
>Sent: Tuesday, September 19, 2017 9:17 AM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: LPAR to LPAR access
>
>Judith,
>
>I know of a couple of ways to get batch and CICS to access a remote DB2, which 
>is what you are asking, I believe, because you don't want to setup a DB2 data 
>sharing.
>
>1) Within DB2, you can setup a database as a remote. DB2 admin should know how 
>to do this.
>2) BMC has a product that would allow CICS/Batch to connect to a remote DB2, 
>like it is locally attached
>
>
>Jerry
>
>-Original Message-
>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
>Behalf Of Nelson, Judith
>Sent: Tuesday, September 19, 2017 10:14 AM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: LPAR to LPAR access
>
>Hi,
>I am trying to find the best solution for the following problem.
>
>We have two LPARs, one of them has DB2 running, the other one hasn't. We do 
>not have a SYSPLEX.
>We now want to access DB2 data in batch and through CICS, from the LPAR that 
>doesn't have DB2 on it.
>
>For the batch side, I looked at ODBC, but I couldn't find anything how to set 
>this up from another z/OS.
>
>I have set up a simple IPIC connection to connect CICS - CICS across LPAR's. 
>The CICS's are talking. :)
>
>Does anyone have any ideas that could help me?
>
>Judith Nelson  | Senior Systems Programmer
>Sammons(r) Financial Group Member Companies One Sammons Plaza  | Sioux Falls, 
>SD 57193
>Phone: (605) 373-2321
>jnel...@sfgmembers.com
>
>
>The information contained in this message is confidential, protected from 
>disclosure and may be legally privileged.  If the reader of this message is 
>not the intended recipient or an 

Re: ICH13005I

2017-08-23 Thread Roger Lowe
Have you checked out the LISTCDT utility - 
https://www-03.ibm.com/systems/z/os/zos/features/racf/downloads/listcdt.html

Haven't run it for sometime but I am sure the report it produces lists off the 
POSIT values

Roger

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


Re: RACF Parmlib Support - OA52650

2017-08-24 Thread Roger Lowe
On Thu, 24 Aug 2017 18:25:09 -0700, Ed Jaffe  
wrote:

>Yay! I have wanted this since Old Man Noah cornered the market on gopher
>wood!
>
>ftp://public.dhe.ibm.com/eserver/zseries/zos/racf/pdf/oa52650.pdf

Second that ! - gets rid of two usermods for us

Roger

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


Re: Source of SYSLOAVG value in RMF3

2017-11-26 Thread Roger Lowe
On Sun, 26 Nov 2017 01:33:40 +, Graham Harris  wrote:

>Would anyone happen to know where the "SYSLOAVG" (stands for 'system load
>average') value in RMF3 comes from?
>I think it is also known as the WEB queue.
>
>I have ploughed through the data areas manuals, and cant see any obvious
>candidate control block at an LPAR level, but i may not be searching for
>the right thing, and it may not actually be a control block in its own
>right anyway.
>
>From what i have seen in the data areas, I have a nasty suspicion is that
>each address space may have its own WEB queue, and RMF may perhaps be
>amalgamating them to give a system-wide view (which is what I am
>specifically interested in, but want it at a much finer granularity than
>RMF3 can give).
>
>Any info gratefully received.
>
In IPCS, try issuing IPCS IEAVWEBI and see if that gives you the info that you 
might be after 

Hope that helps.

Roger

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


Re: Track address space which is non reusable

2017-12-17 Thread Roger Lowe
On Sun, 17 Dec 2017 21:24:07 +0530, Jake Anderson  
wrote:

>Hi
>
>Is there any rexx exec or a program which can tell me the number of Address
>space which are nonreusable ASID ?
>
>zOS 2.2
>
>Jake
>
If I remember correctly, there should be a Health Check called "IEA_ASIDS" 
which should give you the info that you are after ...

Roger

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


Re: JES2 Sizer in z/OS V2.3

2017-11-05 Thread Roger Lowe
You can also run the JES2 Init Deck checker as a batch job.


//JES2 EXEC JES2
//IEFPROC.HASPLIST DD SYSOUT=Z (override of the DD in the JES2 proc as I 
wanted the report from the checker to go to a different sysout)

Since the site I work at uses System Symbolics in the JES2 proc, you need to 
ensure the job class you run the job in has Systems Symbols enabled.

As part of the report produced by running the above - 



Recommendations:   
   
   Current  Current Percent Usage per Max with 
 LimitUsage   Usage   JQE/JOE  max JQE/JOE 
   ---  ---  --    --- 
 JQEs   14,0005,564   39.74
 Job Numbers10,0005,556   55.56  0.99   13,860 
 JOEs   35,0007,322   20.92  1.34   18,760 
 Active TGs 99,810   60,530   60.64 10.82  151,480 
 BERTs  28,100  5902.09
  JQE BERTs 373  0.06  840 
  JOE BERTs  52  0.000 


Hope the above helps.

Roger

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


Re: JES2 Sizer in z/OS V2.3

2017-11-05 Thread Roger Lowe
On Sun, 5 Nov 2017 13:40:38 +, גדי בן אבי  wrote:

>I tried that, and got:
>IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED
>$HASP433 INVALID SUBSYSTEM EXECUTION MODE
>And the step ended with RC=20.
>
>Gadi

Are you running it under a zOS 2.3 environment?

Roger

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


Re: CPU Utilization

2018-07-03 Thread Roger Lowe
On Tue, 3 Jul 2018 14:42:21 +0300, saurabh khandelwal 
 wrote:

>Hello Group,
>
>We have requirement to trigger alert to operator console, once CPU
>utilization for any address space or any Job or any running STC  reach to
>certain pre defined number. Like any job or address space or STC consuming
>CPU for more then 30 min etc , operator should get alter on his console.
>
>
>Is there any way to implement this process using rexx, netview or any other
>way .
>
If you have RMF installed, you could look at using RMFM3B and zEvent which 
could do what you are after 

Roger

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


Re: Syntax check for JES2 INIT deck

2018-01-31 Thread Roger Lowe
On Wed, 31 Jan 2018 07:18:36 -0600, Doug Henry <doug_he...@usbank.com> wrote:

>On Wed, 31 Jan 2018 09:39:55 +, Beesley, Paul <paul.bees...@atos.net> 
>wrote:
>I agree it is a useful facility and I also thank you.
>However we run Thruput Manager and it also abends during the check  with a 
>S0C2 in their module DTMJ2MV7. We will be checking with  Compuware  to see if 
>it is a know problem.
>
>Doug
>
>>A useful facility, thanks.
>>However it abends S0C4 in HASPIRDA (+73C4) on completion... I'll check for 
>>missing maintenance.
>>
>>Regards and thanks
>>Paul
>>
>>-Origanal Message-
>>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
>>Behalf Of Roger Lowe
>>Sent: Wednesday, January 31, 2018 12:17 AM
>>To: IBM-MAIN@LISTSERV.UA.EDU
>>Subject: Re: Syntax check for JES2 INIT deck
>>
>>On Tue, 30 Jan 2018 23:51:17 +, Jesse 1 Robinson 
>>ejesse1.robin...@sce.com> wrote:
>>
>>>(It must be JES2zday . There used to a trick to get a JES2 INIT deck syntax 
>>>check. You would 'S JES2' with the system running. JES2 would eventually say 
>>>'SUBSYSTEM NOT DORMANT' and quit, but along the way read the INIT deck and 
>>>flag any syntax errors. We tried that today with a deliberate syntax error, 
>>>but no complaints during startup. Did this trick stop working somewhere 
>>>along the way?
>>>
>>If you are running zOS 2.3, you can make use of the JES2 init deck checker 
>>via batch.
>>
>>//JES2CHK JOB (RLL,1206),'Init Deck Check',
>> / MSGLEVEL=(1,1),
>>// CLASS=R, < == ensure this job class allows for System 
>>Symbols
>>// MSGCLASS=X,
>>// REGION=0M,
>>// NOTIFY=
>>//*
>>//JES2 EXEC JES2
>>//IEFPROC.HASPLIST DD SYSOUT=Z
>>
>>Report listing is written to the HASPLIST DD
>>
>>Hope this helps 
>>
>>Roger
>>
We do not experience any abends when running the JES2 Init Deck check in batch. 
We have zOS 2.3  systems running at various PUT/RSU levels, ranging from 
PUT1708/RSU1708 to PUT1712/RSU1712 .

Roger

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


Re: Syntax check for JES2 INIT deck

2018-01-30 Thread Roger Lowe
On Tue, 30 Jan 2018 23:51:17 +, Jesse 1 Robinson  
wrote:

>(It must be JES2zday). There used to a trick to get a JES2 INIT deck syntax 
>check. You would 'S JES2' with the system running. JES2 would eventually say 
>'SUBSYSTEM NOT DORMANT' and quit, but along the way read the INIT deck and 
>flag any syntax errors. We tried that today with a deliberate syntax error, 
>but no complaints during startup. Did this trick stop working somewhere along 
>the way?
>
If you are running zOS 2.3, you can make use of the JES2 init deck checker via 
batch. 

//JES2CHK JOB (RLL,1206),'Init Deck Check',   
// MSGLEVEL=(1,1), 
// CLASS=R, < == ensure this job class allows for System 
Symbols  
// MSGCLASS=X, 
// REGION=0M,  
// NOTIFY=  
//*
//JES2 EXEC JES2   
//IEFPROC.HASPLIST DD SYSOUT=Z

Report listing is written to the HASPLIST DD

Hope this helps 

Roger 

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


Re: HMC log question

2018-02-19 Thread Roger Lowe
On Mon, 19 Feb 2018 15:21:32 +, Vernooij, Kees (ITOPT1) - KLM 
 wrote:

>Hello Group,
>
>It seems a simple question, but we can't find it:
>Does the z13s HMC log when a disabled waitstate is loaded and how can I access 
>the log?
>
>Or is the only way to find out about these event to email them via the Monitor 
>System Events function?
>
>Kees.
>
Kees,
   The hardware messages icon should be blue (indicating a h/w message). 
You should then single click on the CPC (again it should be coloured blue) and 
then hardware messages and whatever h/w message should then displayed in a 
popup window. 
You can also setup, via the Monitor System Events task in the Console Actions 
Work Area and setup an alert(s) to send an email - this is what we do and it 
works quite well
.
Hope this helps
.
Roger

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


Re: FICON "Invalid attachment failure"

2018-08-22 Thread Roger Lowe
Have you tried to clean the fibre?

>W dniu 2018-08-22 o 13:45, Roger Lowe pisze:
>> On Wed, 22 Aug 2018 12:16:53 +0200, R.S.  
>> wrote:
>>
>>> Two FICON channels were connected to a switch.
>>> Both signal an error "Invalid attachment failure" (this is visible on SE)
>>> I checked port#, zoning, HCD/IODF and have no idea what to check futher.
>>> z13 FICON Express16S, DCX8510-4 with 8Gbps SFP.
>>>
>>>
>>> Any clue?
>> Try  invoking the 'Channel Problem Determination' task on the HMC. There are 
>> various options associated with that task and hopefully that might give you 
>> a clue where the issue(s) may lie.
>
>I did.  All the options.
>I see "Not valid" as the other node (that means switch port) with no
>details, except port speed.
>The switch show the port as not connected, although Statistics show some
>frames were exchanged.
>The only thing is connection rate. It is set to real value. Indeed, it
>is FICON Ex16 to 8Gbps SFP,  but I also enforced 4Gbps on switch side
>and "Analyze Channel Information" shows actual speed. So, the speed
>negotiation was done succesfully. Something bad happened after that.
>

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


Re: FICON "Invalid attachment failure"

2018-08-22 Thread Roger Lowe
Also noted that you have FICON Express16s with 8Gbps SFP - have you checked 
that the port you are using on the switch is at 8Gbps?

>On Wed, 22 Aug 2018 12:16:53 +0200, R.S.  
>wrote:
>
>>Two FICON channels were connected to a switch.
>>Both signal an error "Invalid attachment failure" (this is visible on SE)
>>I checked port#, zoning, HCD/IODF and have no idea what to check futher.
>>z13 FICON Express16S, DCX8510-4 with 8Gbps SFP.
>>
>>
>>Any clue?
>Try  invoking the 'Channel Problem Determination' task on the HMC. There are 
>various options associated with that task and hopefully that might give you a 
>clue where the issue(s) may lie.
>

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


Re: FICON "Invalid attachment failure"

2018-08-22 Thread Roger Lowe
On Wed, 22 Aug 2018 12:16:53 +0200, R.S.  wrote:

>Two FICON channels were connected to a switch.
>Both signal an error "Invalid attachment failure" (this is visible on SE)
>I checked port#, zoning, HCD/IODF and have no idea what to check futher.
>z13 FICON Express16S, DCX8510-4 with 8Gbps SFP.
>
>
>Any clue?
Try  invoking the 'Channel Problem Determination' task on the HMC. There are 
various options associated with that task and hopefully that might give you a 
clue where the issue(s) may lie.

Hope that helps.

Roger

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


Re: FICON "Invalid attachment failure"

2018-08-23 Thread Roger Lowe
On Thu, 23 Aug 2018 13:03:34 +0200, R.S.  wrote:

>It is Brocade DCX8510-4 connected to IBM z13 FICON Express16S. The
>message is exactly as I wrote: "Invalid attachment failure". This is on
>Channel icon on SE. There is no message on swtich side.
>
>@Roger
>It is unlikely the problem come from dirty fiber. The problem regards
>two channels, we also changed the cable for one of them.

These might be silly questions  but- 
1.  Is the installed FOS Release on DCX a Ficon Supported and Certified 
Release?. 
2. Is the z13 FICON Express16s CHPID attached to one DCX with the TARGET CU on 
a different DCX ? - possible High Integrity Fabric setup issue?

Roger

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


Re: Ts7700 replication

2018-09-02 Thread Roger Lowe
On Sun, 2 Sep 2018 14:09:43 +0400, Peter  wrote:

>Hi
>
>I confess that I have no knowledge about ts7700. Wanted to know how ts7700
>tape gets copied to the disaster site ?
>
>Can someone please explain me ?
>
>Peter
>
Peter,
As  I posted to another query,   I would suggest you get a hold of 
Redbook "IBM TS7700 Release 4,1 and 4.12 Guide" . could be a good starting 
point

Hope that helps.

Roger

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


Re: TS7760

2018-09-02 Thread Roger Lowe
On Sun, 2 Sep 2018 06:28:24 +, Gadi Ben-Avi  wrote:

>Hi,
>
>I've just been informed that we're getting a brand new TS7760
>
>We've never had any type of tape library. Before.
>
>I've been trying to find the FIXCATS I need to explore in order to install the 
>required fixes.
>
>I've found IBM.Device.Tape.TS7700-3957.
>Are there any FIXCATS I should be looking at, for SMS, or any other software.
>
>We'll be using Control-T as out tape management system.
>
>Thanks
>
>Gadi
>
Gadi,
   I would suggest you get a hold of Redbook "IBM TS7700 Release 4,1 and 
4.12 Guide" . could be a good starting point

Hope that helps.

Roger

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


Re: CPU Utilization

2018-07-04 Thread Roger Lowe
On Wed, 4 Jul 2018 03:24:00 -0500, Vince Getgood  wrote:

>Saurabh,
>How much is your management willing to spend on achieving this requirement?
>
>From the few posts that I've seen, I'd suggest no-one here does this now, or 
>has ever done it.  If a company wants to monitor it's mainframe resource usage 
>dynamically, it buys and impliments a product. (BMC Mainview, ASG TMON, IBM's 
>Omegamon etc). 
>
>You're basically asking us to help you write something that will replace one 
>of the above - I'd suggest that's not going to happen - at least not for free!
>
>Also, consider how much resource a home-grown resource monitor would use?   
>Who monitors the monitor?
>
Again, if you have RMF at your site, you could something similar to what we 
have done using RMFM3B to write out to syslog/operlog what our Group Capacity 
usage are for our various environments. An example:
 +RMF300I 3B: Processing CPC Report...

 +MVS1 - RMF301I: 4H Average: 2
 +MVS1 - RMF302I: 4H Max: 3
 +MVS1 - RMF303I: WLM Capping %:  0.0  
 +MVS1 - RMF304I: Group Name: GRPDEVT  
 +MVS1 - RMF305I: Group Limit: 9  
 +MVS1 - RMF306I: Time until Capping: 195 minutes  
.
Using the above info, you could certainly then setup whatever automation 
package you have to trap on the relevant fields
.
Have a look in your *.SERBCLS dataset (members ERBM3B and ERBR3CPC) and that 
will give you a good starting point to set something up to fit your 
requirements. As Vince said, you are basically asking/wanting someone else to 
do the leg work for you for free and that ain't going to happen any time soon! 

Just to provide you with another source of RMF related info/goodies - 
https://github.com/IBM/IBM-Z-zOS/tree/master/zOS-RMF

Roger 

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


Re: How to manage SDSF StoreLimit

2018-10-11 Thread Roger Lowe
On Fri, 12 Oct 2018 00:57:54 +, Jesse 1 Robinson  
wrote:

>I found the same instruction in the same way. Problem is that Options 
>pull-down does not show me a StoreLimit button. Hence my post. 
>
Did you do a '/' in SDSF to invoke the System Command Extension and then you 
should see 'Options' and go from there .

Roger

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


Re: [EXTERNAL] Re: Command to list aged, migrated items

2018-10-16 Thread Roger Lowe
>
>I'm looking for a command to list all ML1/ML2 datasets that have an age of
>60 (2 months ago, they were migrated).
>A working command would be ideal, as I'm looking to stick it into a batch job..

Have you looked at using DCOLLECT?

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


Re: Profiles specific to user

2018-11-02 Thread Roger Lowe
On Fri, 2 Nov 2018 10:25:27 +, Sankaranarayanan, Vignesh 
 wrote:

>Hello lists,
>
>I've look around a bit and also realise there's a screen within the RACF 
>panels itself to do the following:
>Show all dataset profiles that a user has some access to.
>
>Is it possible to produce this as a report by parsing DBU00?
>Found this - http://www.oocities.org/steveneeland/ICE69.txt
>.. but it lists only profiles that explicitly have that ID in the access list.
>
>Is there a way to report all the profiles (DATASET class or otherwise) an ID 
>has access to through
>
>  1.  direct mentions in the user list
>  2.  one of the user's connected groups
>  3.  lenient UACC
>

You could try using the RACF SEARCH command. You will need to manipulate the 
SEARCH command and specify the various RACF CLASSES but it should do what you 
want.

Roger

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


Re: TS7760

2018-09-03 Thread Roger Lowe
On Mon, 3 Sep 2018 04:28:37 +, Gadi Ben-Avi  wrote:

>Thanks Roger.
>I have the book. I guess I have to start reading :-)
>
>-Original Message-
>From: IBM Mainframe Discussion List  On Behalf Of 
>Roger Lowe
>Sent: Sunday, September 2, 2018 4:33 PM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: TS7760
>
>OS Sun, 2 Sep 2018 06:28:24 +, Gadi Ben-Avi  wrote:
>
>>Hi,
>>
>>I've just been informed that we're getting a brand new TS7760
>>
>>We've never had any type of tape library. Before.
>>
>>I've been trying to find the FIXCATS I need to explore in order to install 
>>the required fixes.
>>
>>I've found IBM.Device.Tape.TS7700-3957.
>>Are there any FIXCATS I should be looking at, for SMS, or any other software.
>>
>>We'll be using Control-T as out tape management system.
>>
>>Thanks
>>
>>Gadi
>>
Gadi,
   Another source of info is the IBM Techodcs website 
(http://www-03.ibm.com/support/techdocs/atsmastr.nsf/Web/TechDocs) an search 
for "TS7760". There are a number of whitepapers which will also give you some 
additional info..

Roger

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


Re: TS7760

2018-09-03 Thread Roger Lowe
>>
>>I've just been informed that we're getting a brand new TS7760
>>
>>We've never had any type of tape library. Before.
>>
>>I've been trying to find the FIXCATS I need to explore in order to install 
>>the required fixes.
>>
>>I've found IBM.Device.Tape.TS7700-3957.
>>Are there any FIXCATS I should be looking at, for SMS, or any other software.
>>
Gadi,
   The following link should help you with your query about FIXCATs - 
http://www-01.ibm.com/support/docview.wss?uid=isg3T1027683

Roger

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


Re: SMP/E Fixcat Categories in batch?

2018-09-19 Thread Roger Lowe
On Wed, 19 Sep 2018 13:12:58 +, Chris Hoelscher  
wrote:

>Do you mean something like:
>
>//SMPCNTL  DD  *  
>SET BDY(GLOBAL).  
>REPORT MISSINGFIX 
>FIXCAT(*) 
>ZONES(target) .  
>
 Again, not quite.all I am after is just a listing of the FIXCAT CATEGORIES 
- basically, the 'cut & paste' exercise Bob and I did a few posts ago.
I just don't want to have to invoke the SMP/E Dialogs just to get a listing of 
the FIXCATs - I can have a scheduled job that does an Internet Service 
Retrieval of HOLDDATA and then a second step in the job to produce a listing of 
the FIXCAT categories which can then reviewed for applicability

Roger

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


Re: SMP/E Fixcat Categories in batch?

2018-09-19 Thread Roger Lowe
On Wed, 19 Sep 2018 22:20:41 -0500, Paul Gilmartin  wrote:

>On Wed, 19 Sep 2018 08:44:28 -0500, Roger Lowe wrote:
>>>
>>>//SMPCNTL  DD  *  
>>>SET BDY(GLOBAL).  
>>>REPORT MISSINGFIX 
>>>FIXCAT(*) 
>>>ZONES(target) .  
>>>
>> Again, not quite.all I am after is just a listing of the FIXCAT 
>> CATEGORIES - basically, the 'cut & paste' exercise Bob and I did a few posts 
>> ago.
>>I just don't want to have to invoke the SMP/E Dialogs just to get a listing 
>>of the FIXCATs - I can have a scheduled job that does an Internet Service 
>>Retrieval of HOLDDATA and then a second step in the job to produce a listing 
>>of the FIXCAT categories which can then reviewed for applicability
>>
>Sounds like the sort of thing DFSORT or ICETOOL does well.
>
Yes - it looks like ICETOOL is the way to go get what I am after.

Roger

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


Re: Implementign Web Services Security in CICS v5.4

2019-01-03 Thread Roger Lowe
On Thu, 3 Jan 2019 12:14:09 +, Gadi Ben-Avi  wrote:

>I ran the command against the z/OS CSI.
>No PTFs are missing.
>
>Gadi

CICS should have an SREL of C150 whilst zOS is Z038 - are you sure you are 
running the command against the correct zone?

Roger

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


Re: Programs in the PPT on z/OS 2.2

2018-12-26 Thread Roger Lowe
On Wed, 26 Dec 2018 14:39:32 -0600, Peter Ten Eyck 
 wrote:

>How does a program get added to the PPT?
>
>For example in SYS1.PARMLIB(SCHED**) has numerous programs are added to the 
>PPT at say IPL time, but the console command D PPT display many more? Is there 
>a default table of PPT programs? Other than looking at a SCHED** member, how 
>would I determine which programs are in the PPT via a SCHED** member and which 
>are in the PPT through some other means?
>
This is for z/OS 2.3 - 
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.ieae200/ieae200541.htm

Roger

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


Re: Another IBM tape not for z/OS

2018-12-05 Thread Roger Lowe
On Wed, 5 Dec 2018 07:39:22 -0600, Russell Witt  wrote:

>So very true. And the concept of an "air-gap" backup has become a real issue 
>and shows one of the problems with replication. And nothing is better for an 
>"air-gap" backup than tape, including Virtual Tape.
>
>The other point is that while dasd-management products (HSM, FDR/ABR, CA-Disk) 
>are one of the biggest users, and together with backup-solutions like DFDSS 
>and FDR account for the majority of tape usage there are other uses as well. I 
>have seen some production sites where DB2 backups from the DB2 utility use as 
>much tape (measured in Mb of data) as either one. 
>
The "SafeGuarded Copy"  feature of the IBM DS8000 disk subsystem creates 
backups  that are not accessible by the host and protects them  from corruption 
that can occur in the production environment.  Safeguarded Copy can create 
multiple backups on a regular basis, such as hourly or daily.

Roger

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


Re: OS/390 (not z/OS) question

2018-11-21 Thread Roger Lowe
On Wed, 21 Nov 2018 07:59:03 -0500, Tony Thigpen  wrote:

>In an OS/390 2.10 system. where is the esoteric 3590-1 defined? Can it
>be overridden?
>
>We are trying to migrate an old OS/390 system and the first stage is to
>migrate the tape usage to a VTL. The VTL looks like 3590-128trk while
>the old 3590s are 3590-256trak.
>
>The problem is that when an input request for old tapes appear, the
>system is asking for the real 3590-256track tape to be mounted on the
>VTL drives (defined as 3590-128track). RMM is the tape manager. We think
>the system defined 3590-1 esoteric is the problem, but it does not
>settable in the HCD on that version of OS/390.
>
Don't have access yo an OS/390 system (HCD), but are you sure you are going 
into the right optionns in HCD?
1. Go to Option 1 "Operating System Configuration"
2. Select the OS Config applicable
3. Select sub option 5 "Work with EDTs"
4.  Select the EDT and it shuld then display one or more estoreics
5. Select appropriate esoteric and follow the bouncing ball ..

I don' think these particular HCD options have changed over the various 
releases of OS/390 or z/OS

Roger

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


SMP/E Fixcat Categories in batch?

2018-09-18 Thread Roger Lowe
Hi,
   Is there anyway of listing out all of the SMP/E FIXCATs via batch.?

Thanks, Roger

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


Re: SMP/E Fixcat Categories in batch?

2018-09-19 Thread Roger Lowe
On Wed, 19 Sep 2018 06:54:52 +, Anthony Thompson 
 wrote:

>Probably not what you want, but LIST HOLDDATA HOLDFIXCAT?
>
>Ant.

Ant,
 Not quite what I was afterI am basically after what can be done via 
the SMP/E Dialogs but in batch. In the SMP/E Dialogs, I can go to the FIXCATS 
and then select 'YES' to 'Explore Fix Categories'. Then on the command line, I 
would issue 'E' (Expand All) and this would give me all the various Fix 
Categories - this is what I am after but can't seem to find a way of getting 
such a report in batch.

Roger

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


Re: SMP/E Fixcat Categories in batch?

2018-09-19 Thread Roger Lowe
Bob,
  This is the list I have - you will also note that the very first line 
shows 'No Fix Categories are new since 2018/09/19' which was when I last did an 
internet service retrieval of HOLDDATA for our zOS 2.3 environment. I would 
guess that the FIXCATs are not static over zOS nor SMP/E releases

No Fix Categories are new since 2018/09/19.

   Fix Categories  New Selected
   --- --- 
  -IBM.*
   -IBM.Coexistence.*
-IBM.Coexistence.ICSF.*
  IBM.Coexistence.ICSF.z/OS_V2R1-V2R3-HCR77C1
-IBM.Coexistence.z/OS.*
  IBM.Coexistence.z/OS.V2R1
  IBM.Coexistence.z/OS.V2R2
  IBM.Coexistence.z/OS.V2R3
   -IBM.Device.*
-IBM.Device.CommunicationController.*
  IBM.Device.CommunicationController.3745
-IBM.Device.Disk.*
  IBM.Device.Disk.DS8000-2107
  IBM.Device.Disk.ESS-Shark-2105
  IBM.Device.Disk.RAMAC-ArraySubsystem-9394
  IBM.Device.Disk.RAMAC-ScalableArraySubsystem-9396
  IBM.Device.Disk.RAMAC-VirtualArraySubsystem-9393
  IBM.Device.Disk.RAMAC2-ArraySubsystem-9395
  IBM.Device.Disk.StorageControl-3990
 -IBM.Device.Disk.StorageControl-3990.*
   IBM.Device.Disk.StorageControl-3990.6
  IBM.Device.Disk.3380
  IBM.Device.Disk.3390
 -IBM.Device.Disk.3390.*
   IBM.Device.Disk.3390.9
 IBM.Device.ESCONDirector-9032
-IBM.Device.FICONDirector.*
  IBM.Device.FICONDirector.2032
  IBM.Device.FICONDirector.2042
  IBM.Device.FICONDirector.2062
-IBM.Device.Server.*
  IBM.Device.Server.CouplingFacility-9674
IBM.Device.Server.ParallelTransactionServer-9672
IBM.Device.Server.s/390Multiprise3000-7060
IBM.Device.Server.zBC12-2828
IBM.Device.Server.zBC12-2828.*
 IBM.Device.Server.zBC12-2828.zHighPerformanceFICON
IBM.Device.Server.zEC12-2827
IBM.Device.Server.zEC12-2827.*
 IBM.Device.Server.zEC12-2827.zHighPerformanceFICON
IBM.Device.Server.z10-BC-2098
IBM.Device.Server.z10-BC-2098.*
 IBM.Device.Server.z10-BC-2098.CapacityProvisioning
 IBM.Device.Server.z10-BC-2098.zHighPerformanceFICON
IBM.Device.Server.z10-EC-2097
IBM.Device.Server.z10-EC-2097.*
 IBM.Device.Server.z10-EC-2097.CapacityProvisioning
 IBM.Device.Server.z10-EC-2097.ServerTimeProtocol
 IBM.Device.Server.z10-EC-2097.zHighPerformanceFICON
IBM.Device.Server.z114-2818
IBM.Device.Server.z114-2818.*
 IBM.Device.Server.z114-2818.zHighPerformanceFICON
IBM.Device.Server.z13-2964.*
 IBM.Device.Server.z13-2964.Exploitation
 IBM.Device.Server.z13-2964.RecommendedService
 IBM.Device.Server.z13-2964.RequiredService
 IBM.Device.Server.z13-2964.zHighPerformanceFICON
IBM.Device.Server.z13s-2965.*
 IBM.Device.Server.z13s-2965.Exploitation
 IBM.Device.Server.z13s-2965.RecommendedService
 IBM.Device.Server.z13s-2965.RequiredService
 IBM.Device.Server.z13s-2965.zHighPerformanceFICON
 -IBM.Device.Server.z14-3906.*
   IBM.Device.Server.z14-3906.Exploitation
   IBM.Device.Server.z14-3906.RecommendedService
   IBM.Device.Server.z14-3906.RequiredService
 -IBM.Device.Server.z14ZR1-3907.*
   IBM.Device.Server.z14ZR1-3907.Exploitation
   IBM.Device.Server.z14ZR1-3907.RecommendedService
   IBM.Device.Server.z14ZR1-3907.RequiredService
  IBM.Device.Server.z196-2817
 -IBM.Device.Server.z196-2817.*
   IBM.Device.Server.z196-2817.zHighPerformanceFICON
  IBM.Device.Server.z800-2066
  IBM.Device.Server.z890-2086
 -IBM.Device.Server.z890-2086.*
   IBM.Device.Server.z890-2086.ServerTimeProtocol
  IBM.Device.Server.z9-BC-2096
 -IBM.Device.Server.z9-BC-2096.*
   IBM.Device.Server.z9-BC-2096.ServerTimeProtocol
  IBM.Device.Server.z9-EC-2094
 -IBM.Device.Server.z9-EC-2094.*
   IBM.Device.Server.z9-EC-2094.ServerTimeProtocol
  IBM.Device.Server.z900-2064
  IBM.Device.Server.z990-2084
 -IBM.Device.Server.z990-2084.*
   IBM.Device.Server.z990-2084.ServerTimeProtocol
-IBM.Device.Tape.*
  IBM.Device.Tape.TotalStorageEnterpriseTape-3590
  IBM.Device.Tape.TotalStorageEnterpriseTape-3592
  IBM.Device.Tape.TS1120-3592
  IBM.Device.Tape.TS1130-3592
   IBM.Device.Tape.TS3500-TapeLibrary-3584
   IBM.Device.Tape.TS7700-3957
   IBM.Device.Tape.VirtualTapeServer-3494
  -IBM.Device.Tape.VirtualTapeServer-3494.*
IBM.Device.Tape.VirtualTapeServer-3494.B18
IBM.Device.Tape.VirtualTapeServer-3494.VTS
-IBM.Function.*
  IBM.Function.ApacheSpark
  IBM.Function.ConcurrentCopy
  IBM.Function.DataSetEncryption
  IBM.Function.DFSMSCloudStorage
  IBM.Function.EAV
  IBM.Function.ExtendedRemoteCopy
  IBM.Function.FlashCopy
  IBM.Function.GDPS
  IBM.Function.GlobalMirror
  IBM.Function.HealthChecker
  IBM.Function.HyperPAV
  IBM.Function.HyperSwap
  IBM.Function.MemoryCapping
  IBM.Function.Multi-FactorAuthentication
  IBM.Function.PDSE
  IBM.Function.PeerToPeerRemoteCopy
  IBM.Function.PricingInfrastructure
 -IBM.Function.RACF.*
   IBM.Function.RACF.PasswordEncryption
  IBM.Function.SDMAPI
  IBM.Function.SMFLogstream
  IBM.Function.SMFRecord
  IBM.Function.SYSPLEXDataSharing
 -IBM.Function.TSO.*
   

Re: Disk space allocation question

2019-03-04 Thread Roger Lowe
On Mon, 4 Mar 2019 11:19:19 +, Sean Gleann  wrote:

>Does z/OS / SMS have a set of default space allocation sizes and if so,
>where are they held and can I alter or control them?
>I have a situation where insufficient contiguous disk space results in
>the SPACE request parameters supplied for a DISP=(NEW...) file with values
>that are too low to fulfil the final requirements.
>Example: I request SPACE=(TRK,(9000,1000)… and what I get
>is ...TRK,(7200,500), which eventually leads to a B37 abend.
>It's that 'eventually' bit that is most disheartening. I would far rather
>have the space request completely refused along with a job abend rather
>than have the system 'try to help' me.
>
>Regards
>Sean
>
Have a look in the ALLOCxx member of PARMLIB .

Roger

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


Re: APAR Search Broken Worldwide?

2019-02-25 Thread Roger Lowe
On Sun, 24 Feb 2019 19:02:53 -0800, Ed Jaffe  
wrote:

>Is everyone experiencing this? Or is local to my region?
>
>https://www14.software.ibm.com/support/customercare/psearch/search?domain=gapar
>
>It either fails with "SearchRequest. Incorrect XML format of dBlue
>response." or just returns zero matches.

Using your referenced URL works fine in the "land down under" - albeit Monday 
evening .

Roger

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


Re: JVM errors running daily SCRT at currently available V26.1

2019-02-08 Thread Roger Lowe
On Fri, 8 Feb 2019 11:20:36 +, Richards, Robert B. 
 wrote:

>Has anyone else seen this recently? It worked yesterday, failed today and to 
>the best of my knowledge, nothing has been changed (production lpar at z/OS 
>2.2).
>
>JVMJZBL1001N JZOS batch Launcher Version: 2.4.8 2017-09-13
>JVMJZBL1002N (C) Copyright IBM Corp. 2005, 2016
>java version "1.8.0_171"
>Java(TM) SE Runtime Environment (build 8.0.5.15 - 
>pmz6480sr5fp15-20180502_01(SR5 FP15))
>IBM J9 VM (build 2.9, JRE 1.8.0 z/OS s390x-64 Compressed References 
>20180425_385365 (JIT enabled, AOT enabled)
>OpenJ9   - a7ffbfe
>OMR  - a531219
>IBM  - 59ef3dc)
>JVMJZBL1015N MVS commands are DISABLED
>JVMJZBL1023N Invoking com.ibm.scrt.SCRTe.main()...
>JVMJZBL1043N The Java virtual machine completed with System.exit(16)
>

Do you have any SCRT* prefixed messages AFTER the JVMJZBL1043N message? I have 
had a previous System.exit(8) issue which had a bunch of SCRT* prefixed 
messages associated with it

Roger

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


Re: [EXTERNAL] Re: CTC

2019-02-18 Thread Roger Lowe
Do you have access to Hardware Configuration Manager (HCM)? If so, you could 
use that to display your CTC config ...

Roger

On Mon, 18 Feb 2019 14:25:15 +, Sankaranarayanan, Vignesh 
 wrote:

>Just me, to understand and map out the connections..
>
>– Vignesh
>Mainframe Infrastructure
>
>-Original Message-
>From: IBM Mainframe Discussion List  On Behalf Of 
>ITschak Mugzach
>Sent: 18 February 2019 14:02
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: [EXTERNAL] Re: CTC
>
>For the active configuration, you can use tso console command and analyse the 
>results in the same exec with the IOCP deck. I would email the results a comma 
>separated file to excel. Who need to read it?
>
>ITschak
>
>On Mon, Feb 18, 2019 at 3:33 PM Sankananarayanan, Vignesh < 
>vignesh.v.sankaranaraya...@marks-and-spencer.com> wrote:
>
>> Thanks, that makes sense..
>> Assuming that there are extra entries (not really used/active) in the 
>> IODF, I would have to resort to checking everything through D M=DEV 
>> commands, because they show the entry and dest link addresses, which 
>> are useful when the path goes through a switch/director.
>>
>> And finally, what would be the best way to visualise these connections?
>>
>> – Vignesh
>> Mainframe Infrastructure
>>
>> -Original Message-
>> From: IBM Mainframe Discussion List  On 
>> Behalf Of ITschak Mugzach
>> Sent: 18 February 2019 13:09
>> To: IBM-MAIN@LISTSERV.UA.EDU
>> Subject: [EXTERNAL] Re: CTC
>>
>> I don't have a specific rexx for the problem, but I can give some tips 
>> form daily experience. I do parsing every day, many times a day, for 
>> our IronSphere product.  IOCP is using a macro language. so:
>>
>>1. make every macro a single string. continuation is at column 72, the
>>last line in a multi line doesn;t have a comma and a continuation 
>> char at
>>col 762.
>>2. tokenize the string by replacing every equal sign to blank.
>>3. wordpos the keyword you are looking for. of position is not zero, the
>>value is the next word.
>>4. result may be enclosed in parentheses, separated with commas. know
>>what you are looking for for second level parsing.
>>5. I use a stem to store the single line macro calls at step 1.
>>
>>
>> best,
>> ITschak
>>
>> On Mon, Feb 18, 2019 at 2:32 PM Sankaranarayanan, Vignesh < 
>> vignesh.v.sankaranaraya...@marks-and-spencer.com> wrote:
>>
>> > Hello All,
>> >
>> > I know this is a long shot but does anyone have any REXX that parses 
>> > IOCP and "makes sense" of the CTC definitions?
>> > I'm losing my mind trying to learn what I'm seeing..
>> >
>> > - Vignesh
>> > Mainframe Infrastructure
>> >
>> >
>> > MARKSANDSPENCER.COM
>> > 
>> > Unless otherwise stated above:
>> > Marks and Spencer plc
>> > Registered Office:
>> > Waterside House
>> > 35 North Wharf Road
>> > London
>> > W2 1NW
>> >
>> > Registered No. 214436 in England and Wales.
>> >
>> > Telephone (020) 7935 4422
>> > Facsimile (020) 7487 2670
>> >
>> > www.marksandspencer.com
>> >
>> > Please note that electronic mail may be monitored.
>> >
>> > This e-mail is confidential. If you received it by mistake, please 
>> > let us know and then delete it from your system; you should not 
>> > copy, disclose, or distribute its contents to anyone nor act in 
>> > reliance on this e-mail, as this is prohibited and may be unlawful.
>> >
>> > 
>> > -- For IBM-MAIN subscribe / signoff / archive access instructions, 
>> > send email to lists...@listserv.ua.edu with the message: INFO 
>> > IBM-MAIN
>> >
>>
>>
>> --
>> ITschak Mugzach
>> *|** IronSphere Platform* *|* *Information Security Contiguous 
>> Monitoring for Legacy **|  *
>>
>> --
>> 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
>>
>
>
>--
>ITschak Mugzach
>*|** IronSphere Platform* *|* *Ioformation Security Contiguous Monitoring for 
>Legacy **|  *
>
>--
>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: SMF PUZZLE

2019-08-24 Thread Roger Lowe
On Sat, 24 Aug 2019 17:29:30 +, willie bunter  
wrote:

>Good Day,
>I am trying to find the user/job which created a dsn.  I run my trustworthy 
>SMF job which looks for recids 05 14 15 17 18 61 62 63 64 65 66 67 68 136 139 
>163.  The job showed the job which read the dsn & deleted it but it doesn't 
>show who or which job created it.According to the LISTCAT the creation date of 
>the dsn was Thursday Aug. 22.  I read the SMF tape for the previous week and 
>subsequent days including Aug 22 & 23.
>I was thinking if the dsn was created by a FTP or an UNIX upload process which 
>may not be trapped by SMF
>Any thoughts?  Any suggestions
>
If you think it might have been an FTP process, you will need to check out the 
SMF 118 records.

Roger

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


Re: IBMLink, searching SRs

2019-09-04 Thread Roger Lowe
On Tue, 3 Sep 2019 23:32:03 +, Ambros, Thomas  
wrote:

>Anybody know how, in the "upgraded" IBMLink, how one searches for PMRs opened 
>by their account and not just their own?  I unchecked the "Search my service 
>requests submitted online only" selection and selected "Search all service 
>requests" for all customer numbers associated with my account and I only get 
>returned the SRs I opened.  Selecting customer numbers specifically and those 
>same selections to theoretically unrestrict it from returning only my SRs, no 
>dice.  
>
>I used to be able to view all SRs for my site.  What a wonderful luxury that 
>was when management wanted you to address one. 
>

You should now have transitioned over to the "IBM Support Cases" site - 
https://www.ibm.com/mysupport/s/?language=en_US

All existing SRs (Open or Closed) should also have been migrated

Check out - 
https://www.ibm.com/support/pages/ibm-z-moving-new-ibm-support-site-replace-ibm-service-request-tool

Roger

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


Re: "merging" 2 RSU levels

2019-07-28 Thread Roger Lowe
On Sun, 28 Jul 2019 06:25:32 -0500, Bill Giannelli  
wrote:

>If I have RSU1905 received and Apply checked and prepared the holddata actions 
>ready to go, but now want to receive and apply rsu1906; should I first 
>implement rsu1905 then apply rsu1906? how do I only get the additional 
>holddata? I just want to get the additional actions I need for the extra month 
>and not have to go thru all the holddata again.
>thanks
>Bill
>
APPLY CHECK SOURCEID(RSU1906).

Roger

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


Re: How to find Life cycle dates for ibm products

2019-07-28 Thread Roger Lowe
On Sun, 28 Jul 2019 09:27:44 -0700, Lizette Koehler  
wrote:

>I am trying to find lifecycles for products like Omegamon,  IBM Debug Tool,
>Cobol Compilers, PL/I compilers and so forth
>
>I was able to find it in the past.  Now I cannot seem to find it
>
>I have tried in http://www.ibm.com searching on
>
>Life cycle
>
>Lifecycle
>
>COBOL Life cycle
>
>And so forth.
>
>Nothing yet that I could see would be what I am looking for.
>
>Is there another way to find lifecycle information on IBM products?
>
>
Lizette,
  Try https://www.ibm.com/support/home/pages/lifecycle/

Roger

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


Re: refresh run time libraries after APPLY

2019-07-20 Thread Roger Lowe
On Sat, 20 Jul 2019 05:53:04 -0500, Bill Giannelli  
wrote:

>After running a SMPE APPLY, how do you determine which libraries were updated 
>and need to be moved into run time libraries?
>thanks
>Bill
>
Bill,
 Have a look at the 'File Allocation report' in your SMP/E APPLY output

Roger

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


Re: Set change bit after DFdss restore

2019-10-30 Thread Roger Lowe
On Wed, 30 Oct 2019 15:51:28 +, Vernooij, Kees (ITOP NM) - KLM 
 wrote:

>Hello group,
>
>We use DFSMSdss to move datasets from one sysplex to another.
>The method is:
>Dump the datasets with DFdss to a dumpdataset.
>FTP the dumpdataset to the other sysplex.
>Restore the datasets in the other sysplex.
>
>The problem is that the datasets that have the changebit OFF in the original 
>sysplex, will be restored with the changebit OFF. Therefor no backup will be 
>taken at the target sysplex.
>DFdss has some options to RESET or not RESET the changebit, but not to SET the 
>changebit ON.
>
>I checked FDR, but that doesn't have any options to manipulate the changebit.
>
>We have a CA-DISK utility to SET the changebit on individual datasets, but 
>takes an extra step in each move action and can be easily forgotten.
>I prefer to have this done automatically.
>How can we easily and automatically set the changebit ON? Any ideas?
>
>Kees.
>
Have you checked out ADRPATCH (DFSMSdss patch area)? - it may do what you want

Roger

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


Re: Mainframe DEVOPS

2019-11-21 Thread Roger Lowe
On Thu, 21 Nov 2019 17:58:28 +, Jousma, David  wrote:

>That might be a great option LionelI'll have to try that once I get V2.4 
>up and operational.
>
Not only will you need zOS 2.4 but also a z14 and hardware F/C 0104 (which is 
chargeable).

Roger

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


Re: Mainframe DEVOPS

2019-11-21 Thread Roger Lowe
On Thu, 21 Nov 2019 18:55:31 +, Jousma, David  wrote:

>What is that feature code?
>
>>That might be a great option LionelI'll have to try that once I get V2.4 
>>up and operational.
>>
>Not only will you need zOS 2.4 but also a z14 and hardware F/C 0104 (which is 
>chargeable).
>
F/C 0104 is the Container Hosting Foundation - 
https://www.ibm.com/support/z-content-solutions/container-extensions/

Roger

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


Re: SE/HMC driver update duration

2019-12-18 Thread Roger Lowe
>
>We are updating our HMC/SE driver level. Our CE says the update takes 2
>days to complete.
>
Have you checked on IBM Resourcelink for your machine(s), the number of missing 
EC/MCLs? You can then use this info and list off the missing MCL details and/or 
HMC MCL Details and then ask your IBM SSR to provide more details on each of 
them and this might give you a better insight into the timings.

If you are way behind in your EC/MCL levels then it is a possibility as some of 
the underlying MCLs for the SE could require "mirroring" between the two SEs 
and this has been known to take some time along with SE Reboot(s).

At our site, we try and do a regular (every 3 months or so) MCL run and have 
never seen a requirement of up to 2 days 

Hope the above helps.

Roger

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


Re: RMM report for only expired tapes

2020-01-02 Thread Roger Lowe
On Wed, 1 Jan 2020 12:09:07 +0400, Peter  wrote:

>Hello
>
>Is there a report to pull only expired tape list ?
>
Peter,
   Have you looked at the DFSMSrmm Report Generator in ISMF?

Roger

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


Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Roger Lowe
On Wed, 15 Apr 2020 07:15:16 -0700, Charles Mills  wrote:

>Given a COBOL-based load module, is there a way to tell what COBOL compiler
>(including version) the main module was built with? Is there a "tag" in the
>object code that says "this was compiled by (for example) Enterprise COBOL
>V6R3M0?"
>
If you have the IBM Debug Tool product, there is included the "Load Module 
Analyzer" which  analyses program objects to determine the language translator 
(compiler or assembler) that was used to generate the object for each CSECT.

Found it very useful .

Roger

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


Re: BCPII services

2020-10-09 Thread Roger Lowe
On Fri, 9 Oct 2020 10:56:49 -0500, Bonnie Barthel  
wrote:

>I just noticed that we have not been running the HWIBCPII task. It looks like 
>it was never configured. I went back a year ago so this is nothing new. It 
>does appear that System Automation is able to use the services without the 
>task:
>
>ING815I BCPII CONNECT FROM A09NO/AUTHW002 TO CPC F5/./IBM390PS.F5  RETURNED: 
>SUCCESS 
>
>but XCF is not:
>
>SYSTEM STATUS DETECTION PARTITIONING PROTOCOL ELIGIBILITY:  SYSTEM CANNOT 
>TARGET OTHER SYSTEMS.
>
>I am preparing to configure it to start running and have done some simple 
>testing on our sandbox but I wonder if there are any known risks in starting 
>up the HWIBCPII task.  OK to run on GDPS K-lpars?
>
The HWIBCPII task would usually be started at IPL time but you can also issue 
the "S HWISTART" command to start/restart it. There is a very good presentation 
from Steve Warren "BCPii for Dummies: Start to Finish  - Installation, Setup 
and Usage". Do a Google search for it. 
There are some setup tasks to be done on the HMC, RACF (or whatever ESM you 
use) definitions.

If you want to make use of things such as Capacity Provisioning Manager (CPM), 
AutoIPL etc, then BCPii needs to be in place.

Roger

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


Re: emptying a PDS: was RE: [IBM-MAIN] getting XCFAS down

2020-10-18 Thread Roger Lowe
On Sun, 18 Oct 2020 05:18:20 +, Jousma, David  wrote:

>Never heard of the utility.  Why would that be needed?
>
IEBPDSE is the PDS/E Validation Utility and it validates a PDS/E to see if it 
is valid or corrupted. See the DFSMSdfp Utilities manual.

Roger

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


Re: Group Capacity

2020-10-11 Thread Roger Lowe
On Sun, 11 Oct 2020 14:29:19 +, Richards, Robert B. 
 wrote:

>I am trying to define Group Capacity on a z14_ZR1 and am having trouble. The 
>only group there is .
>
>I had no trouble when using a previous HMC to define groups for a zEC12.
>
>IIRC, I define the group and the capacity limit, then I assign the group name 
>to the activation profile "processor" tab. Now, I don't see where to the 
>define the new group!
>
>HMC  version is 2.14.1
>
"Operational Customization" --> "Customize/Delete Activation Profiles"
Scroll down and find the name called "Default" and with a Type of "Group" and a 
Profile Description of "This is the DEFAULT Group Profile"
Tick the check box for that one and click on "Customize Profile"
Fill in the various fields, as required, on the next window and then click SAVE
Go back to "Customize/Delete Activation Profiles"
Now select the Image Profile that you want to assign the newly created Group 
Capacity Profile to
In the Processor tab of the Image Profile, type in the Group Capacity Profile 
name

Roger

--
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: DAE Dataset - Compression

2020-10-06 Thread Roger Lowe
On Tue, 6 Oct 2020 09:31:26 -0700, Lizette Koehler  
wrote:

>If you fix the issue, and the DAE entry is still in place, you might not see 
>if there is an issue.
>
>So as always, it depends.
>
>By removing the entry in DAE it might show if you actually fixed it
>
>Lizette
>
>
>-Original Message-
>From: IBM Mainframe Discussion List  On Behalf Of 
>Jousma, David
>Sent: Tuesday, October 6, 2020 9:12 AM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: DAE Dataset - Compression
>
>I guess I don’t agree with that Lizette?  I mean we can agree to disagree, 
>there are many ways to run our environments, but clearing out DAE will just 
>retrigger DUMPs for repetitive issues all over again?  It may be old 
>technology, but it works!   1400+ unique entries in our 20% utilized dae 
>allocated at 45 trks.   Usually it’s the DB2 sysprogs that come to me to 
>re-enable a certain dump that’s being suppressed.
>
>Now, clearing out the sysplex dump directory regularly is something I agree 
>with.
>
>- DAE Display -
>  Row 1 to 14 of 1,437 
>Command ===>  Scroll ===> CSR  
>  Enter an Action Code next to an entry.   
>  Enter / next to an entry to choose from a list of Action Codes.  
>   
>  Dataset: 'SYS2.SYSPLEX.DAE'  
>  Dumps  since last DAE Display: 215 Total Dumps suppressed: 163672
>  Events since last DAE Display: 110606  Suppression rate:   94%   
>
Have a look in "hlq.SBLSCLI0(ADYUPDAT)" and you can possibly use that to manage 
DAE as one of the options is CLEANUP and with that you can specify that entries 
older than so many days are deleted - no need to compress DAE.

Roger

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


Re: z15 T02 HMC

2020-08-25 Thread Roger Lowe
On Tue, 25 Aug 2020 20:58:01 -0500, Michael Babcock  
wrote:

>Anyone else having issues with their z15 HMC?  We have the rack mount
>version and quite often when I go to configure a CHPID it just sits waiting
>to retrieved the data.  Sometimes I get “not enough resources to perform
>this task”.  It’s like there isn’t enough memory or something.
>-- 
We run the virtual HMC and don't  have the issue you are seeing. We are running 
HMC Version 2.15.0 (Driver 41 Bundle H14). Perhaps you may need to do a code 
upgrade?

Roger

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


Re: MVS modify command capture

2020-08-26 Thread Roger Lowe
On Wed, 26 Aug 2020 12:55:53 +0400, Peter  wrote:

>Hello
>
>I am trying to capture Modify command of a product which is running as
>started task.
>
>I tried issuing the command using IEFBR14 but it did not capture to a
>Dataset.
>
>Is there a way to capture a MODIFY command ?
>
You could try this bit of REXX and then invoke it via IKJEFT01 batch jcl - 

 /*REXX*/ 
 blah = ISFCALLS('ON')
 ISFCONS  = "MY@CONS"
 ISFDELAY = "1"   
 PARSE ARG input  
 cmd.0=1  
 cmd.1=input  
 ADDRESS SDSF ISFSLASH "(cmd.)"   
 IF (ISFULOG.0 > 0) THEN  
 DO i=1 TO ISFULOG.0  
   SAY ISFULOG.i  
 END  
 EXIT 0 

and then the jcl to use - 

 //S1   EXEC PGM=IKJEFT01 
//SYSEXEC  DD DISP=SHR,DSN=my.rexx.lib 
//SYSTSPRT DD SYSOUT=*<= change this to point 
to a dataset
//SYSTSIN  DD *  
   %SDSFCMD D T  

Roger

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


zOSMF-print from Software Management

2020-10-28 Thread Roger Lowe
As PMA is no longer supported under zOS 2.4, I am using the View -> Products, 
Features, and FMIDs action for a software instance defined to z/OSMF Software 
Management and would like to be able to print the resulting information. 
However, there doesn't appear to be a print or export function 
Any ideas?

Roger

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


Re: TS7760 Cache utilization

2020-07-22 Thread Roger Lowe
On Wed, 22 Jul 2020 11:49:20 +, Gadi Ben-Avi  wrote:

>Hi,
>How can I find out, using a batch job, the TS7760 cache utilization?
>
Gadi,
  Have a look at BVIR and VEHSTATS. These are part of the IBM TAPETOOLS 
package and you should be able to download it from 
ftp://ftp.software.ibm.com/storage/tapetool/

Roger

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


Re: TS7760 Cache utilization

2020-07-22 Thread Roger Lowe
On Wed, 22 Jul 2020 07:12:05 -0500, Roger Lowe  wrote:

>On Wed, 22 Jul 2020 11:49:20 +, Gadi Ben-Avi  wrote:
>
>>Hi,
>>How can I find out, using a batch job, the TS7760 cache utilization?
>>
>Gadi,
>  Have a look at BVIR and VEHSTATS. These are part of the IBM TAPETOOLS 
> package and you should be able to download it from 
> ftp://ftp.software.ibm.com/storage/tapetool/
>
You may also find  
ftp://ftp.software.ibm.com/storage/tapetool/TS7700_Starting_with_VEHSTATS.pdf a 
useful document

Roger

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


Re: RMM Scratch Processing

2020-08-04 Thread Roger Lowe
On Tue, 4 Aug 2020 16:10:43 +, Mark Jacobs  
wrote:

>I know next to nothing about RMM, and need to mark some tapes in its database 
>as scratch, I have one tape (might be others too) that are in USER status and 
>its expdt has passed. I know that "something" needs to be done to make it a 
>scratch tape, but everything I've tried has failed. Can someone assist?
>
Mark,
   Have a look in the DFSMSrmm Implementation and Customization Guide - it 
has sample jcl that could be used 

Roger

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


Re: dfdss equivalent to fdr map

2020-06-18 Thread Roger Lowe
On Thu, 18 Jun 2020 08:53:37 -0400, Brian France  wrote:

>  I can't find a dfdss equivalent to fdr's map. I see the print command
>but can't seem to get a whole volume list of data sets as we do with
>fdr's map. If it exists would someone please point me to it... THANX!!!
>

Have you tried using IEHLIST?

//S001 EXEC PGM=IEHLIST
//FILE DD UNIT=DISK,VOL=SER=??,DISP=SHR
//SYSPRINT DD   SYSOUT=Z   
//SYSINDD   *  
  LISTVTOC VOL=3390=??


Roger

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


Re: Transport of choice for sending data to IBM's ECuRep

2020-07-17 Thread Roger Lowe
On Fri, 17 Jul 2020 11:05:49 -0700, Ed Jaffe  
wrote:

>With IBM threatening to discontinue plain FTP next Monday, I'm wondering
>what is the transport of choice for sending data to ECuRep?
>
 Ed,
 We use PDUU with HTTPS and it works very well - it was introduced with zOS 
2.4 but I think OA55959 provides support back to zOS 2.1.

Roger

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


Re: VUE - how to find it?

2020-11-03 Thread Roger Lowe
On Tue, 3 Nov 2020 19:44:52 +0100, R.S.  wrote:

>Yes, I know this tool, I have it on my PC desktop, this is good for
>MSU->VUE calculations, but it say nothing about which VUE is assigned to
>given product.
>
>Note: I'm focusing about MSU-VUE, but there are also other metrics based
>on Terabytes (of storage), engines (say processors), users, etc.
>
>--
Would this be of any help? - https://www.ibm.com/downloads/cas/NV5RDQXB

Roger

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


Re: VUE - how to find it?

2020-11-03 Thread Roger Lowe
On Wed, 4 Nov 2020 01:13:05 +0100, R.S.  wrote:

>W dniu 03.11.2020 o 20:36, Roger Lowe pisze:
>> On Tue, 3 Nov 2020 19:44:52 +0100, R.S.  
>> wrote:
>>
>>> Yes, I know this tool, I have it on my PC desktop, this is good for
>>> MSU->VUE calculations, but it say nothing about which VUE is assigned to
>>> given product.
>>>
>>> Note: I'm focusing about MSU-VUE, but there are also other metrics based
>>> on Terabytes (of storage), engines (say processors), users, etc.
>>>
>>> --
>> Would this be of any help? - https://www.ibm.com/downloads/cas/NV5RDQXB
>
>Well, yes and no.
>Yes - it is helpful description.
>No - it gives absolutely no clue about product to VUE assignment.
>However thank you for your willing to help, I appreciate your effort.
>This is important, because this you tried to help and in many cases it
>really helps. Thank you again. And thanks to Parwez, Chris and other
>gentlemen.
>
>It seems I really need to review LPSes which is hard because these
>documents are really hardly available on the Web.
>Now I'm looking for:
>z/Multi-Factor Auth 5655-MA1 2.1.0
>zDMF  5655-ZZ3 3.4.1
>
>I would really like to install it instead...
>
z/Multi-Factor Auth 5655-MA1 2.1.0 looks like it is VUE040 
(https://www.ibm.com/downloads/cas/EM-ENUSZP19-0003-CA). This is a EUROPEAN 
Announcement Letter

zDMF  5655-ZZ3 3.4.1 looks like it is VUE007 
(https://www.ibm.com/downloads/cas/US-ENUS219-473-CA). This is a USA 
Announcement Letter

Roger

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


  1   2   >