Enterprise Cobol 3.3.1 (z/OS 1.6)

2005-06-30 Thread John Cassidy
Hello all, I have a customer who has just converted to the above, despite running with a region size of 0M, with an 18K line program, the compiler is abending with an 878-10. Can anyone shed some light on this?? TIA PS We are running with the as delivered version of this compiler,

Re: Call COBOL from C dynamically...

2005-06-30 Thread Jan MOEYERSONS
This can be accomplished by using the fetch() c run-time library function. Check the z/OS C/C++ Run-Time Library Referance book, It contains an elaborate example of calling a COBOL program using fetch(). Gil. Just a caveat on something that might not be explicit from the documentation nor the

Re: HSM statistics

2005-06-30 Thread Dave Cartwright
On Wed, 29 Jun 2005 13:53:06 +0100, Perryman, Brian [EMAIL PROTECTED] wrote: Ah yes, forgot about those HSM records going to SMF! Brian, Member HPR of file 172 in the CBT tape is a report program for HSM's SMF records. It doesn't do what you want, but maybe you could use it as a starting

Re: Where is TSO PROFILE PREFIX(XX) stored?

2005-06-30 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 06/29/2005 at 03:38 PM, Skip Robinson [EMAIL PROTECTED] said: And if there is no TSO segment? UADS. But there are facilities that you can't use if you're still on UADS. -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position; see

Re: Where is TSO PROFILE PREFIX(XX) stored?

2005-06-30 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 06/29/2005 at 04:57 PM, Gates, Guy [EMAIL PROTECTED] said: The Prefix information for a User is stored in the ISPF Profile Dataset in Member ISPPROF. He asked for the TSO profile, not the ISPF profile. They're not always the same. -- Shmuel (Seymour J.)

Re: SVC 99 Question (sort of) File Creation Date Needed via ASM

2005-06-30 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 06/29/2005 at 03:50 PM, JONES, CHARLIE [EMAIL PROTECTED] said: I have an assembler routine that reads a series of files and extracts the report creation date from the report header. It just occurred to me that the report creation date is the same as the file creation

Re: IDENTIFY restriction [was: RE: ISKE/IVSK]

2005-06-30 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 06/29/2005 at 04:31 PM, Farley, Peter x23353 [EMAIL PROTECTED] said: Agreed. What it *does* say, though, is the answer to the question originally raised about not being able to define arbitrary areas of memory as programs. There's no *documented* way to do it, The

Re: Where did IBMLINK go?

2005-06-30 Thread Carroll, William
works for me...do you have an internet connection issue, maybe? -Original Message- From: Ned Hedrick [mailto:[EMAIL PROTECTED] Sent: Thursday, June 30, 2005 7:55 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Where did IBMLINK go? Dave, I use www.ibmlink.ibm.com. I just checked and it

SDSF Question - Selection of members to be displayed in the diffe rent panels

2005-06-30 Thread Stocker, Herman
HI, In SDSF I have set as: PREFIX=* DEST=(ALL) OWNER=HERMAN SORT=End-Date//D End-Time//D SYSNAME= I get a list of job owned by HERMAN in the ST display. How I want to see what is in the hold queue so I go to the H display panel; however, not all the jobs are displayed, ( only the jobs with a

Re: Where did IBMLINK go?

2005-06-30 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Jousma, David Sent: Thursday, June 30, 2005 6:39 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Where did IBMLINK go? Something must have changed over night. I cannot find IBMLINK

Re: Dropping duplicates.

2005-06-30 Thread David Andrews
Check out the Unix uniq utility, which will eliminate duplicate lines in a sorted file. -- David Andrews A. Duda and Sons, Inc. [EMAIL PROTECTED] -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Where did IBMLINK go?

2005-06-30 Thread John Eells
I get immediately redirected from the URL you included in your post to http://www.ibmlink.ibm.com/ Jousma, David wrote: Something must have changed over night. I cannot find IBMLINK anymore(via the web). Can anyone help I used to Access IBMLINK at www.ibm.com/ibmlink

Re: HSM statistics

2005-06-30 Thread Mark Zelden
On Wed, 29 Jun 2005 16:35:21 -0600, Paul Gilmartin [EMAIL PROTECTED] wrote: In a recent note, Mark Zelden said: Date: Wed, 29 Jun 2005 17:17:27 -0500 Good question. The LE (SCEERUN) library in the STEPLIB was emptied at Y2K time to ensure the modules from the LNKLST were picked

Re: SSH Implementation problem

2005-06-30 Thread Joel Ivey
Jim, when you say there's nothing on Jes2, have you looked at the debug log for sshd on uss?Also, in debug mode, the sshd on zos will terminate after each connect. //SSHD EXEC PGM=BPXBATCH,REGION=0M,TIME=NOLIMIT, // PARM='PGM /usr/sbin/sshd -d -d -d -f /etc/ssh/sshd_config' //STDERR DD

Re: Gates on outsourcing

2005-06-30 Thread Howard Brazee
On 29-Jun-2005, [EMAIL PROTECTED] (Gibney, Dave) wrote: But, a larger amount goes to causes where the computer OS and software is irrelevant. Malaria, AIDS, vaccines and improved health around the world have little to do with what computer OS the people who have no computers use. The hard

Re: Transition requirements for new world was Re: z/OS future needs was Re: USS in a legacy world

2005-06-30 Thread Farley, Peter x23353
One transition requirement you have left out is HLL's (COBOL included) losing the sequential file distinction among QSAM, ESDS and HFS/ZFS/NFS PATH's -- i.e., no matter the access method, no matter the format, no matter the storage mechanism, no matter the locality of the data. -Original

Re: SSH Implementation problem

2005-06-30 Thread Gregg, Jim
Joel, There is nothing in /tmp/sshd.stderr. Proc SSHD: //SSHD PROC //SSHD EXEC PGM=BPXBATCH,REGION=0M,TIME=NOLIMIT, // PARM='PGM /bin/sh -c /etc/ssh/sshd.sh' //STDERR DD PATH='/tmp/sshd.stderr', //PATHOPTS=(OWRONLY,OCREAT,OAPPEND),PATHMODE=(SIRWXU) Script : /etc/ssh/sshd.sh

Re: IGVFSMAN 0C4 (was IPCS missing module)

2005-06-30 Thread Mark
Bob Wright wrote: Mark wrote: May I ask how one goes about getting those libraries? I believe that I'll be potentially looking at dumps from any z/OS system. This suggests that I'll need to find libraries for the all the various releases. Mark, if, as it sounds, you function as a

Re: Where did IBMLINK go?

2005-06-30 Thread Jousma, David
It's actually working now. Earlier was getting a page not Found. Thanks, Dave Dave Jousma Principal Systems Programmer Fifth Third Bank Information Technology ' Phone: (616) 653-8429 7 Fax:(616) 653-8497 -Original

Re: Other DASD Erase programs

2005-06-30 Thread Bruce Black
I'm not an expert, but I doubt whether regular SCSI (or FC) controller allow you to read track neighbourhood or - int other words - adjust head position. Nevermind. After you read this data you still have problem: what bits are set on because of previous recording, and what are because of

Re: SSH Implementation problem

2005-06-30 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Gregg, Jim Sent: Thursday, June 30, 2005 9:19 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: SSH Implementation problem Joel, There is nothing in /tmp/sshd.stderr. Proc SSHD: //SSHD

Re: Other DASD Erase programs

2005-06-30 Thread Bill Fairchild
In a message dated 6/30/2005 9:27:21 A.M. Central Daylight Time, [EMAIL PROTECTED] writes: Although some intelligence agencies might be willing to put in the effort to recover fragmentary data from such disks, I doubt that corporate espionage or hackers would do so. The OP asked

Re: HSM statistics

2005-06-30 Thread Mark Zelden
On Thu, 30 Jun 2005 08:46:23 -0500, Mark Zelden [EMAIL PROTECTED] wrote: So I wonder why I couldn't find the trail of who used the data set(s) in SMF 14 records. Does only the first library in the concatenation of STEPLIB show up? I didn't think that was the case. I guess I can run a quick

Re: TCP/IP anomality

2005-06-30 Thread Craig Kittendorf
I may not answer your question, but I can show you what we have with three OSA-2 cards: HOME xxx.yyy.225.131 VIPA1 xxx.yyy.225.2 OSA4 xxx.yyy.225.3 OSA5 xxx.yyy.225.4 OSA6 BEGINRoutes ROUTE xxx.yyy.225.0 255.255.255.0 = OSA4 MTU 1500 ROUTE xxx.yyy.225.0 255.255.255.0 = OSA5

Re: SSH Implementation problem

2005-06-30 Thread Gregg, Jim
Joel, I still get nothing in /dev/null or in /tmp/sshd.stderr Jim -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at

Re: HSM statistics

2005-06-30 Thread Paul Gilmartin
In a recent note unmask] said: Date: Thu, 30 Jun 2005 09:40:20 -0500 A quick test showed that only the first data set in the JOBLIB/STEPLIB concatenation shows up in the SMF 14 records. So that explains why I couldn't find the usage in SMF. Bummer. But not only SMF but also too

Couple of questions on JES2 output handling

2005-06-30 Thread Perryman, Brian
Hi folks I want some types of STC to have their output immediately purged, assuming they complete successfully - repetitive tasks like BPXAS, SMF archiving, things like that. I can see how to do that using JES init statements or commands. But for other STCs like HSM, RMM, CICS etc I want the

Re: IGVFSMAN 0C4 (was IPCS missing module)

2005-06-30 Thread Chuck Arney
Mark, if you are an ISV member of IBM's Partner World for Developers ( http://www-1.ibm.com/partnerworld ) and have acquired a development machine through that program you should be eligible to receive the z/OS ADCD system. The z/OS 1.6 version of the ADCD system contains the files necessary to

ESCON to FICON conversion(R)

2005-06-30 Thread Ben Alford
If your performance with 4 ESCON connections was OK, I think you will be be pleased with the performance of 2 FICON connections. We went from 4 ESCON to 2 FICON and the I/O ran faster. Plus, the 2105-800 shark's FICON can run at 2GB/second. Older FICON adapters in older sharks ran at 1

Re: SSH Implementation problem

2005-06-30 Thread Joel Ivey
Jim, your parms are a bit different than mine for the sshd proc. Are you turning debug on? The three -d's turn on level 3. I think it can also be specified as -d3 but I'm not positive about that. PARM='PGM /usr/sbin/sshd -d -d -d -f /etc/ssh/sshd_config'

Re: SSH Implementation problem

2005-06-30 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Gregg, Jim Sent: Thursday, June 30, 2005 9:48 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: SSH Implementation problem Joel, I still get nothing in /dev/null or in /tmp/sshd.stderr

Re: Couple of questions on JES2 output handling

2005-06-30 Thread David Andrews
On Thu, 2005-06-30 at 15:52 +0100, Perryman, Brian wrote: I want some types of STC to have their output immediately purged [...] But for other STCs [...] all kept for a while, regardless of whether they completed successfully or not. [...] can this be done You can insert a job card in your

Re: Couple of questions on JES2 output handling

2005-06-30 Thread Perryman, Brian
Ok, I'll read up on that. Thanks. Brian -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of David Andrews Sent: 30 June 2005 16:11 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Couple of questions on JES2 output handling On Thu, 2005-06-30 at 15:52

Re: Reformatting an SMP/E Listing

2005-06-30 Thread Frank Yaeger
Barry A Schwarz wrote (edited to include information Barry sent me offline): SMP/E produces a block of lines for each element. Something like EDC40321 LASTUPD = HLE7703 TYPE=ADD LIBRARIES = DISTLIB=AEDCMOD1 FMID= HLE7703 RMID

Re: Couple of questions on JES2 output handling

2005-06-30 Thread Conway, Steven F
Hmm, how about that?! It works as advertised. When did this become available? (Rhetorical; I'll find it in the doc.) I looked in the JCL Ref, it's not listed in the Changes section back to z/OS 1.1, which implies it was available in OS/390. This is much simpler than the IEFJOBS route.

Re: Reformatting an SMP/E Listing

2005-06-30 Thread Jay Maynard
On Thu, Jun 30, 2005 at 08:26:51AM -0700, Frank Yaeger wrote: For some more Smart DFSORT Tricks that use IFTHEN to do group operations, see: Holy cow, Frank. Looks like DFSORT is getting to be as capable as SAS and the like for general data manipulation...

Re: Couple of questions on JES2 output handling

2005-06-30 Thread Perryman, Brian
..not for me.. :-( Unless I'm coding it wrong. Also, I'm trying to do this on a OS/390 2.9 system.. Can't find it documented anywhere either.. But I don't want to start another not documented thread..!! And what's IEFJOBS? Brian -Original Message- From: IBM Mainframe Discussion List

Re: IGVFSMAN 0C4 (was IPCS missing module)

2005-06-30 Thread Edward E. Jaffe
Mark wrote: Bob, we do function as a vendor for IBM OS390 and zOS based products. If anyone has contact information to get me started on this, I would certainly appreciate it. If you're a PWD member, talk to your TLC or other contact. Installing a copy of all the zOS releases just to get

Re: Couple of questions on JES2 output handling

2005-06-30 Thread Conway, Steven F
Hi, Brian. To control STC output requires a couple things, both trivial technically, perhaps not so trivial politically. 1. Define MSTJCLxx with an IEFJOBS DD: //MSTJCL00 JOB MSGLEVEL=(1,1),TIME=1440 // EXEC PGM=IEEMB860,DPRTY=(15,15) //STCINRDR DD SYSOUT=(A,INTRDR) //TSOINRDR DD

Re: Couple of questions on JES2 output handling

2005-06-30 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of David Andrews Sent: Thursday, June 30, 2005 10:11 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Couple of questions on JES2 output handling On Thu, 2005-06-30 at 15:52 +0100, Perryman,

Re: Couple of questions on JES2 output handling

2005-06-30 Thread Perryman, Brian
Ok thanks for that Steven, I'll poke around a bit and see how this system is set up. It's probably a bit late in the day to start playing with it now (literally - it's 4:30 here in the UK) as it's only got a few weeks before it's upgraded to z/OS, perhaps this is something I can configure into

Re: Reformatting an SMP/E Listing

2005-06-30 Thread Ed Finnell
In a message dated 6/30/2005 10:25:15 A.M. Central Standard Time, [EMAIL PROTECTED] writes: Holy cow, Frank. Looks like DFSORT is getting to be as capable as SAS and the like for general data manipulation... Probably be sticking in n-way regression analysis in next release...

Re: HSM statistics

2005-06-30 Thread Edward E. Jaffe
Paul Gilmartin wrote: Ideally, there should be a generally callable service which returns in a reply buffer a formatted abstract of DDNAME characteristics: (UNIT, VOLSER, DSNAME, etc.; or, for an HSF file, pathname, not PATH= SPECIFIED.; for all catenands) and could supply uniformly formatted

Re: Couple of questions on JES2 output handling

2005-06-30 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Perryman, Brian Sent: Thursday, June 30, 2005 10:43 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Couple of questions on JES2 output handling Ok thanks for that Steven, I'll poke around a

Re: SDSF Question - Selection of members to be displayed in the diffe rent panels

2005-06-30 Thread Gabriel Tully
IIRC, the SDSF help ouput dispay defaults to your ID's held output. Try setting your prefix to ** (Prefix=**) or enter the held output display by issuing 'H ALL'. On 6/30/05, Stocker, Herman [EMAIL PROTECTED] wrote: HI, In SDSF I have set as: PREFIX=* DEST=(ALL) OWNER=HERMAN

Re: Couple of questions on JES2 output handling

2005-06-30 Thread David Andrews
On Thu, 2005-06-30 at 16:42 +0100, Perryman, Brian wrote: Incidentally I'm currently getting exactly the same results as John McKown - MISPLACED JOB STATEMENT And I don't have an IEFJOBS in my MSTJCL; I use nothing but IEFPDSI. There is extensive discussion in the archives. Search for Ed

SMPE Help.

2005-06-30 Thread Howard Rifkind
Hello All; I need some help with SMPE. I received a whole bunch SYSMODS from IBM Link which were missing sysmods for FMID HOS1110, IBM Ported Tools. I used TRSMAIN and they are now unpacked in a sequential dataset...not a PDS. I have to get these into the system and I would assume I would

Re: Reformatting an SMP/E Listing

2005-06-30 Thread Jon Brock
What's an n-way? Oh, about two and a half pounds. Jon snip Probably be sticking in n-way regression analysis in next release... /snip -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL

Re: Other DASD Erase programs

2005-06-30 Thread Bruce Black
For DR security purposes, format writing any kind of data will cause the rest of the track to be erased after the last block is written and, when read back by software on the mainframe, the original data will not be readable. In this case it doesn't matter if you write two, three, 50,

Re: Couple of questions on JES2 output handling

2005-06-30 Thread Mark Zelden
On Thu, 30 Jun 2005 16:42:47 +0100, Perryman, Brian [EMAIL PROTECTED] wrote: Incidentally I'm currently getting exactly the same results as John McKown - MISPLACED JOB STATEMENT I think you have to already have IEFJOBS in MSTJCLxx to put a jobcard in a proc. Mark -- Mark Zelden Sr. Software

Re: Couple of questions on JES2 output handling

2005-06-30 Thread Mark Zelden
On Thu, 30 Jun 2005 10:47:45 -0500, McKown, John [EMAIL PROTECTED] wrote: I found the changes in the z/OS 1.6 JCL reference. Apparently z/OS 1.6 allows a JOB statement in what used to be a started procedure (started task) library. Yet another reason to upgrade! I ran on a test on z/OS 1.4 and

Re: SMPE Help.

2005-06-30 Thread Matthew Stitt
Try this JCL example: //STEP01 EXEC PGM=GIMSMP //SMPCSIDD DSN=SMPE.GLOBAL.CSI,DISP=SHR //SMPPTFIN DD DSN=your seq ptf file,DISP=OLD //SMPHOLD DD DUMMY,BLKSIZE=80 //SYSPRINT DD SYSOUT=* //SMPOUTDD SYSOUT=* //SMPLIST DD SYSOUT=* //SMPCNTL DD * SET BDY(GLOBAL).

Re: Other DASD Erase programs

2005-06-30 Thread Bill Fairchild
In a message dated 6/30/2005 10:53:34 A.M. Central Daylight Time, [EMAIL PROTECTED] writes: It doesn't necessarily require a revolution. Depending on how the disk vendor has written their CKD emulation, it may simply be necessary to write info at the beginning of the emulated CKD track

Geography Dispersed Parallel Sysplex Question

2005-06-30 Thread Hal Merritt
We are looking at Geography Dispersed Parallel Sysplex (GDPS) as a part of a continuous availability strategy. We are z/os and z/os.e 1.4 with 1.6 in the pipeline. Hardware would be a z/890 and a z/800 with identical 2105-800 (Sharks) linked by PPRC. The distance would be about 300 miles.

Re: SMPE Help.

2005-06-30 Thread Ed Finnell
In a message dated 6/30/2005 11:06:04 A.M. Central Standard Time, [EMAIL PROTECTED] writes: I almost never use the panels, mostly because I've been doing this for so long that I have JCL for pratically every possibility. Think with the panels need other DSN and it will produce the

Re: Reformatting an SMP/E Listing

2005-06-30 Thread Frank Yaeger
Jay Maynard wrote: Holy cow, Frank. Looks like DFSORT is getting to be as capable as SAS and the like for general data manipulation... Jay, I'm glad you noticed. :-) Just giving DFSORT/ICETOOL customers what they want (based on information I get from this list, various help boards, direct

How to delete a duplicate VVDS

2005-06-30 Thread Jim Ladouceur
Hi, I've got a volume that has 2 VVDSs on it, PRDCAT. The volume was created using FDR Fullpack copy from R14CAT. After creating a new Master Catalog on the volume I now have 2 VVDSs, VPRDCAT VR14CAT. How can I delete the unused VR14CAT VVDS? When I try IEHPROGM I get Correct Password Not

Re: HSM statistics

2005-06-30 Thread Ted MacNEIL
... Bummer. But not only SMF but also too many (0) applications commit the same offense. ... IIRC, all SMF reporting only includes the first in a concatenation. The field is only 44 bytes. The data comes from the JFCB, which only holds the first name. To get the data into SMF, you would first

Re: Couple of questions on JES2 output handling

2005-06-30 Thread Ted MacNEIL
... Hmm, how about that?! It works as advertised. When did this become available? ... Started Jobs came out with ESA 4, I believe. -teD (The secret to success is sincerity. If you can fake that, you've got it made!) -- For

Re: Couple of questions on JES2 output handling

2005-06-30 Thread Conway, Steven F
Interestingly enough, back in OS/390 2.8 JCL Reference, it references and shows examples of JOB statements on procedures in both the IEFJOBS and the IEFPDSI datasets. So, even if you don't have IEFJOBS defined, it looks like you can stick the job in an IEFPDSI-defined library with a JOB card,

IBM VSAM Statistics are often Bogus

2005-06-30 Thread Juraschek, David F
Are you z/OS 1.4 or later? Have you looked at a LISTCAT for a lot of files lately? Have you noticed that the data for many files is ... well ... wrong? This is what I've been told: VSAM statistics have always been suspect for accuracy even before OS/390. IBM decided in release Z/OS 1.4

Re: IGVFSMAN 0C4 (was IPCS missing module)

2005-06-30 Thread Imbriale, Donald (Exchange)
z/OS V1R3 support was discontinued 31March2005. http://www-1.ibm.com/servers/eserver/zseries/zos/support/zos_eos_dates.h tml Don Imbriale -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Edward E. Jaffe Sent: Thursday, June 30, 2005 11:30 AM

Re: HSM statistics

2005-06-30 Thread Martin Packer
What about Type 30? Martin Martin Packer, MBCS CITPMartin Packer/UK/IBM 020-8832-5167 in the UK (+44) (MOBX 273643, Internal 7-325167, Mobile 07802-245584) Las cosas de palacio van despacio External Blog: http://www-128.ibm.com/developerworks/blogs/dw_blog.jspa?blog=476

Re: SSH Implementation problem

2005-06-30 Thread Joel Ivey
SyslogFacility DAEMON in sshd.config.There's also LogLevel DEBUG3 in sshd.config, not sure how that correlates to the -d in the PARM=. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL

Re: IBM VSAM Statistics are often Bogus

2005-06-30 Thread Imbriale, Donald (Exchange)
How do you propose that they fix this? Don Imbriale -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Juraschek, David F Sent: Thursday, June 30, 2005 12:36 PM To: IBM-MAIN@BAMA.UA.EDU Subject: IBM VSAM Statistics are often Bogus Are you z/OS

Re: IGVFSMAN 0C4 (was IPCS missing module)

2005-06-30 Thread Edward E. Jaffe
Imbriale, Donald (Exchange) wrote: z/OS V1R3 support was discontinued 31March2005. Right. What I should have said was that the z/OS V1R6 DTSC and ADCD systems have z/OS V1R3 IPCS elements because it was the oldest OS supported at the time those systems were built. --

Re: IBM VSAM Statistics are often Bogus

2005-06-30 Thread Dave Juraschek
Don asks how I proprose IBM fixes this. It's not my problem to fix, it's IBMs. I don't fix IBM code (especially since it's OCO), they do - or at least one would expect that they would fix an outstanding problem they've know about for years. Good grief. -Dave

Re: TCP/IP anomality

2005-06-30 Thread Hal Merritt
Something to consider that inbound and outbound traffic are two completely different things. There is no concept of a 'session'. Here is my understanding: VIPA only sets an address for inbound traffic. As a logical entity, it is not tied to any physical device. Packets addressed to the VIPA

Re: IBM VSAM Statistics are often Bogus

2005-06-30 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Imbriale, Donald (Exchange) Sent: Thursday, June 30, 2005 11:59 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: IBM VSAM Statistics are often Bogus How do you propose that they fix this?

Re: TCP/IP anomality

2005-06-30 Thread Hal Merritt
Interesting. I keep running across this statement in the IP doc: Only one default route to a destination gateway or router can be specified. Confusing. So many options. So few brain cells. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of

Re: IBM VSAM Statistics are often Bogus

2005-06-30 Thread Mark Thomen
Juraschek, David F [EMAIL PROTECTED] wrote in message news:OF28FF1D46.703B3284-ON85257030.00596139-85257030.005 [EMAIL PROTECTED]... If IBM can devote the time and attention to releases of the OS, one would think that they are capable of fixing this problem - a long, long time ago when they

Re: IBM VSAM Statistics are often Bogus

2005-06-30 Thread Gary Green
Mark, Are the numbers corrected after a subsequent open and proper close? Or do they remain invalid for life, or a reorg/unload-load? Thanks. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Thomen Sent: Thursday, June 30, 2005 1:31 PM

Re: Rename VSAM Cluster and its components

2005-06-30 Thread Mark Thomen
Gilbert Saint-Flour [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Hello: I am looking for a simple way to rename a VSAM cluster along with its DATA INDEX components. Three ALTER commands in an IDCAMS step is the obvious method, but is there some batch utility program that can

Re: HSM statistics

2005-06-30 Thread Mark Zelden
On Thu, 30 Jun 2005 17:27:28 +0100, Martin Packer [EMAIL PROTECTED] wrote: What about Type 30? AFAIK, DDNAME statistics only. If you know a way to get data set name usage from type 30, please let me know. Regards, Mark -- Mark Zelden Sr. Software and Systems Architect mailto: [EMAIL

Re: IBM VSAM Statistics are often Bogus

2005-06-30 Thread Gates, Guy
Greetings, Take a look at II14008 as it describes this situation. Thanks...Guy M. Gates Jr. TTI Z/OS Systems Programmer Phone: (817) 740-9000 x-4627 Email: [EMAIL PROTECTED] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Imbriale,

Re: IBM VSAM Statistics are often Bogus

2005-06-30 Thread Mark Thomen
McKown, John [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Personally, I think that NO statistics are better than incorrect statistics. Of course, I am very dependant on the Hi-used vs. Hi-Allocated RBAs being correct. The rest are not of any use to me. HURBA is fixed by a

Re: Rename VSAM Cluster and its components

2005-06-30 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Thomen Sent: Thursday, June 30, 2005 12:43 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Rename VSAM Cluster and its components Gilbert Saint-Flour [EMAIL PROTECTED] wrote in message

Re: Couple of questions on JES2 output handling

2005-06-30 Thread Dave Danner
On Thu, 30 Jun 2005 15:52:05 +0100, Perryman, Brian [EMAIL PROTECTED] wrote: I want some types of STC to have their output immediately purged, assuming they complete successfully If by complete successfully you mean don't abend or get a JCL error, then a conditionally purged sysout class will

Re: How to delete a duplicate VVDS

2005-06-30 Thread Jim Ladouceur
Hi, I was able to delete the dup VVDS by Zapping the DSCB from 0010 to and scratching with Iehprogm. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Gibney, Dave Sent: Thursday, June 30, 2005 12:57 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re:

Re: Reformatting an SMP/E Listing

2005-06-30 Thread Barry Schwarz
For anyone interested, and for the archives, here is how Frank solved my problem: //S1 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //IN DD DSN=... input file //T1 DD DSN=T1,UNIT=SYSDA,SPACE=(CYL,(5,5)),DISP=(,PASS) //OUT DD SYSOUT=* //TOOLIN DD * COPY FROM(IN) TO(T1)

[SMS] testing new SCDS configuration

2005-06-30 Thread Neil Duffee
Looking for opinions/affirmations on my line of thinking for testing a new SCDS configuration. We're z/OS v1.4, z890, MonoPlex'd but all the LPar's are in a single SMSPlex ie. sharing COMMDS ACDS. I've got a major change in both SCDS ACS which I've hand batch (NaviQuest) checked over

Re: Rename VSAM Cluster and its components

2005-06-30 Thread Paul Dineen
It's been a while since I've had access to the product, but believe FILEAID can do VSAM renames via their 'ISPF 3.4' equivalent panel. Can a FILEAID customer validate? -- For IBM-MAIN subscribe / signoff / archive access

Re: Couple of questions on JES2 output handling

2005-06-30 Thread Barry Schwarz
I don't know of any standard interface that will control access to output classes. I had a similar issue with job classes and eventually added profiles of the form JOBCLASS.X to the JESJOBS class and issued RACROUTE authorization requests in IEFUJV. For output classes I would recommend

Re: SDSF Question - Selection of members to be displayed in the diffe rent panels

2005-06-30 Thread Barry Schwarz
In the SDSF panel of interest, issue SET DISPLAY ON. This will show you all the parameters limiting the selection of jobs. From there you should be able to figure out which one is suppressing the data you want. Stocker, Herman [EMAIL PROTECTED] wrote:HI, In SDSF I have set as: PREFIX=*

Re: SDSF Question - Selection of members to be displayed in the diffe rent panels

2005-06-30 Thread Gabriel Tully
sorry help=held On 6/30/05, Gabriel Tully [EMAIL PROTECTED] wrote: IIRC, the SDSF help ouput dispay defaults to your ID's held output. Try setting your prefix to ** (Prefix=**) or enter the held output display by issuing 'H ALL'. On 6/30/05, Stocker, Herman [EMAIL PROTECTED] wrote:

Re: Where is TSO PROFILE PREFIX(XX) stored?

2005-06-30 Thread Rob Wunderlich
On Thu, 30 Jun 2005 08:26:15 +0200, DOMINGUEZ MARTIN, ANGEL LUIS [EMAIL PROTECTED] wrote: The program to see and/or modify this field can be found free in MVS UPDATE of XEPHON at http://www.xephon.com/arcframe/f001a02 Excellent. This code is just what I needed. Works a charm. Thank you. -Rob

Re: Couple of questions on JES2 output handling

2005-06-30 Thread Mark Zelden
On Thu, 30 Jun 2005 12:23:55 -0700, Barry Schwarz [EMAIL PROTECTED] wrote: I don't know of any standard interface that will control access to output classes. I had a similar issue with job classes and eventually added profiles of the form JOBCLASS.X to the JESJOBS class and issued RACROUTE

Re: Running z/OS 1.4 on a G5/G6 after 31 March 2007

2005-06-30 Thread Marian Gasparovic
Ted, according to http://www-1.ibm.com/servers/eserver/zseries/zos/support/zos_eos_dates.html z/OS, z/OS.e, and OS/390 marketing and service announce, availability, and withdrawal dates projected date for service discontinued is the same for 1.4 and 1.5 (2007/03/31) Marian On 6/29/05, Ted

Re: BOOKMGR PDF support

2005-06-30 Thread Matt Simpson
On Tue, 31 May 2005 12:38:29 -0700, Gibbons, Mark [EMAIL PROTECTED] wrote: To create an extended shelf with documents which only exist as PDFs requires that the meta data from the PDF is in the catalog. With LibraryServer 3.0 this cannot be extracted directly from the pdf (this functionality

Re: Rename VSAM Cluster and its components

2005-06-30 Thread Kirk Talman
Both 3.4 and 3.5 allow renames of clusters. Both have options to automaticaly or manually rename components. Paul Dineen [EMAIL PROTECTED] 6/30/2005 3:21 PM Re: Rename VSAM Cluster and its components It's been a while since I've had access to the product, but believe FILEAID can do VSAM

Re: BOOKMGR PDF support

2005-06-30 Thread Edward E. Jaffe
Matt Simpson wrote: Does anybody know whether PDFs can be stored in MVS datasets (not HFS files) and served via Library Server extended shelves? They can indeed be stored in MVS data sets. An extended shelf is not necessary if you have a PDF that corresponds to a BOOK. In that case, the

Re: Rename VSAM Cluster and its components

2005-06-30 Thread Gilbert Saint-Flour
Mark Thomen wrote: I am looking for a simple way to rename a VSAM cluster along with its DATA INDEX components. Three ALTER commands in an IDCAMS step is the obvious method, but is there some batch utility program that can do it in a single command, i.e. without having to specify the old

Re: IBM VSAM Statistics are often Bogus

2005-06-30 Thread Mark Thomen
Dave Juraschek [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Mark: This isn't just user data sets, it's MVS system data sets which are ONLY touched by IBM programs, utilities, etc. You can't blame user's for screwing up non-user data sets. VSAM is VSAM - we don't distinguish

Re: Other DASD Erase programs

2005-06-30 Thread Thomas Kern
A re-write of HOME ADDRESS for each track, chaining together I/Os to logically reset 1 3380/3390 cylinder with each I/O might be sufficient in a DR situation where you can trust that the DASD will be reused soon and often before it gets removed. /Tom Kern --- Bruce Black [EMAIL PROTECTED]

Re: Rename VSAM Cluster and its components

2005-06-30 Thread Mark Thomen
McKown, John [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Hum, I guess it's time for the old IGGCSI00 routine. Use the ASSOCSYM field name - it returns the entry type, and the name (unresolved if it contains symbolics). Thanks, Mark Thomen Catalog/IDCAMS/VSAM Development

Re: Reformatting an SMP/E Listing

2005-06-30 Thread Volker Bandke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ted, this post was _way_ over my head. Probably a pun or two, but ... I don;'t understand a thing :( Ted MacNEIL said the following on 06/30/2005 02:00 AM: | ... | What's an n-way? Oh, about two and a half pounds. | ... | | 5% of a rim-shot. -

Re: Couple of questions on JES2 output handling

2005-06-30 Thread Thomas Conley
- Original Message - From: Perryman, Brian [EMAIL PROTECTED] Newsgroups: bit.listserv.ibm-main Sent: Thursday, June 30, 2005 10:52 AM Subject: Couple of questions on JES2 output handling Hi folks I want some types of STC to have their output immediately purged, assuming they

Re: IBM VSAM Statistics are often Bogus

2005-06-30 Thread john gilmore
I ordinarily have other things to do with my time that preclude spending it defending IBM, which is well able to defend itself. This time. however, I am in MarkThomen's corner. Meaningless or invalid statistics should be marked as such or, better, suppressed. Moreover, I don't like the

Re: Other DASD Erase programs

2005-06-30 Thread Bill Fairchild
In a message dated 6/30/2005 3:48:28 P.M. Central Daylight Time, [EMAIL PROTECTED] writes: A re-write of HOME ADDRESS for each track, chaining together I/Os to logically reset 1 3380/3390 cylinder with each I/O might be sufficient in a DR situation... Tom Kern Technically correct,

Re: How to delete a duplicate VVDS

2005-06-30 Thread Bruce Black
I've got a volume that has 2 VVDSs on it, PRDCAT. The volume was created using FDR Fullpack copy from R14CAT. After creating a new Master Catalog on the volume I now have 2 VVDSs, VPRDCAT VR14CAT. How can I delete the unused VR14CAT VVDS? Jim, since V5.4 level 24 (level 43 is current), FDR

  1   2   >