Re: JES2 displays captured via batch

2012-03-16 Thread Jim Holloway
/*--*/ Allocate_Dsn: cmd_dd1="D"random() "ALLOC F("cmd_dd1") REUSE UNIT(VIO) SPACE(1 1) CYLINDER", "DSORG(PS) RECFM(F B) LRECL(80)" Return Endit: "EXECIO" Queued() "DISKW &quo

Re: IBM-MAIN Digest - 13 Feb 2012 to 14 Feb 2012 (#2012-45)

2012-02-15 Thread Jim Holloway
, shut down new, IPL old as all CF data and structures are already in place. Jim Holloway - MetLife Natasa Savinc ; wrote on 02/15/2012 12:00:01 AM: >Date:Tue, 14 Feb 2012 04:11:26 -0600 >From:Natasa Savinc >Subject: Changing sysplex hardware > >Hello, >we are moving dat

Re: zOS 32-bit ? 64-bit ?

2011-09-17 Thread Jim Holloway
erating system.*/ /*--*/ /* 'WHATMODE' written on September 14, 2001 by Jim Holloway OSS */ /*--*/ /* trace i

Re: IBM-MAIN Digest - 6 Apr 2010 to 7 Apr 2010 (#2010-97)

2010-04-08 Thread Jim Holloway
are a poolfor logger datasets Jim Holloway - Met Life The information contained in this message may be CONFIDENTIAL and is for the intended addressee only. Any unauthorized use, dissemination of the information, or copying of this message is prohibited. If you are not the intended addresse

Re: Tool for identifying mount points?

2009-12-04 Thread Jim Holloway
r, say TSO, as opposed to running under USS, RC=SYSCALLS('ON') is required to establish the SYSCALLS environment. It's not required under USS as the shells establish the syscall environment automatically. My apologies for leaving that bit pf information out. Jim Holloway - MetLife

Re: Tool for identifying mount points?

2009-12-01 Thread Jim Holloway
umeric digits 12 do i=1 to m.0 address syscall 'statfs' m.mnte_fsname.i 's.' j=s.stfs_avail * s.stfs_blocksize say m.mnte_path.i' 'strip(m.mnte_fsname.i) '('j')' end Jim Holloway - MetLife The information contained in this message m

Re: IBM-MAIN Digest - 23 Aug 2009 to 24 Aug 2009 (#2009-236)

2009-08-25 Thread Jim Holloway
the fact that I don't have fire up my browser and sign on to shopz in order to initiate an order. We've built this into our monthly maintenence process and use it throughout. Jim Holloway - MetLife The information contained in this message may be CONFIDENTIAL and is for the inten

Re; BPXWDYN and the Internal Reader

2009-07-01 Thread Jim Holloway
(SMTP) lrecl(80) blksize(4000) msg(2)")<>0 then do ... ... end Jim Holloway Sr. Software Systems Engineer Metropolitan Life Insurance Co. >From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On >Behalf Of Terry Sambrooks >Sent: Tuesd

Re: Subject: FMID descriptions

2009-05-30 Thread Jim Holloway
blish what maintenence we've applied during a given maintenence cycle. I've also used GIMAPI and Rexx code to extract the same data from the CSI. I'd be happy to share so if you'd like so please let me know. Jim Holloway - MetLife jhollo...@metlife.com "IBM Mainframe Discussio

Re: IBM-MAIN Digest - 7 May 2009 to 8 May 2009 (#2009-128)

2009-05-09 Thread Jim Holloway
Barbara, It may very well be that SYSLOG has always stopped at either $PJES2 or the Z EOD command being issued. I don't remember it that way nor does anyone else in the shop. So for us, it's something new and exciting We've updated OPERLOG to duplex so that we don't lose shutdown

Re: SMF LOGGER - Not Ready for Prime Time

2009-05-07 Thread Jim Holloway
r or not to fix the problem. Jim Holloway - MetLife > -- > > Date:Wed, 6 May 2009 06:59:00 -0500 > From:Jim Marshall > Subject: SMF LOGGER - Not Ready for Prime Time > > If anyone is in the throws of putting the SMF LOGGER into productio

Re: Decreasing an HFS

2009-04-25 Thread Jim Holloway
. /service/J1.4 Upon completion, unmount both file systems, rename original to .OLD rename new to original and remount. Jim Holloway - MetLife >-Original Message- >From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf >Of Dennis McCarthy >Sent: Tuesday, Apri

Re: one IKJEFT01 job, 2 outputs in sdsf - why?

2009-03-10 Thread Jim Holloway
ll commands. For example, if you wanted to execute the chmount external command, the call might be usscmd /usr/sbin/chmount -R -a /tmp/ with the full path to the directory where chmount lives. Doc for BPXWUNIX can be found at ftp://ftp.software.ibm.com/s390/zos/tools/rexx/rexxfunc.html Jim H

Re: IBM-MAIN Digest - 31 Dec 2008 to 1 Jan 2009 (#2009-1)

2009-01-02 Thread Jim Holloway
t; > Lizette > > > > -Original Message- > > From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On > Behalf Of > > Jim Holloway > > Sent: Thursday, January 01, 2009 9:23 AM > > To: IBM-MAIN@bama.ua.edu > > Subject: Re: Shell Scripts i

Re: Shell Scripts in EKM

2009-01-01 Thread Jim Holloway
: 5443 08363 02:52:24.47 STC09716 000A0294 BPXM023I (EKMSERV) Server is running. TCP port: 3801, SSL port: 5443 We key off the BPXM023I message looking for EKMSERV Jim Holloway - MetLife "Hunkeler Peter (KIUK 3)" wrote on 12/31/2008 10:41:13 +0100 > > Date:Wed, 31 Dec 200

Re: how to write sysrexx

2008-11-09 Thread Jim Holloway
;getmsg.',10) call Process_What_Returned END return Process_What_Returned: Do i = 1 to getmsg.0 If getmsg.i = "" Then getmsg.i = " " counter=counter+1 My_Lines.counter=getmsg.i End Return

Re: ServerPac and zFS

2008-05-12 Thread Jim Holloway
hich contains various TCPIP related parms. Here's ours: TCPIPjobname TCPIP DATASETPREFIX SYSP.TCPIP MESSAGECASE MIXED HOSTNAME x DOMAIN x.COM NAMESERVER 10.9.167.76 NAMESERVER 10.10.61.91 NAMESERVER 10.5.20.166 NAMESERVER 10.1.56.63 NAMESERVER 10.10.36.66 Jim Holloway - MetL

[no subject]

2008-05-08 Thread Jim Holloway
P network receives and it works quite well. We had our storage team modify the ACS routines to get us to that MOD27. I realize you may have already seen responses on this, I get the daily digest form of the list, so I'm a little late. Jim Jim Hollow

[no subject]

2008-05-02 Thread Jim Holloway
s replaced by the 2 > digit month, %d is replaced by the 2 digit day. You can then run some > other process to clean up old files in /var/log Jim Holloway - MetLife The information contained in this message may be CONFIDENTIAL and is for the intended addressee only. Any un

Re: FTP serious error... HELP!

2008-04-18 Thread Jim Holloway
On Wed, 16 Apr 2008 06:54:11 -0500,Cwi Jeret <[EMAIL PROTECTED]> wrote: > We have a similar problem using the "NETSAT" command , > on some our LPARS while on the others it work OK . > The NESTAT command with parameters like "HOME", "DEV" or "ROUTE" > Functions OK on all Lpars... > The output we g

Re: IBM-MAIN Digest - 13 Apr 2008 to 14 Apr 2008 (#2008-105)

2008-04-15 Thread Jim Holloway
On Mon, 14 Apr 2008 17:01:51 -0700, Skip Robinson wrote: -- > > Date:Mon, 14 Apr 2008 17:01:51 -0700 > From:Skip Robinson <[EMAIL PROTECTED]> > Subject: Re: SMF in System Logger > > In the absence of CF Sizer assistance ;-( I looked at the samples from IBM >

Re: SMF in System Logger

2008-04-14 Thread Jim Holloway
e data into staging datasets? We are considering this as a "Belt and Suspenders" solution to help insure against dataloss. Jim Holloway Sr. Software Systems Engineer Operating Systems & Automation - RISC - Troy, NY (518)285-2646 [Voice] (518)281-9686 [Cell Phone] (419)730-0857

SMF in System Logger

2008-04-13 Thread Jim Holloway
We are beginning to test SMF in logstreams and so far, so good. Like others have mentioned, I really, really want the ability to delete records from the logstream programmatically after I've extracted them, but I can wait. Based on our experiences with VSAM SMF recording over the years we've d

Subject: Re: WTO from REXX under Unix System Services?

2008-03-16 Thread Jim Holloway
consolefd = RETVAL address syscall 'write' consolefd 'message' /* now test logger command */ 'logger /u/k9830th/wto executed' <=== Jim Holloway Mettropolitan Life Insurance Co. The information contained in this message may be CONFIDENTIAL and is for the