Re: CHROME and WEB apps on Mainframe?

2008-09-04 Thread Rob Scott
. Then again - maybe my customers have a higher beard+sandles+pipe co-efficient than most...:-) Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf

Re: Routing Jobs in Parallel Sysplex

2008-09-03 Thread Rob Scott
Try the following under the jobcard : /*JOBPARM SYSAFF=sysname Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Kayhan Tanriverir Sent: 03

Re: linkpgm IKJCT441 does not return TOKEN

2008-09-01 Thread Rob Scott
If you are after REXX variables, I would suggest you use IRXEXCOM rather than IKJCT441. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Axel

Re: MXI running authorised

2008-08-29 Thread Rob Scott
that supports things like 64-bit, EAV DASD, PAV, zIIPs and zAAPs. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of John McKown Sent: 29 August 2008 01:16

Re: Trying to figure out IEAMSCHD

2008-08-22 Thread Rob Scott
- for example Peter Relson, Chris Craddock, Ed Jaffe and Jim Mulder. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of (IBM Mainframe Discussion List

Re: Trying to figure out IEAMSCHD

2008-08-22 Thread Rob Scott
are familiar with that style of cross-memory programming (it will get you used to STOKENs, ALETs, access regs etc etc) - then perhaps you will be more comfortable with what is required for SRB routines. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL

Re: Circular buffer

2008-07-15 Thread Rob Scott
producer task(s) and consumer task(s). Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Ward, Mike S Sent: 15 July 2008 19:18 To: IBM-MAIN@BAMA.UA.EDU

Re: how to delete a non-existence record from HSM

2008-07-10 Thread Rob Scott
Have you tried the following TSO command : DEL 'SSMD.ZSMD137.TESTHSM1' NOSCRATCH Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Tommy Tsui

Re: Use count for LPA modules

2008-07-08 Thread Rob Scott
problem would be to move the module into a library in your LPALSTxx - it will then get at LPDE and the use count will always be 1. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto

Re: CA-MIM/Integrity abend.

2008-07-08 Thread Rob Scott
I was under the impression that globals with RNL=NO on the ENQ request should be left to GRS to handle. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED

Re: Moving from CA-MIM to GRS.

2008-06-20 Thread Rob Scott
these guys a call... Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Vernooy, C.P. - SPLXM Sent: 20 June 2008 14:13 To: IBM-MAIN@BAMA.UA.EDU Subject

Re: ISRDDN (DDLIST) ENQ Monitor

2008-06-19 Thread Rob Scott
an enhancement request for it. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Arthur Gutowski Sent: 19 June 2008 18:50 To: IBM-MAIN@BAMA.UA.EDU Subject

Re: Can ISRDDN show the complete minor name of an ENQ'd resource?

2008-05-29 Thread Rob Scott
the operator command. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Richards, Robert B. Sent: 29 May 2008 14:23 To: IBM-MAIN@BAMA.UA.EDU Subject

Re: Controlling the execution sequence of dependant jobs in JES2 (the details)

2008-05-23 Thread Rob Scott
the product - and it all runs in one batch job in the correct sequence. The price is right too. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf

Re: Controlling the execution sequence of dependant jobs in JES2 (the details)

2008-05-23 Thread Rob Scott
return codes are completely at your descretion. Feel free to contact me offline - and I can show you what I get up to in SCLM-land. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List

Re: Practical jokes for mainframe systems programmers

2008-05-21 Thread Rob Scott
. Cue frantic hunting through manuals and head scratching of the affected user. Made me smile. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf

Re: ISPF STATS - Defined Where?

2008-05-19 Thread Rob Scott
lines */ out=out right(c2d(mod),5) /* Mod lines */ out=out userid /* User id */ If bitand(flags,'80'x) = '80'x Then out=out '(SCLM)' /* Saved by SCLM */ Return out Rob Scott Rocket Software

Re: Displaying ESQA

2008-05-16 Thread Rob Scott
tools to show such information (TASID, IPLINFO, SHOWZOS and MXI 4.3) Some of these will be able to break down the ESQA into subpools and also for the really nerdy the individual chunks of SQA. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED

Re: Racroute and cross memory question

2008-05-15 Thread Rob Scott
there, done that - works a treat. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Wayne Driscoll Sent: 15 May 2008 21:56 To: IBM-MAIN@BAMA.UA.EDU

Re: S33E abend and X33E slip

2008-05-14 Thread Rob Scott
daughter completes (o) Mother waits on TASK_DETACH_ECB during daughter shutdown before issuing DETACH Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf

Re: S33E abend and X33E slip

2008-05-14 Thread Rob Scott
The batch initiator program IEFIIC must therefore being covering the ATTACH of your program with an EOT routine or completion ECB - which makes perfect sense as it needs to re-use the address space for the next batch job. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617

Re: IPS default member on z/Os 1.9.

2008-05-13 Thread Rob Scott
The ICS and IPS are still included in the IHAIPA mapping macro in z/OS 1.9 and IPAICS and IPAIPS still contain valid PDE entries - maybe IBM are yet to clean-up the entries ? Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message

Re: IPCS - where to get shop specific data

2008-05-08 Thread Rob Scott
Tom A very common usage of that field is store some info about the level of the z/OS system packs (eg put level). A site can add a simple jobstep to their sysres cloning/propagation JCL to update the field using a simple zap. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466

Re: IFAQUAA layout for IFAQUERY

2008-05-08 Thread Rob Scott
... Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Roland Schiradin Sent: 08 May 2008 23:04 To: IBM-MAIN@BAMA.UA.EDU Subject: IFAQUAA layout

Re: SVC 27

2008-05-01 Thread Rob Scott
SVC 27 is the OBTAIN service - which is documented in the DFSMS manuals Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Gábor Hoffer Sent: 01

Re: Authorized Rexx Assembler Function

2008-04-15 Thread Rob Scott
Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Lindy Mayfield Sent: 15 April 2008 17:19 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Authorized Rexx

Re: Installers (Was: IBM announcements)

2008-04-14 Thread Rob Scott
names ? For the above two reasons, I always advise customers to install MXI into its own TGT and DLIB zones - however the final choice is always down to them. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM

Re: Workable Mainframe Debuggers

2008-04-13 Thread Rob Scott
. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Craddock, Chris Sent: 13 April 2008 20:07 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Workable

Re: Workable Mainframe Debuggers

2008-04-11 Thread Rob Scott
CLC DEBUGGER,=C'XDC' BNE BADCHOICE WTO 'YOU HAVE CHOSEN WELL, MY SON' Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf

Re: IBM sites on Google Maps

2008-04-10 Thread Rob Scott
I live 2 miles from IBM Hursley and drive along the A3090 all the time. It made me smile when I first saw the road signs - but according to my wife that is because I am a sad sad geek who really should get out more. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305

Re: Authorized Rexx Assembler Function

2008-04-10 Thread Rob Scott
returns data to your rexx function and then you return that back to the user. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Lindy Mayfield Sent

Re: SPFEDIT does a RESERVE!?!

2008-04-09 Thread Rob Scott
John If you haven't seen it already, ISPF enqueues are mentioned explicitly in the z/OS MVS Planning : GRS manual - there are cases where exclusion RNL is warranted and it also explains how SPFEDIT lives with SYSDSN. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614

Re: How to check if a job has run?

2008-04-07 Thread Rob Scott
SORT or a freeware tool like DAF. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Michael Knigge Sent: 07 April 2008 13:50 To: IBM-MAIN

Re: Another RNL question

2008-04-03 Thread Rob Scott
systems. For GRS to override the RNL error and use the active sysplex RNL could be against what you intended and that could lead to integrity issues. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe

Re: How to obtain CF Level Information programmatically

2008-03-05 Thread Rob Scott
You can use the IXCQUERY macro There is a whole book in z/OS bookshelf dedicated to the sysplex services that you can call. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto

Re: Hopefully quick XMS question

2008-02-14 Thread Rob Scott
cater for most non-force scenarios and still cause the ECB to be posted. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of David Logan Sent: 14

Re: How does ATTACH pass address of ECB to child?

2008-01-22 Thread Rob Scott
that could describe quite a few board members :-) Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of David Logan Sent: 22 January 2008 14:34

Re: Monitoring DASD Capacity/Usage

2008-01-21 Thread Rob Scott
to get the SGRPs and volumes in a SGRP are not a GUPI - so it is not simple to roll-yer-own assembler program to do this all for you. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List

Re: IEFACTRT exit

2008-01-18 Thread Rob Scott
the WTO parmlist in the working storage. It would help if you posted the source code as some bright spark on here might see something that you missed. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe

Re: LSQA orphan storage

2008-01-09 Thread Rob Scott
SVP ? And there is me thinking CC's new job title was Director And Reseach Technology Head ... :-) Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED

Re: SMP/E and why not.

2008-01-04 Thread Rob Scott
Shai IMHO there is no need for SMP/E for a small free software product with a minimal set of elements - a complete reship of the product at a new build level seems a reasonable approach to me. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED

Re: SMP/E and why not.

2008-01-04 Thread Rob Scott
it. In this case, SMP/E is only being used as a install package container it is not managing the individual PC component elements but rather some large binary blob. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe

Re: Basic Cross Memory questions

2007-12-17 Thread Rob Scott
TKLIST=TKL, MF=(E,ETCONL) Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Logan, David Sent: 17 December 2007 13:19 To: IBM-MAIN

Re: Basic Cross Memory questions

2007-12-17 Thread Rob Scott
SSWITCH=NO means you put your system LX PC routine into common storage? Yes - is a small footprint as it only does the validation and connect/disconnect processing. The non-system LX code is either in the server private (or common if appropriate) Rob Scott Rocket Software, Inc 275 Grove

Re: Common Dataspace

2007-12-08 Thread Rob Scott
was not the cause of the system problem. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Edward Jaffe Sent: 08 December 2007 07:39 To: IBM-MAIN

Re: Common Dataspace

2007-12-08 Thread Rob Scott
and then get outta there. (2) Support for earlier os levels? Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Martin Packer Sent: 08 December

Re: Common Dataspace

2007-12-07 Thread Rob Scott
wanted to persuade the PM to alter his decision from something foolish, Sir Humphrey used the phrase a very courageous decision, Prime Ministercue a look of absolute panic on the PM's face. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED

Re: Uh, oh ...

2007-12-07 Thread Rob Scott
No worries - however I am now opening myself up for countless cricket-related gags Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Shane

Re: Uh, oh ...

2007-12-07 Thread Rob Scott
there is also advanced cockney rhyming slang for example a person's aris refers to their (ahem) behind because (remember to say with English accent) : aris -- aristotle --- bottle bottle and glass -- Sorta like an address of an address Rob Scott Rocket Software, Inc

Re: Common Dataspace

2007-12-07 Thread Rob Scott
Shane, I am actually a pom - I just work for an American company from my home office in the UK. I fly over to the head office from time to time (and I used to bring some PG Tips tea with me for some anglophiles that work for Rocket - who are ironically in Boston, MA). Rob Scott Rocket

Re: Uh, oh ...

2007-12-07 Thread Rob Scott
To me, cricket is something you step on, to get rid of that very annoying noise. A bit like how the Aussies treat the English cricket team.. Still, at least we beat them in the only sport that really matters - Rugby. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614

Re: ALIAS COUNT

2007-12-07 Thread Rob Scott
You can do this programmatically using IGGCSI00 Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Zelden Sent: 07 December 2007 17:34

Re: Common Dataspace

2007-12-06 Thread Rob Scott
zit on *MASTER*'s nose. A CADS-owning started task is probably less than 300 lines of assembler and probably less complex (and *much* safer) that shooting an SRB in *MASTER*. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message

Re: CATALOG ERROR

2007-12-04 Thread Rob Scott
You have a locked catalog - you did check the messages and codes manuals for IDC3009I, right? Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf

Re: What identifies a jobname/address space as a unique instance in time?

2007-11-10 Thread Rob Scott
there *are* reasons for that. Without using ASSBSTKN, a unique address space could be identified : hardware_nodename.sysplex.system.jobname.asid.ASCBINTS jobname.asid could of course just be asid but having the jobname makes things a bit easier to see. Rob Scott Rocket Software, Inc 275 Grove

Re: SMP/E change volumes on DDDEF in new Target Zone

2007-11-07 Thread Rob Scott
= UNIT(unt) VOLUME(vol) address ISREDIT LINE_AFTER i = 'newline' newline = DATASET(dsn) address ISREDIT LINE_AFTER i = 'newline' i = i + 4 c = c + 1 end end exit Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305

Re: SMP/E change volumes on DDDEF in new Target Zone

2007-11-07 Thread Rob Scott
when I was in clone-CSI mode. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Peter X. DeFabritus Sent: 07 November 2007 15:53 To: IBM-MAIN

Re: CSA 'above the bar'

2007-11-05 Thread Rob Scott
by default. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Edward Jaffe Sent: 05 November 2007 14:52 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: CSA

Re: CSA 'above the bar'

2007-11-05 Thread Rob Scott
registered interest can alter it (key0 or not). Personally I try leave my code in key0 about as long as I would leave my 4 year old son with a carving knife. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM

Re: About dispatching process

2007-10-25 Thread Rob Scott
Jim, (I do have a bit more influence now). This a candidate for Under-Statement of the Year. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf

Re: EDTINFO DEVSTAT ?

2007-10-25 Thread Rob Scott
(1) Yes (2) I take that to mean that there is no UCB for that unit address - ie that unit address has not been defined in HCD. Bit 1 is the indicator if the unit is associated with the unitname. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED

Re: EDTINFO DEVSTAT ?

2007-10-25 Thread Rob Scott
UCBSCAN... Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Paul Schuster Sent: 25 October 2007 17:25 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: EDTINFO

Re: EDTINFO DEVSTAT ?

2007-10-25 Thread Rob Scott
Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Paul Schuster Sent: 25 October 2007 18:35 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: EDTINFO DEVSTAT

Re: Healthcheck ((IBMCSV,CSV_APF_EXISTS)

2007-10-24 Thread Rob Scott
list. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Peter Relson Sent: 24 October 2007 12:56 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Healthcheck

Re: Healthcheck (IBMCSV,CSV_APF_EXISTS)

2007-10-23 Thread Rob Scott
Peter, On one of our z/OS 1.8 systems I definitely have APF-list datasets that are migrated. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf

Re: Where to find CPU% Used by an Address Space

2007-10-12 Thread Rob Scott
want help on using the MXI G2 Rexx interface. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Lindy Mayfield Sent: 12 October 2007 07:48 To: IBM

Re: CPU Utilization by GRS

2007-10-12 Thread Rob Scott
I have seen GQSCAN XSYS=YES and GQSCAN RESERVE requests cause the GRS CPU to spike. Do you have any ENQ monitor products active ? Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List

Re: CPU Utilization by GRS

2007-10-12 Thread Rob Scott
What sort of system config do you have (GRS mode, # of systems, # of CF, CPUs on each system etc etc) ? Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED

Re: Where to find CPU% Used by an Address Space

2007-10-12 Thread Rob Scott
: REXXSMFI.R792JBN.i) (4) Pass back the system CPU and paging rates as reserved variables. A bit of initial effort to setup - but maybe worth it in the long term. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe

Re: SLIP sliding away

2007-10-09 Thread Rob Scott
for use at a customer site - but is there just in case things get that tricky. I *have* used it on some of the more non-standard test systems we have at Rocket when debugging strange setups/environments. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL

Re: Health CHECK(IBMVSM,VSM_PVT_LIMIT)/VSM_SQA_THRESHOLD

2007-09-28 Thread Rob Scott
for the possible problem avoidence. I think it is a Good Thing. I am not that familiar with HC - but it sounds like it would be a nice if a site could override the condition codes that the various checks produce. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL

Re: VSMLIST

2007-09-27 Thread Rob Scott
is not going to give you readable results in your WTO - you need to convert the binary values to printable characters. It would also have helped if you included the output that you received. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original

Re: TASID 5.14 available for download from ISPF website

2007-09-26 Thread Rob Scott
John, The pointer to the PIT table is at offset x'0658' in the CCT for z/OS 1.7. What is at the address CCT+x'0658' - does it look like a PIT entry? (CCT address is in SSCTSUS2 in the SSCT for the JES2) Dontcha love the way that JES2 control blocks move things about between releases? Rob

Re: TASID 5.14 available for download from ISPF website

2007-09-26 Thread Rob Scott
John, You are slightly off : CVT + x'0128' == JESCT JESCT + x'18' == First SSCT in chain (might be JES2 but check anyway) SSCT + x'1C' == SSCTSUS2 Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message

Re: TASID 5.14 available for download from ISPF website

2007-09-26 Thread Rob Scott
to do this very well for the last eleventy-twelve years) Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Chase, John Sent: 26 September 2007 14

Re: TASID 5.14 available for download from ISPF website

2007-09-24 Thread Rob Scott
I am not sure how TASID caters for the $PIT control block - but one method would be to process the IPCS modules in SHASMIG. If SHASMIG is not in the linklist or STEPLIB, then TASID would not be able to locate/process the $PITs. Just a guess. Rob Scott Rocket Software, Inc 275 Grove Street

Re: LOCATE Question

2007-09-13 Thread Rob Scott
The DEVTYPE in the catalog entry for the dataset will reflect DASD or TAPE - hence it will determine ML1 or ML2 for migrated datasets Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List

Re: Free ECSA Area

2007-09-07 Thread Rob Scott
could be one enter key away from an IPL. I use the facility on my test/development systems - but I would be very nervous of doing so on a production system. Unless you are 100% sure that the storage can be released safely - I would leave it alone and schedule an IPL. Rob Scott Rocket Software, Inc

Re: Vary devices online and offline

2007-08-27 Thread Rob Scott
sample source using IEEVARYD in the VARYDASD utility on www.mximvs.com - you might be able to tailor that program to suit your needs. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List

Re: Vary devices online and offline

2007-08-27 Thread Rob Scott
in the UK for a US company. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Anton Britz Sent: 27 August 2007 22:08 To: IBM-MAIN@BAMA.UA.EDU Subject: Re

Re: DSPSERV

2007-07-25 Thread Rob Scott
it (after using TESTART to validate the ALET). Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Gabor Hoffer Sent: 25 July 2007 07:38 To: IBM-MAIN

Re: DSPSERV

2007-07-25 Thread Rob Scott
that you may not be ready to take on the task (apologies if that sounds rude). Why not have a separate ASID that just owns the CADS - this can be independent of your main server address space? Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED

Re: DSPSERV

2007-07-25 Thread Rob Scott
for a non-trivial period of time the real frames backing the CADS will just keep increasing and you will not be very popular . DSPSERV RELEASE can be used to return unused resources back to the system. Good luck Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL

Re: DSPSERV

2007-07-25 Thread Rob Scott
- there may be more elegant ways of doing the same thing. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Edward Jaffe Sent: 25 July 2007 16:40

Re: How to get the LPAR NODE name ?

2007-07-20 Thread Rob Scott
addressability to the CVT Prefix (256 bytes before the CVT) - but I think you would be best served using the ECVT. To test for specific known releases of z/OS - use the CVTOSLVx fields. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original

Re: How can I give the volume unit address and return the volume name from REXX

2007-07-18 Thread Rob Scott
Bruce This code uses the OCO UCB Look Up Table control block - I assume you are aware that it may well change/disappear in future z/OS releases without warning. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From

Re: IEBGENER S878-10 abend

2007-07-18 Thread Rob Scott
that could be limiting the region that you are getting irrespective of the REGION card. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf

Re: SMP/E question - how to find dsname ?

2007-07-17 Thread Rob Scott
are running z/OS 1.6 or above and use MXI a lot - you should seriously consider upgrading to MXI G2. All the other utilities on the www.mximvs.com website continue to be available for download. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original

Re: MXI 4.3 (was Re: SMP/E question - how to find dsname ?)

2007-07-17 Thread Rob Scott
not see an implication of supplied source. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Zelden Sent: 17 July 2007 15:30 To: IBM-MAIN

Re: [BULK] Re: MXI 4.3 (was Re: SMP/E question - how to find dsname ?)

2007-07-17 Thread Rob Scott
Such is life when you work for a US-based company and you work from home in the UK. Gieb all that, my wife still thinks I enjoy my work too much! Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe

Re: [BULK] Re: MXI 4.3 (was Re: SMP/E question - how to find dsname ?)

2007-07-17 Thread Rob Scott
than the kids) Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Jim McAlpine Sent: 17 July 2007 16:36 To: IBM-MAIN@BAMA.UA.EDU Subject: Re

Re: MXI 4.3 (was Re: SMP/E question - how to find dsname ?)

2007-07-17 Thread Rob Scott
then as their own work - earning him/herself a nice little payout - so belated thanks to System Programmer UK for that one. When I contacted Xephon about this to complain - they had lost the records etc etc.. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED

Re: MXI 4.3 (was Re: SMP/E question - how to find dsname ?)

2007-07-17 Thread Rob Scott
version? Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Zelden Sent: 17 July 2007 16:55 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: MXI 4.3 (was Re

Re: Client Server sample code

2007-07-12 Thread Rob Scott
to write a PC routine. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Shedlock, George Sent: 12 July 2007 13:18 To: IBM-MAIN@BAMA.UA.EDU

Re: How can I give the volume unit address and return the volume name from REXX

2007-07-09 Thread Rob Scott
is documented in the TSO/REXX User Guide - 'Rexx Programming Services' - it is not too difficult and there are some examples out there on various websites (www.cbttape.org, www.xephon.com etc etc). Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL

Re: How can I give the volume unit address and return the volume name from REXX

2007-07-09 Thread Rob Scott
The UCBVOLI field is deliberatly scrambled when the volume is placed offline. The only way to get the offline volser is some sort of low-level EXCP to the device and read the DASD label - over to you, Bill Fairchild :-) Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614

Re: How can I give the volume unit address and return the volume name from REXX

2007-07-09 Thread Rob Scott
Sebastian This code uses CVTUCBA - (ie the old UCB chain pointer) - you really should not be using it these days as it will not recognise/support dynamic devices. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -Original Message- From

Re: Finding the last IPL time (Why I wanted to know)

2007-06-26 Thread Rob Scott
Dave, Try using CVTLDTO instead of CVTTZ. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] http://www.rs.com/portfolio/mxi_g2 -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of David Cole Sent

Re: Missing JOBLOG information

2007-06-26 Thread Rob Scott
Len Sounds like you have regressed your Step Termination exit (IEFACTRT). This is quite a common issue - search the archives for lots of good advice. Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] http://www.rs.com/portfolio/mxi_g2

Re: Finding the last IPL time

2007-06-25 Thread Rob Scott
SMCAITME and SMCAIDTE in the SMCA (IEESMCA is the mapping macro - SYS1.MACLIB) SMCA pointed to by CVTSMCA Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] http://www.rs.com/portfolio/mxi_g2 -Original Message- From: IBM Mainframe

<    1   2   3   4   5   6   >