RE: I need Coupling Facility Structure information.



Hi Jay,

The free version of MXI will do this some of this and it runs in straight
batch or you can use REXX.
You might have to use REXX to invoke for each structure.

http://www.rocketsoftware.com/portfolio/mxi/

CF & XCFS commands.

I expect the non-free MXI G2 is even more capable.

Best Regards,

Sam Knutson, GEICO
Performance and Availability Management
mailto:sknutson@xxxxxxxxx
(office) 301.986.3574

"Think big, act bold, start simple, grow fast..."


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@xxxxxxxxxxxx
Of Jay Paulson
Sent: Friday, August 12, 2005 11:01 AM
To: IBM-MAIN@xxxxxxxxxxx
Subject: I need Coupling Facility Structure information.

I have a need to gather information about coupling facility structures into
a dataset via a batch process.

Essentially I need the information similar to the output from the "D
XCF,STR,STRNAME=ALL" command.

I had used the following job as a quick and dirty way of capturing the
output from commands in the past.
The job will work for short running commands such /D CF However, I am never
able to get the output from /D XCF,STR,STRNAME=ALL I see the command but
never the response. I suspect that it is timing out or something.


//STEP1 EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//ISFOUT DD SYSOUT=*
//PRINTDD DD DSN=xxxx.xxxxx.xxxxx,
// DISP=(NEW,CATLG,DELETE),
// UNIT=DISK,DCB=(LRECL=133,BLKSIZE=0,RECFM=FB),
// SPACE=(CYL,(20,4),RLSE)
//ISFIN DD *
ULOG
/D XCF,STR,STRNAME=ALL

/D CF
PT FILE PRINTDD
PRINT
PRINT CLOSE
//SYSTSIN DD *
EXECUTIL SEARCHDD(YES)
SDSF
/*

Does anyone know a way that I could get this information via a batch
job?


Jay Paulson

<>
====================
This email/fax message is for the sole use of the intended recipient(s) and
may contain confidential and privileged information. Any unauthorized
review, use, disclosure or distribution of this email/fax is prohibited. If
you are not the intended recipient, please destroy all paper and electronic
copies of the original message.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
.



Relevant Pages

  • Re: Printing port question
    ... output commands, or will these commands revert to default settings after the ... You don't need to start/stop it by batch files or add other stuff to your own applications. ... Printfil can capture the DOS LPTx output or directly the ascii file created by your own application ...
    (microsoft.public.win2000.general)
  • Re: pipe < doesnt work in Windows xp? I get an error saying its not a command...
    ... 'pipe <' fn ft fm, ... and google only comes up with 1 function that rexx has and thats ... trying to rewrite his program in windows and then running it on the ... If I'm using only built in functions and no system commands would ...
    (comp.lang.rexx)
  • Re: Move n files sort by Filename
    ... batch refers to pre-GUI scripting ... On Win9x it's DOS commands, ... NT Command Script code is apparently best ...
    (microsoft.public.scripting.vbscript)
  • Re: multiple parameter set support for stored procs
    ... When you concatenate commands ... executed in isolation (in a batch by themselves). ... Multiple SP invocations mean many resultsets. ... > parameters that the stored proc might expose. ...
    (microsoft.public.dotnet.framework.adonet)
  • RE: WLM Question
    ... The trouble with enclaves is that they can be very short lived things ... and catching the tiddlers with the SDSF or MXI "ENC" commands is a ... believe that the MXI "ENC" command will work (its been a while since I ...
    (bit.listserv.ibm-main)

Loading