Re: is there anyp rogram can read all user catalog from master catalog

2008-11-28 Thread Tommy Tsui
Actually I want to seach all volumes entry catalog for tape volume only On Fri, Nov 28, 2008 at 11:11 AM, Rick Fochtman [EMAIL PROTECTED] wrote: There's lot's of info about using the Catalog Interface in z/OS, and there are some samples in SYS1.SAMPLIB. You want to find UCAT entries, which

Re: is there anyp rogram can read all user catalog from master catalog

2008-11-28 Thread Gerhard Postpischil
Tommy Tsui wrote: Actually I want to seach all volumes entry catalog for tape volume only I'm not sure there is a simple way of doing this. 1) Use CSI to read all master catalog entries, process the tape entries as you want to, and user catalog entries to a table or chain; remember at least

Re: TCPJPQ is null

2008-11-28 Thread Greg Price
[EMAIL PROTECTED] wrote: At this shop that I work with, there was a program that used TCBJPQ as a ptr to loaded modules within the address space. One problem though, it was abending since TCBJPQ was null. No problem though, I devised a different solution using CSVINFO. Question, what was

Re: is there anyp rogram can read all user catalog from master catalog

2008-11-28 Thread Dave Cartwright
On Fri, 28 Nov 2008 16:27:31 +0800, Tommy Tsui [EMAIL PROTECTED] wrote: Actually I want to seach all volumes entry catalog for tape volume only You may be able to use LISTICF in file 172 of the CBT tape as a start. This reads catalogs directly and processes each record type. I guess you

Re: Allocated Dataset Question

2008-11-28 Thread Rahim, A. (Ahmed)
Hi, Using the GRS command you can create a REXX exec to display the enq. This one is called ENQ :- /* REXX */ PARSE UPPER ARG ds1 dsn = strip(ds1,,') say dsn

Brian Beth/Milwaukee/IBM is out of the office.

2008-11-28 Thread Brian Beth
I will be out of the office starting 11/27/2008 and will not return until 12/01/2008. For Customer related requests please email MF Storage Mgmt ([EMAIL PROTECTED]) For IBM related requests please use the MF Storage Request Database. Otherwise I will respond to your email upon my return

Re: is there anyp rogram can read all user catalog from master catalog

2008-11-28 Thread Lizette Koehler
Tommy, Have looked at the STORAGE Tools that are in the ftp://ftp.software.ibm.com/storage/tapetool/ Directory? There might be some examples there. VOLLIST, IBMTOOLS etc... Lizette I am looking a program which can read all user catalog information from master cataloganyone have an

Re: VTSSTATS

2008-11-28 Thread Barry Jones
I've never really understood why IBM delivers the only tools to monitor their tape libraries from MVS through this method. Why did they stop writing SMF records from the libraries and expect customers to use unsupported software delivered in this manner?

Re: sending snmp traps from z/OS

2008-11-28 Thread Patrick O'Keefe
On Thu, 27 Nov 2008 13:01:03 -0600, Chris Mason [EMAIL PROTECTED] wrote: ... an improved implementation of the SNMP manager function in NetView has been mentioned. ... ... I would call it different rather than improved, though. ... ... Regarding improved: it seems I made the usual mistake of

Re: VTSSTATS

2008-11-28 Thread Bruno Sugliani
On Fri, 28 Nov 2008 23:27:44 +0800, Barry Jones [EMAIL PROTECTED] wrote: I've never really understood why IBM delivers the only tools to monitor their tape libraries from MVS through this method. Why did they stop writing SMF records from the libraries and expect customers to use unsupported

Re: VTSSTATS

2008-11-28 Thread Richman, Saul
I am sure there are good reasons, and I think this man might have the answer :-) Dennis Haight email: [EMAIL PROTECTED] --- Best Regards / Mit freundlichen Grüssen / Με φιλικούς χαιρετισμούς Saul Richman TPF Systems

JES2 Exit('s)

2008-11-28 Thread Joe Reichman
Would any one know if there are any restrictions on what MVS service(s) you can use un a JES Exit ??? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET

Re: JES2 Exit('s)

2008-11-28 Thread Edward Jaffe
Joe Reichman wrote: Would any one know if there are any restrictions on what MVS service(s) you can use un a JES Exit ??? The restrictions depend on the environment in which the exit gets control. For example, an exit that gets control under the main JES TCB should not issue an MVS WAIT,

Re: TCPJPQ is null

2008-11-28 Thread Gerhard Postpischil
Greg Price wrote: Question, what was TCBJPQ null to begin with? We are running zOS 1.9 Thanks Two obvious things come to mind: (1) No programs were loaded in the JPA (perhaps the program was moved to LPA). (2) You were not looking at the relevant job step task. 3) The program was in JPQ,

Re: JES2 Exit('s)

2008-11-28 Thread Joe Reichman
I am looking at exit 6 which I think runs as a subtak doesn't seem like there are any restrictions ??? BTW I know this a Bussiness forum so forgive me for saying this but how life in Pico I worked in the Valley for a Software Vendor and Lived in Pico am going to vist friends next

Re: BINDER instructions in source code?

2008-11-28 Thread Frank Swarbrick
On Tue, 25 Nov 2008 04:52:11 -0600, Jan MOEYERSONS [EMAIL PROTECTED] wrote: On Mon, 24 Nov 2008 15:39:37 -0600, Schneiderwent, Craig - DOT [EMAIL PROTECTED] wrote: I believe your fears are become manifest and that you must have DSNELI for batch, DSNCLI for CICS, and DSNRLI in a stored procedure

Re: Fw: Mainframe Hosted BLOGs and WIKIs

2008-11-28 Thread Kirk Wolf
Porting code that is dependent on the Sun JDK (uses Sun private classes and non-public APIs) is usually the application's responsibility. An example of this is how early versions of Geronimo were dependent on Sun internal classes. The Geronimo developers eventually fixed these issues so that

Re: IEFACTRT

2008-11-28 Thread Schwarz, Barry A
I can't help solve the problem but I am curious if either vendor's documentation explains why it needs this SMF exit. -Original Message- From: Michele Gionfriddo [mailto:[EMAIL PROTECTED] Sent: Thursday, November 27, 2008 10:01 AM To: IBM-MAIN@bama.ua.edu Subject: IEFACTRT Hi. I have

Re: TCPJPQ is null

2008-11-28 Thread Greg Price
On Fri, 28 Nov 2008 15:02:46 -0800 (PST), [EMAIL PROTECTED] wrote: Hi The programs were normal application key 8 programs. As for the job task, I started at PSA, via PSATOLD, went to TCB, and TCBJPQ was empty. TCBLLS was populated though... Thanks PSATOLD-TCB TCBJSTCB-TCB (I think you skipped

Re: is there anyp rogram can read all user catalog from master catalog

2008-11-28 Thread Tommy Tsui
tha't great thanks all information On Fri, Nov 28, 2008 at 9:59 PM, Lizette Koehler [EMAIL PROTECTED] wrote: Tommy, Have looked at the STORAGE Tools that are in the ftp://ftp.software.ibm.com/storage/tapetool/ Directory? There might be some examples there. VOLLIST, IBMTOOLS etc...