Re: SMS managed volume

2008-02-22 Thread Lizette Koehler
mark,,

The Not defined can mean:

Not defined means that the storage group or volume (specified on this   
command) is specified in the SMS configuration as not being connected   
to this MVS system. If the storage group or volume is not defined in
the active configuration, a message indicates that the system rejects   
this command for that reason. If the command is issued for a storage
group with no volume, another message indicates the lack of volumes in  
that group. The symbol for this state is ia.odqf..' 

VTOC is probably a CBT utility.  It is not an MVS function as far as I know.

Have you checked with ISMF on your volume?  I find that is fairly reliable for 
verifying volumes under SMS control.

Lizette
  


VTOC V(SMS013) SP
 IKJ56500I COMMAND VTOC NOT FOUND
 ***

On Thu, Feb 21, 2008 at 1:01 PM, willie bunter [EMAIL PROTECTED]
wrote:

 Mark,

  Allow me to add my 2 bits.  Try the following:

  A)TSO OPTION 6
  B) Enter command :VTOC V(XX) SPxx=volser
  C) In the STATUS it will post SMS if the pack is under SMS.

  P.S. You can enter VTOC V(X) SP which will give you all dasd starting
 with X.

  Good luck.


  So many great options. Thanks very much.

 I did find a problem with using D SMS,VOL=(volser) It reports a volume as
 not defined
 CBR1064I Command rejected. Volume serial number
 SMS013 undefined.
 But IEHLIST shows that it SMS managed.


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


Heads up on article in zJournal

2008-02-22 Thread Lizette Koehler
Just thought you would like to know that I was reading the zJournal mag 
(hardcopy) and noticed an article called

Basic BASH scripting for Mainframe System Programmers

by Mark Post

Congrats Mark.  I actually understood that information on BASH.

Lizette

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


Re: CATALOG QUESTION - CORRECT AN ALIAS PROBLEM

2008-02-27 Thread Lizette Koehler
The best way to resolve this issue is to do the following:

1)  Make sure the type of data set (VSAM vs. NON VSAM).  If you have VSAM 
cataloged in the MCAT you will need to work a little harder.

2)  Uncatalog all of the NON Vsam data sets in the Master Cat
3)  Build the Alias for the HLQ
4)  Recatalog all of the data sets.

If you have vsam in the mcat, I would probably use a DFDSS DUMP with Delete for 
all of the files in the mcat, build the alias, then restore the files with 
catalog.

I ususally have my MCAT with READ only access to prevent this type of issue.  

Lizette





   
  I am working on a problem regarding a TSO alias which was not created but 
 for some unexplicable reason I find about 15 dsns have been cataloged in the 
 MCAT.  My question is how can I fix this problem - have the dsns created in 
 the proper UCAT.  I looked at the option of using REPRO MERGECAT in the 
 IDCAMS doc.  Is that the correct decision?  My plan is to define the alias 
 in the proper UCAT and then execute the following jcl.
   
  //STEP1EXEC PGM=IDCAMS,REGION=2048K,TIME=1440  
//SYSPRINT DD   SYSOUT=*  
//SYSINDD   * 
  REPRO - 
   INDATASET(SYS1.SHR.MCAT)  - 
   OUTDATASET(MBC.CSTMCAT) -  
   ENTRIES(CTPRX23) - 
   MERGECAT   
/*
   
  Will this do the job?  Am I missing something?  I would appreciate any 
 suggestions or comments.
   
  Thanks in advance.



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


Re: Offload transmitter

2008-02-29 Thread Lizette Koehler
You could look in SYSLOG or OPERLOG for the jes message indicating an offload.  
Or if you have the offload data set you could probably reload (receive) the job 
back into jes2.

I am not sure there is any other way, other than reviewing SMF data for jes 
transmissions.

Lizette




Hi,

Someone know as verify whether a sysout was transmitted to the offload 
data set.

Thanks.


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


Re: SHARE no handouts(?)

2008-02-29 Thread Lizette Koehler
What I would love to see happen is that the handouts are on flash drives or 
they could load the handouts on my flash drive so I can take notes directly on 
my computer.

Lizette

One speaker actually suggested that the attendee might
take notes on a pad of some sort (remember college?) and
then download the presentation and transfer the notes to
the presentation; rather than write the notes directly
on the presentation handout, as was customary.
  .
It is interesting how companies and organizations are
eager to show their alignment with 'green-ness' when being
green corresponds with less expense and trouble for those
in charge.

It is.   But where this might impact us most is in comparing what can
be done with server farms and what can be done with mainframes.


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


Re: IMS Question

2008-03-03 Thread Lizette Koehler
You could join the IMS newsgroup and post questions about IMS there.

http://www.bsu.edu/wa.exe?SUBED1=ims-lA=1

Lizette

Hello everyone, do we have anyone out there that can help with an IBM
mainframe IMS question?

Thanks a lot,



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


Re: z/OS messages libraries ?

2008-03-04 Thread Lizette Koehler
Francios, 

What messages are you looking to include for the display?  Products like 
QUICKREF or ABEND AID can do that for you.

AFAIK there is no message library that contains a listing of all z/OS messages 
online for the user to use.  Other than Bookmgr on the mainframe.

Or could you provide more detail on the language you are trapping, how you trap 
it, and what you are not seeing.


Lizette




Hi all,
I'd like to have access to z/OS messages libraries in order to get a message
using its code then display both in case of abend (I trap the abend and the
OS does not display anything).
Where and how do I get those messages ?



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


Re: z/OS messages libraries - continued

2008-03-04 Thread Lizette Koehler
Francois,

That is an ISPF Message Skeleton Library.  Therefore you would have vars that 
would not be resolved.  I am not sure that is exactly what you need.  The 
library is setup with message prefixes but not all messages are in this library.

Lizette




Actually I found SYS1.MSGENU library which seems to contain all OS 
messages, only I don't know how to get the message code from a program.
Anybody help me?


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


Re: SDSF User Manual

2008-03-04 Thread Lizette Koehler
I do not know if this will help, but IBM provides a PDF summary card for SDSF

http://www-03.ibm.com/servers/eserver/zseries/zos/sdsf/pdf/sdsfcard.pdf

Lizette




Does anyone know of an SDSF user manual newer than the OS/390 2.10
version dated June 2000?  The z/OS manuals are title Operation and
Customization.  The 1.8 version contains chapters for batch and REXX but
nothing for the poor fool sitting at the terminal.

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


Re: z/OS messages libraries ?

2008-03-04 Thread Lizette Koehler
I think that he is looking for a programmatical way to include the messages in 
a job's run.  Which means he probably needs to look at products like QUICKREF 
or ABENDAID.  

Or he is trying to write his own and just looking for a feeder file.  We need 
to know what specific messages he is needing for his process.

The SYS1.MSGENU that was found is for ISPF/TSO Skel processing.  So I do not 
think this will do what he wants.

I think we need more details from Francois to see what could be done to assist.

Lizette



Francois GUILLEZ wrote:

I'd like to have access to z/OS messages libraries in order to get a message
using its code then display both in case of abend (I trap the abend and the
OS does not display anything).
Where and how do I get those messages ?

Bookmanager is your friend. 

Try bookshelf EZ2MZ800 z/OS V1R8.0 Messages and Codes Bookshelf 

Or online look for Online Library with advanced search facility

http://www-03.ibm.com/systems/z/os/zos/bkserv/

LookAt is another friend.

http://www-03.ibm.com/systems/z/os/zos/bkserv/lookat/

Happy reading/browsing/lookup... ;)

HTH

Groete / Greetings
Elardus Engelbrecht

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

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


Re: Message ACC20210 - who issues

2008-03-05 Thread Lizette Koehler
This is probably DTS Software's SCC product.  Storage Control Center.  It is an 
improved STOPX37 product.

It has rules that will monitor allocation and if needed add volumes to prevent 
space abends.

Lizette



Is anyone familiar with messages 
ACC20210-A ADDVOL FOR DD=SYS4 
DSN=T.RA.VIB.DXX.SXX.Y.D08065.T47259 VOL=SUSR01 POOL=ACTIONT 
EXT=16
ACC20600-A VOLUME * WAS ADDED TO DATA SET

I know that it is a product that is here but I don't know which one. 
Goggle showed the message at a couple of sites but it was ancillary to 
sort problems.

Reason that I'm looking is that it appears to have extended a PS dataset, 
with no DCLASS options, to 3 volumes after exhausting 15 extents on the 
previous volumes.

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


Sorting Hex Data - ISPF or Batch

2008-03-06 Thread Lizette Koehler
I have gone through several iterations and just cannot see the forest for the 
trees.

I need to sort hex data in ISPF and batch.  I have tried a couple of variations 
but the x'A' - x'F' always go to the top of the sorted list.  I really would 
like 0-9, x'A' - x'F'

I have not found on the ISPF sort command a hex option for sorting.  And I am 
not sure what control cards I can use in batch sort to make it happen.

Any one willing to point me in the right direction?  If not, I will write a 
sort process in REXX.  

Lizette

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


Re: Sorting Hex Data - ISPF or Batch

2008-03-06 Thread Lizette Koehler
Thanks Don and Alan, that did the trick.

Lizette

-Original Message-
From: Field, Alan C. [EMAIL PROTECTED]
Sent: Mar 6, 2008 11:34 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Sorting Hex Data - ISPF or Batch

Lizette

I use these SORT control statements to achieve what you want.

* THIS CAUSES NUMBERS TO COLLATE BEFORE UPPERCASE LETTERS
* GREAT FOR GETTING HEX NUMBERS IN CORRECT ORDER 0-9A-F
 ALTSEQ CODE=(F0B0,F1B1,F2B2,F3B3,F4B4,F5B5,F6B6,F7B7,F8B8,F9B9)
 SORT FIELDS=(1,4,AQ,A),SIZE=E2000

Alan

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Lizette Koehler
Sent: Thursday, March 06, 2008 10:31
To: IBM-MAIN@BAMA.UA.EDU
Subject: Sorting Hex Data - ISPF or Batch

I have gone through several iterations and just cannot see the forest
for the trees.

I need to sort hex data in ISPF and batch.  I have tried a couple of
variations but the x'A' - x'F' always go to the top of the sorted list.
I really would like 0-9, x'A' - x'F'

I have not found on the ISPF sort command a hex option for sorting.  And
I am not sure what control cards I can use in batch sort to make it
happen.

Any one willing to point me in the right direction?  If not, I will
write a sort process in REXX.  

Lizette

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

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

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


Re: Tapeless backup

2008-03-07 Thread Lizette Koehler
We have a similar issue in our shop.  The midrange area wants tapeless.  the 
Mainframe side TAPE.

We have a VTS and ATL.  We use the product DRVI to stack the VTS Tape backups 
to an real tape and ship it offsite for DR purposes.  Tape is cheap.  tape can 
survive years in a dusty hole and still be usable.  You can encrypt it.  You 
can send it where it needs to go when it is needed.

Or you can pay a DR site to have a tapeless solution there in case you need it. 
 You just have to figure out how much you want to pay for a disaster.

The only thought I have is:  If you have a tapeless solution how do you get 
your data to DR site should your primary site fail?

Lizette



All, 
   How many places have implemented tapeless backup environments? I
don't mean virtual tape that has tape on the back-end but no tape at
all. We are exploring different options and the wintel side of the house
is heading down the totally tapeless path. That makes me nervous but I'm
getting old.


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


Re: Peformance question

2008-03-07 Thread Lizette Koehler
Have you looked at RMF data to see what the job is doing?  

Do you have products like STROBE or OMEGAMON that can help you isolate the jobs 
run?

Is the application cycle controled by products like ENDEVOR or ChangeMan?   If 
so, you can then verify when changes have been made to the application code.

Service units going up with out any reference is not easy to identify.

You need to use various tools to watch the job when it runs, or run RMF reports 
to assist in analysis.

Do you have products like MXG or MICS?

Other things to ask questions about - 
Has the input data increase in the application?
Has there been any hardware changes? 
Has there been and JCL changes (a blocksize change can alter runtime)?


Lizette



We have a job that has a posting step that runs 6-7 minutes last year.  We 
noticed that the job more than doubled starting with the first processing day 
of 2008.  The application owners swear that no changes were made on there 
side and the systems guys swear that no changes were made on their side 
neither.  The only think that I noticed by looking at the jobs sysout is that 
the 
SERVice Units went from 5335K to 13549K.  Any ideas.
\

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


Re: DSN ENQ conflict - debugging after the fact.

2008-03-10 Thread Lizette Koehler
I think most shops have ISRDDN as it is shipped with ISPF.

Just issue TSO ISRDDN on the command line.
Then issue ENQ 

You can then put in the dataset name or just look and see what is enqueued.

Lizette



quote
  DELETE (PRIMV.PPO.XDF)
0IKJ56241I DATA SET PRIMV.PPO.XDF NOT ALLOCATED
 IKJ56241I DATA SET IS ALLOCATED TO ANOTHER JOB OR USER
 IDC0551I ** ENTRY PRIMV.PPO.XDF NOT DELETED
0IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 8
/quote

The person who was here, did a 3.4 on the DSN and did a whohas command
to find out who had the dataset allocate. According to him, and I trust
him, he got the output:

DATASET: 'PRIMV.PPO.XDF' NOT ALLOCATED.


snip

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


Re: Unable To Delete Archived Dataset

2008-03-10 Thread Lizette Koehler
In my mind the question is:  Does the data set physically exist?

If it does not, then a DEL name NOSCRATCH NOPURGE will remove the entry from 
the catalog.
If it does exist, then it is possible that ISMF will allow you to delete it.

Some of the other suggestions may work.

Lizette




Good Day Gentle Readers,
   
  I am trying to delete this dataset MILDCOP.NPR256D.CNTLNLDSVOLD.  Yes, the 
 last qualifier is correct.  This dsn was migrated by DMS.  I tried a del nscr 
 purge but I got the error message :ITEM DOES NOT ADHERE TO RESTRICTIONS.
   
  I also tried IEHPROGM to no avail.
   
  I cannot understand as to how this dsn was created.  However, my immediate 
 problem is deleting this dsn.  Could anybody suggestion 



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


How to limit SAS in a PLEX

2008-03-11 Thread Lizette Koehler
I need some suggestions on how to limit where a program (in this instance SAS) 
runs.  I know I can write a program that would test for the LPAR name and then 
either link to SAS or fail the request.  But what are my other options?  we are 
z/os v1.7

REXX?
WLM?
OTHER?

We do not have Through Put Manager.  So I need to keep it simple and no money.

Lizette

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


Re: CATALOG Quesiton

2008-03-12 Thread Lizette Koehler
I am curious.  Do I care if it is full or if it has a lot of splits (CA/CI)?  I 
had one catalog in my past we called a database because it was over 700,000 
entries.  We reorged it every weekend because it performed poorly due to the 
splits, not the size.

Lizette



Other posters have responded with good, practical solutions.  We had a
solution years ago that was neither.  We kept several hundred dummy
aliases in a user catalog in order to keep it full, artificially.  If we
needed to define a few new ones, we deleted some dummies.

Excusing my failing memory,  but I believe the magic number was greater than
3,000.  For some reason 8,000 sticks in my mind.  Maybe it was function of
the CISIZE of the catalog itself.  ??



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


Vtam 0821 and LUs

2008-03-18 Thread Lizette Koehler
I am having an issue with an application that is defined in TPX.  At some point 
users are unable to logon and start to receive 0821 Sense code from VTAM.

I am thinking I do not have a sufficient number of LUs for somethign in TPX but 
I am unable to discern what that area is.  I have TPXGR defined with 1000 LUs 
which is more than sufficient for my users.  In fact a D NET command shows all 
the the TPXGR LUs and more than 60% are conct and the rest have ACTIV sessions.

IST663I CINIT REQUEST FAILED, SENSE=0821 364   
IST664I REAL  OLU=USSCEG01.TPXGR001   REAL  DLU=USSCEG01.CICSPB
IST889I SID = F6E3F2C462F4730F 
IST314I END  
  
Any ideas how to determine what I need to add?

Lizette

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


Re: Vtam 0821 and LUs

2008-03-18 Thread Lizette Koehler
Thanks for all the suggestions so far.

I have been testing with my userid which never goes into CICS.  So I do not
think it is a left over terminal.  Though I will be checking this out.

I am not a true cics sysprog so am light in understanding TPX and the
Autoinstall process.  We have setup 1 definition in RDO for the TPXGROUP.  I
was told that this is like a model that autoinstall uses to create all
terminal names.

I have been working with CA but they say it is a vtam error.  I understand
that the 0821 is from VTAM but I believe it is coming from something that is
happening between TPX and CICS logons.

We have been using TPX for 1 year.  We just cut off access to the other
session manager and made everyone use TPX to access our applications.  This
is the only issue I have at this time.  The 0821 for a handful of users.  I
am not seeing any additional error messages in CICS log that would help me
understand this issue.

I have run a TPX trace, but do not really understand what I am looking at or
for.

Lizette

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


Re: Move SeverPac Datasets How to

2008-03-18 Thread Lizette Koehler
Mark,
I would think so.  I would probably, if it was me, do a dump with delete of
the files from the volume(s) to tape.

Then restore all the files to the target volume making sure I used the NULL
parms for the STORCLAS, MGMTCLAS, etc.

I do not have my books handy so do not recall the specific key words.

If you do not nullify the ACS parms DFDSS will dump it back down with the
ACS used at dump time and it will likely fall back on the same SMS pools.


Lizette


Is it possible to move all of the datasets that are shipped with a z/os 
serverpac from SMS managed pacs to a single mod 27 using adrsdssu?  Will 
all of the datasets move, (Haspace, Page datasets, logrecs.etc)? 
Thanks.

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


EMC Dasd and Performance Issues

2008-03-27 Thread Lizette Koehler
I am supporting the DMX3 Disk Array from EMC.  We have been experienceing some 
performance issues with our Timefinder Snap process.

According to EMC this issue occurred due to microcode level 5671.  We did this 
upgrade 18 months ago and just now saw this issue and got it resolved.

I am just looking to see if anyone else has seen an increase in the Timefinder 
Snap process after this microcode upgrade?  Our SNAP went from 15 mins to 40 
mins.

Lizette

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


Re: EMC Dasd and Performance Issues

2008-03-27 Thread Lizette Koehler
We are snapping 198 volumes.  For the past several months it has been taking
20 mins to snap.  As of Feb 08 it took 40 mins to snap.

After EMC cleaned up some table it now runs in 14 Mins.

SRDF/A is not involved.  We are snapping a source volume to another volume
on the string we call SNPxxx.  Then we use FDR Instance to backup the SNPxxx
volume for DR.

Lizette

Liz,

 just how were the SNAPs affected ?  do you have SRDF/A involved ?

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


Re: EMC Dasd and Performance Issues

2008-03-28 Thread Lizette Koehler
No, we share the frame with the mid range (Unix) side of the shop.  However,
we do not use the same disks in the box, Mainframe dasd is mapped on
separate volumes from the Mid range dasd; I am told there is no
intermingling...

Lizette



 
Not sure of our microcode level,.. But is your DMX used only for
Mainframe storage?  We had an instance where our P Series processors
effected our mainframe storage performance. 

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


Re: JES2 DD Concatenation issue

2008-03-28 Thread Lizette Koehler
Depending on your level of JES2 you may want to look at using PROCLIB
statements in JES2 rather than coding DD statements.  Or have the users
start using JCLLIBs.

Lizette


In our system for JES2 RBI1.PROCLIB and RBI2.PROCLIB were defined in
sequence resp. Later due to some reason RBI1.PROCLIB was deleted and
recreated.

But after that we are facing problem that PROCs from the RBI1.PROCLIB are
not getting invoked.   snippage

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


Re: JES2 DD Concatenation issue

2008-03-28 Thread Lizette Koehler
You need to open and close your JES2 concatention.  Do you have a PROC00 and
a PROC01 in your JES2 Proc?  It could be any PROCxx number other than
PROC00.  If so, all you need to do is run the following JCL


//JOB Card
/*JOBPARM PROC=PROC?? --  Make the ?? whatever your Alternate PROC dd
statement is in JES2 PROC.
// EXEC PROC IEFBR14  (Do not need to exist)


This will close PROC00 and open PROC??.  Then the next Proc expansion will
open PROC00 by default.

Lizette



I am getting following erros in SYSLOG

IEC143I 213-04,IFG0194D,JES2,JES2,PROC13-0003,9800,RBI031,SCLM1.PROCLIB

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


Re: JES2 DD Concatenation issue

2008-03-28 Thread Lizette Koehler
Jacky,

You cannot move a JES2 JCL defined PROCLIB while JES2 is up.  If it is in an
SMS Managed pool, you probably need to look at coding PROCLIB statements in
JES2 rather than the JCL.

Mark makes a valid point.
When JES2 had JCL coded PROCLIBs they are not ENQUEUED so if your security
product does not have the general access of READ and only a few groups that
have ALTER, you can have these types of issues.

I would recommend that your security product specify a UACC of READ (if you
are a RACF Shop) and only the group responsible to support JES2 have ALTER.


When a JES2 JCL defined proclib is delete JES2 does not care.  Once JES2 has
opened the PROCLIB data set it builds a TTR list and uses that rather than
going back to the dataset.  It just reads the TTR pointers it built for that
data sets.  I do not have the in depth details on how that works, but if you
are interested, I am sure there are several on this  list (like Mark Z) who
can provide that.

Once the TTRs are built, if the data set is deleted, JES2 just goes on using
those TTRs to access the procs.  Should you compress JES2 JCL defined
proclib you can run into similar issues, though I think you the a HASP
message that states an I/O error has occurred.

My preference has always been for the use of JCLLIB statements in
Application JCL, and PROCLIB statements to reduce these types of errors in
JES2.

Should the recommended actions not correct the problem, you will most likely
need to bounce JES2 so it can find the new home of the proclib data set and
rebuild its TTRs.  If you do need to abend JES2 you do not need to stop
work. However, I think things that use the SAPI interface may abend with
JES2.  This is like VPS or similar products.  IIRC, I have abended JES2 and
not really seen any issues with currently running work.

Lizette


Hi,

In our system for JES2 RBI1.PROCLIB and RBI2.PROCLIB were defined in
sequence resp. Later due to some reason RBI1.PROCLIB was deleted and
recreated.

But after that we are facing problem that PROCs from the RBI1.PROCLIB are
not getting invoked.

What could be the problem ?


That RBI1.PROCLIB was deleted!  ;-)  

Even though the library is not ENQed by JES2 (due to the NODSI entry in 
the PPT) the library is still in use.  If the proclib is defined in the JES2
JCL
you'll have to $PJES2,ABEND and restart JES2.  If you are using dynamic 
proclibs, just issue $TPROCLIB(*) and that should fix it.

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


Re: JES2 DD Concatenation issue

2008-03-28 Thread Lizette Koehler
Jacky -

Once JES2 has started the CATALOG is no longer part of JES2's process to
find its JCL defined Proclibs.

JES2 builds an internal table that probably holds information like the data
set name, the volser and the TTR locations in that dataset for the PROCs.

You can with the appropriate ALTER authority go out and delete - define -
catalog the JES2 PROCLIB anywhere.  JES2 does not enqueue this data set.
Therefore the CATALOG and JES2 can disagree on where the proclib actually
lives.

The only way to get this correct is to reallocate the proclib back on the
original volume in the original location and pray that no one has already
overlaid the TTRs where the JES2 Proclib use to live.
Otherwise, if the proclib on the new volumes is good, you will need to
bounce JES2 (HOT START)  This is done with a $PJES2,ABEND.  You will need to
reply with the appropriate response.  JES2 will then find the new home for
this JCL defined Proclib.

Lizette



My point is why CATALOG address space is not considering the new volume
RBI035 why is it that still expecting RBI031 even though I have recreated
the SCLM1.PROCLIB with catalog option and it got created in RBI035. If I see
the LISTC for SCLM1.PROCLIB it shows the volume as RBI035

Error as :

 IEC143I 213-04,IFG0194D,JES2,JES2,PROC13-0003,9800,RBI031,SCLM1.PROCLIB

Why the catalog is still expecting the dataset from RBI031 itself ?

JAcky

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


Re: SYSLOG problem

2008-03-31 Thread Lizette Koehler
Mary,

Look at the WRITELOG command in MVS to force the syslog to spool and start 
another one.

To have the hardcopy message set recorded on the system log, enter: 

 V SYSLOG,HARDCPY

This should be all you need.

Lizette




Hi Everyone,
We have an issue with our syslog.  The command was issued to stop the syslog
to write it out.  Normally a new syslog is created.  Unfortunately this time
that didn't happen.  We are now using the logger data set on this partition,
just the hard copy.  Does anyone know how to get a new syslog out there?
This is on z/OS 1.4.
Thanks,
Mary


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



Re: CPU-Time in z/Os-System. Is The Cpu Time In z/Os-systems A Meaningful Indication?

2008-04-02 Thread Lizette Koehler
Differences in runtime can be a variety of reasons.  Do you have any
performance reporting tools like STROBE or do you know how to use RMF or SMF
reporting functions?  Do you have MICS or MXG?

More or less, it could be due to any of the following
1)  Changes in file size
2)  Changes in workload during this run
3)  Changes in DB2 workload
4)  Other performance issues in the system at the time.  Tape or DASD used
by this job can impact run time.
5)  How busy was your system this time compared to last time it ran?

The numbers 11.25 means 11 mins and 25 seconds.  That in itself is not
always an issue.  Did you meet your SLAs for this job?


Jobs can vary in runtime.  You need to have a baseline that says this job
will usually run in 10 mins.  If it runs over 20 mins it is a problem.

Lizette

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Sascha Weng
Sent: Wednesday, April 02, 2008 5:36 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: CPU-Time in z/Os-System. Is The Cpu Time In z/Os-systems A
Meaningful Indication?

It is the first time, that I write to this list and I am not quiet sure, if
I am on 
the right place for asking my question. I hope not being off-topic. If so,
please 
accept my apology for my ignorance in advance.

I have a programm written in Cobol which runs monthly on a z/Os-System. The 
programm reads inputrecords and writes them in a database (DB2) and in 
different outputfiles. It consumes nearly the same numbers of input records 
every month. I wonder now, why there are so great differences in the 
consumed cpu-time. For example: Last month the programm consumed due to 
the job protocol 11.25 (what ever that means) and this month it consumed 
16.33. Actually I expected the cpu time would be nearly the same. But there
is 
this difference I can not explain. Any suggestions would be greatly
appreciated.

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

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



Re: CPU-Time in z/Os-System. Is The Cpu Time In z/Os-systems A Meaningful Indication?

2008-04-02 Thread Lizette Koehler
I forgot to mention that you should search the IBM MAIN archives,  I believe
there was a recent thread on job runtime variations.

Lizette

  snip

It is the first time, that I write to this list and I am not quiet sure, if
I am on 
the right place for asking my question. I hope not being off-topic. If so,
please 
accept my apology for my ignorance in advance.

I have a programm written in Cobol which runs monthly on a z/Os-System. The 
programm reads inputrecords and writes them in a database (DB2) and in 
different outputfiles. It consumes nearly the same numbers of input records 
every month. I wonder now, why there are so great differences in the 
consumed cpu-time. For example: Last month the programm consumed due to 
the job protocol 11.25 (what ever that means) and this month it consumed 
16.33. Actually I expected the cpu time would be nearly the same. But there
is 
this difference I can not explain. Any suggestions would be greatly
appreciated.

unsnip

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



Re: recover files deleted from 3390 devices on a Shark?

2008-04-02 Thread Lizette Koehler
Do you have any Backup tapes or HSM dumps/backups?

Lizette


Does anyone have a method or tool that can dump and map a 3390 disk
pack?  Or more particularly - does anyone know how to get a dataset (or
datasets) back after it has been deleted (outside of restoring it from a
tape copy which we can't do).

We had a situation where a number of files were accidentally deleted
from a series of volumes (3390s on a 2105 Shark).  

No additional updates have been made to any datasets that are currently
on the packs.  So, we are looking for any way possible to get the data
back.


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



Re: Matthew Stitt CBT File 527

2008-04-02 Thread Lizette Koehler
George - Do you have something specific you are having a problem with?  Perhaps 
more details please.

Lizette


Does anyone know how to get a hold of Matthew Stitt? His email address
[EMAIL PROTECTED] was returned to me with an 'unknown user' error. I
need his help with a program in file 527 of the CBT.

 

Thanks in advance...

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



Identifying datasets in POOL with Dcollect

2008-04-04 Thread Lizette Koehler
I am working on an issue where sometime between 11pm and 3am one of my SMS 
Pools goes from 80% used upto 97% used.  I added in 4 more volumes and it is 
still doing it.

I am working with DCOLLECT and MXG to see if I can isolate out the offending 
files.  However, the process is not working the way I had hoped.

Any suggestions on which way is the best to identify consumers in an SMS Pool?  

I have been using the DCOLDSET data set in MXG and the Report Generation 
Process in Naviquest.  I am thinking I need to run DCOLLECT more often during 
my window, perhaps every 10 mins.

Any other ideas will be welcomed.

Lizette

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



Re: Identifying datasets in POOL with Dcollect

2008-04-04 Thread Lizette Koehler
DCOLLECT runs once per day.  The time frame for this error is anytime between 
11pm and 3am.  No specific time, just around Midnight.

I have a file from last night that ran during the event.  That is why I was 
thinking of running it a little more often.  To try and get closer to the 
actual event.

I am also running SMF 30, 14 15 17 18 60-69 Records to see if I can get to the 
problem that way as well.

Lizette



How often are you running DCOLLECT now?  I would think you could run it
just before the time period where the problem occurs and then just
before the time period ends and compare the before and after, or is it
difficult to determine the actual start and end times.  

 
 I am working on an issue where sometime between 11pm and 3am one of my
SMS
 Pools goes from 80% used upto 97% used.  I added in 4 more volumes and
it
 is still doing it.
 
 I am working with DCOLLECT and MXG to see if I can isolate out the
 offending files.  However, the process is not working the way I had
hoped.
 
 Any suggestions on which way is the best to identify consumers in an
SMS
 Pool?
 
 I have been using the DCOLDSET data set in MXG and the Report
Generation
 Process in Naviquest.  I am thinking I need to run DCOLLECT more often
 during my window, perhaps every 10 mins.
 
 Any other ideas will be welcomed.
 

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



Re: Any way to elmiinate this IDCAMS message?

2008-04-06 Thread Lizette Koehler
Cross-region share option 2 allows only one processor at a time to open a
data set for output.

You would need to look at what shareoptions will work and how you will make
sure integrity is maintained in the sysplex.

IIRC, if the application and GRS is setup correctly, you might be able to
use shareoptions(3,3) which would allow you to do this. 

Lizette



message
   REPRO  INFILE(IFILE01)   OUTFILE(OFILE01)  -
   FROMKEY(09984891950) -
 TOKEY(09984891950) REPLACE
IDC3300I  ERROR OPENING PRIPV.PR.GCR05KSD
IDC3351I ** VSAM OPEN RETURN CODE IS 118
IDC0005I NUMBER OF RECORDS PROCESSED WAS 27
IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 0
/message

We are again trying out basic sysplex split. The job above is copying
some records from a VSAM file which is OPEN to CICS on the other LPAR.
The share options are 2,3. If the job runs on the same system, the
IDC3351I message is not received. This is not a big deal, but it would
be nice if I could eliminate it because it doesn't look the same as it
did when we only had one system.

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



Re: Standalone restarting the JES2 in the sysplex

2008-04-07 Thread Lizette Koehler
Laurence,
Could you provide more details on what you are looking to do?  What do you
mean to restart JES2 standalone?

HOT START JES2 one at a time, QUICK START, or some other process.

JES2 in a MAS will not WARM start easily once the other systems are up.
Plus, JES2 is smarter today than it was years ago and can determine how it
wants to restart to some extent.

You can always do a $PJES2,ABEND on all systems in  the MAS.  You can then
start JES2 on one system.  However, you may have automation in place to
automatically restart JES2.  You need to check on that.

Lizette



hi listers,
I would like to restart the JES2 standalone one by one in turn , in a
sysplex image. what are the specificaly steps to consider ?  Thanks for any
advisement !
 
 

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



Re: Standalone restarting the JES2 in the sysplex

2008-04-07 Thread Lizette Koehler
Laurence,

I believe the only way to get a WARM START in JES2 is to have all systems (MVS, 
z/OS) down and then bring up one.  Once JES2 is up I think only QUICK START or 
HOT STARTS are available.

What level of JES2 and what exits are you working with?  There is a $T command 
to enable and disable exits in JES2.  I am not sure which ones might require a 
warm start.

Lizette

 
 
hi Lizette,and all
Because I'm trying to build newer userexits which are called by JES2 , to 
prevent high cost of rolling IPL, so that the JES2 must be WARM start one by 
one in the MAS.
Can  anybody advise specific steps to do with that ?
 


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



Re: DB2 Upgrade

2008-04-08 Thread Lizette Koehler
Mike,

It is more than just SMPE.  You have to run the DB2 processes to complete the 
upgrade.  I have not installed DB2 in a few years.  But there are some 
customization clists you need to run which will work on your DB2 Catalogs and 
Tables.  You can do the update so long as you script the process.  I have not 
had any issues as a z/OS Sysprog doing DB2 Ugrades.  But I have also been lucky 
enough to have some DB2 training.  If you do not have any DB2 training, then it 
may make it more interesting.

Length of time will depend on the type of envionment (1 DB2 vs. 100 DB2 
regions).  

You need to go to Compatibility mode from DB2 V7 to V8, then convert it to NFM 
(new function mode) as soon as possible.

I would recommend you join the DB2 newsgroup 
  
   
How do I subscribe to DB2-L? 
You must be subscribed to DB2-L in order to post a message to the list. Your 
'reply-to' email must exactly match the email that you are subscribed with when 
you post a message to DB2-L. 
Method 1 – Web interface: Go to this link: Listserve Archives DB2-L. Click on 
'Join or leave the list (or change settings)'. Log into the web interface if 
desired (to avoid email confirmations - see FAQ for web interface). Enter your 
email address and your name. You can also pick your settings when you 
subscribe. The default setting is for a regular subscription (you receive each 
email as they are posted to the list). Change any of the options if desired and 
click the 'Join DB2-L' button. 
Method 2 – Command: Address an email to [EMAIL PROTECTED], subject is blank, 
include this text in the body of the email: SUBSCRIBE DB2-L. You will receive a 
confirmation email that you need to reply to.
 
 
 
 
 Lizette

 
My current client needs an upgrade from DB2 v7 to DB2 v8, and soon. Having not 
done one before, I am not sure if it's just another SMP/E install with all the 
attendant PARMLIB, PROCLIB, PPT, etc. updates that can be handled following a 
documented installation process or if it's something that needs a DB2 expert 
to accomplish. We have DBA expertise here to answer any application- or 
database-related questions, so that may suffice as on-site DB2 expertise. 
 
So the question is: Is this something that a z/OS system programmer should be 
able to accomplish with DBA assistance, or do we need to get a DB2 system 
programmer to do the job? Additionally, how long should such an update take? 

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



Re: Modify DSCB information

2008-04-09 Thread Lizette Koehler
Jacky,

It depends on what you want to change and the reason for the change.  Is
this to prevent space abends or some other reason?

If the items are controlled by DFSMS (Storclas, Mgmtclass, etc.) you can use
the ISMF panels to alter a data set.
If it is things in a LISTCAT you can see if IDCAMS can help.


Depending on how the data set is allocated at the time, some things may work
and some may not.  

As for space allocation, for VSAM use IDCAMS (so long as the correct
SHAREOPTIONS are in use), for NONVSAM you will need to have control over the
data set.

Products like the old STOPX37 would intercept allocation process and add
volumes or increase space to prevent (or reduce) SX37 Abends. 

Lizette


Is it possible to change the DSCB information of allocated dataset through
some utility ? Like changing Primary / Secondary quantity ?

Expiry Date etc.

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



Re: JOB00045 $HASP165 IBMUSERB ENDED AT N1 - JCL ERROR CN(INTERNAL)

2008-04-09 Thread Lizette Koehler
If you post the jcl with error messages it would help.

Basically you go to the JES Messages section and find the reason for the JCL 
error.  JCL does a decent job of telling you why you got the error. 

The JES Messages is the third Data set on SPOOL. First is JOBLOG, Second is JCL 
with Expansions, then third the JES Messages.

Lizette



Hi,
I am getting this error submitting a job.

The job is a simple logrec format and previously worked.

How could we go over this?

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



Encrypted Tapes and DR

2008-04-10 Thread Lizette Koehler
Is anyone using the new Encryption Tape Drives (like TS3500) from IBM at a DR 
site?  If so, how are the keys handled?


Lizette

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



Moving DASD Volumes from Mod3 to Mod9

2008-04-14 Thread Lizette Koehler
This is just a curiosity question.

We will be upgrading our Storage array and at that time the dasd will be carved 
out as MOD 9's.  Currently we are 99% Mod 3s.

Is there a way without taking an outage to move 3 MOD 3s onto one mod 9?

I was hoping that TDMF, or DFDSS might work but I think they need control of 
the files.

Any suggestions?

Lizette

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



Re: Moving DASD Volumes from Mod3 to Mod9

2008-04-14 Thread Lizette Koehler
You had it correct 

3 MOD3s to one MOD9.

Lizette

 
 We just finished moving about 12 Mod3's to Mod9's using FDRPAS without
 any problems or outages.  Many of these volumes were high 
 usage SMS type
 volumes and most were completed in 7 minutes or less.
 
 Charles S. Kammer

Consolidations of multiple -3s onto a single -9? Or 1:1 from -3 to -9?


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



Re: Offload Process to change dasd types for spool

2008-04-15 Thread Lizette Koehler
Angel,
What are you running JES2 or JES3 and at what level.  There are some slight
differences.

Lizette

---  snip

I am embarking on the task of to develop OFFLOAD, in order to make easy the
process of change dasd types for spool (type 3 to type 9). Actually we are
doing it by draining volumes, and replacing them as they drain, but it's
becoming increasingly difficult, and time consuming.

Someone can say me if already did successfully this task and tell me the
followed process?. Also might be useful some instructive to execute
OFFLOAD's process towards volume.

I apologize for my poor english.

Thanks.
[]   ---  UnSnip

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



Re: Offload Process to change dasd types for spool

2008-04-15 Thread Lizette Koehler
I have been answering some of Angel’s questions off list.

They are running JES2 V1.8.

Here is what I have provided so far

Angel,
I prefer tape to dasd, less chance for data loss due to space issues.

In the JES2 V1.8 Commands book there is a specification for the VOLUME that
can be added to the $TOFF commands.

Volume=volume 
The volume serial (5-6 characters) of a volume containing a spool data set.
If Volume is also specified in the WS= list, only those jobs that reside on
one or more of the specified volume(s) can be selected for dumping. You may
specify up to 4 volumes. Multiple entries must be separated by commas and
the list must be enclosed in parentheses. 
If volume is not a criterion for job selection, specify a null parameter of
(Volume=()) and do not specify Volume in the WS= list. You must specify the
empty parentheses (). 


You also need to make sure that the jobs on that volume are not being held.
  Some jobs can have a hold on sysout which remains on spool until that hold
portion is also gone.  It maybe that the reason the spool volume is not
drained is because of output that has not completely purged.

In SDSF one of the displays I like to do is in the ST panel for all jobs. 
Then sort on QUE column.  Then look for $MASCOM  just scroll back from
there.  You may find some jobs that have not completed output processing and
are in OUTPUT que.  So you volume may not be draining for those jobs that
have OUTPUT in the QUE column

PREFIX=*  DEST=(ALL)  OWNER=*  SORT=Queue/A  SYSNAME=  
NP   JOBNAME  JobID    Owner    Prty Queue  C  Pos 
 DB2DWLMX STC06960 DB2DWLMX   15 EXECUTION 
 DC0PWLMX STC06991 DC0PWLMX   15 EXECUTION 
 DC0PWLMC STC07037 DC0PWLMC   15 EXECUTION 
 BPXAS    STC07047 OMVSKERN   15 EXECUTION 
 DC0PWLMC STC07091 DC0PWLMC   15 EXECUTION 
 DC0PWLMC STC07154 DC0PWLMC   15 EXECUTION 
 TKW9486C JOB01950 KW94869 1 OUTPUT C  
 TKW9486B JOB02847 KW94869 1 OUTPUT C  
 TMA14    JOB05088 MA14359 1 OUTPUT Y  
 T571A1F  JOB00644 XX571A1 1 OUTPUT D  
 TSAM4    JOB09581 SK15491 1 OUTPUT 8  ---  NOTICE THE OUTPUT
in the QUEUE column  This needs to be released to complete processing    
 TDBH8Q   STC06788 TDBH8Q  1 OUTPUT    
 TSJM003  JOB01201 SM14440 1 OUTPUT D  
 SK15491X JOB05186 ENDAUTH 1 OUTPUT K  
 TBECKYAA JOB06031 RB09772 1 OUTPUT 8  
 SASRPT1A JOB04390 CB16159 1 OUTPUT Z  
 BMCMPA01 JOB00636 CB16159 1 OUTPUT Z  
 TROS STC04932 TROS    1 OUTPUT    
 BRETTRMF JOB05418 BS41590 1 OUTPUT Z  
 BRETTRMF JOB05428 BS41590 1 OUTPUT Z  
 TSAM4    JOB05810 SK15491 1 OUTPUT 8  

The other command that is good is $DJOBQ,SPL=(V=xx)

$D JQ,SPOOL=(V=DCSPL1)     
$HASP890 JOB(DSP2010) 243  
$HASP890 JOB(DSP2010)   STATUS=(AWAITING HARDCOPY),CLASS=A,    
$HASP890    PRIORITY=1,SYSAFF=(ANY),HOLD=(NONE),   
$HASP890    SPOOL=(VOLUMES=(DCSPL1),TGS=1, 
$HASP890    PERCENT=0.0008)    
$HASP890 JOB(DSP3110) 244  
$HASP890 JOB(DSP3110)   STATUS=(AWAITING HARDCOPY),CLASS=A,    
$HASP890    PRIORITY=1,SYSAFF=(ANY),HOLD=(NONE),   
$HASP890    SPOOL=(VOLUMES=(DCSPL1,2,3,4,5,6,7),  ---
Notice the multiple SPOOL volumes used 
$HASP890    TGS=32,PERCENT=0.0274) 
$HASP890 JOB(DSP3115) 245  
$HASP890 JOB(DSP3115)   STATUS=(AWAITING HARDCOPY),CLASS=A,    
$HASP890    PRIORITY=1,SYSAFF=(ANY),HOLD=(NONE),   
$HASP890    SPOOL=(VOLUMES=(DCSPL1,5),TGS=2,   
$HASP890    PERCENT=0.0017)    

This will show you what jobs are on that specific volume and if they are on
other volumes as well.

Hope this helps.

Lizette

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



Re: how to audit the usage of IND$FILE

2008-04-17 Thread Lizette Koehler
Tommy,

Why don't you put AUDIT on the source file and see who touches it for READ?

IIRC,  IND$FILE might be possible to track if you had a product like MXG or 
SOFTAUDT or MICS and the access was to the mainframe.  Is there a specific way 
they are invoking IND$FILE?  From a PC or from the mainframe?

Lizette




because our audit want to check the unauthorized user (outsource
programmer) download the source program from our shop.


 :Is there any way that can keep track the usage of IND$FILE, if the user
 :rename the IND$FILE to ther own location and call it with TN3270, how
 can we
 :check this case.

 WHy do you want to do this? What is your business case?

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



Performance of DB2 V9 under z/OS V1.7 vs. V1.9

2008-04-17 Thread Lizette Koehler
Not sure if this should be posted over on the DB2 newsgroup, but I thought I
would start here.

 

I am looking for information on whether DB2 V9 runs better under z/OS V1.7
or V1.9.  And what might those improvements might be.

 

I believe I have read that under z/OS V1.9 the DB2 Buffers are handled much
better by WLM under V1.9.

 

I am looking through the redbooks and migration guides,  I just thought if
someone has already researched, they might help me speed through this
analysis process more quickly.

 

As always.

 

Thank

 

 

Lizette


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



Re: Question on ARCNMIGR

2008-04-17 Thread Lizette Koehler
 Andy,

My guess would be insufficient storage on your ARCxMIGR STC that is kicked
off for DFHSM migration process.  Do you know what your region size is set
at in the PROC?

This is new with z/OS V1.9.

Lizette


Anyone out there seeing this? I'm going open an ETR shortly with IBM but 
see this in our syslogs. 

 DUMPID=147 REQUESTED BY JOB (ARCNMIGR) 
 DUMP TITLE=COMPON=SSI,COMPID=5752SC1B6,ISSUER=IEFJSARR,MODULE=I 
EFJSRE1,ABEND=S878,REASON=0010,SNAME=SMS 

I checked IBMLINK I cant seem to find anything, this is on a z/OS 1.9 
system in a plex with 5 systems at RSU0801.

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



Re: how to audit the usage of IND$FILE

2008-04-17 Thread Lizette Koehler
If you have a cell phone camera, it is not that big of an issue - no one
really thinks there is a camera in the building when it is in a cell phone.

Lizette

 That doesn't help if you want the programmer to work on a program but you
don't want him to take it with him.

  If he can read it, he can copy it.
  And, how protecting IND$FILE will not be enough.
  There are many methods, but the crudest one cannot be protected except by
giving the programmer an old 3270 green screen (actually, take the PC away
from him (8-{}).

Even a green screen is no guarantee if the programmer smuggles a
camera into the office and takes pictures as he scrolls.  Tedious
perhaps, but it would work.

Or, he could just write down on paper everything he sees on the screen.

Or, maybe he could just memorize it.

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



Re: Unable To Delete Data Component

2008-04-18 Thread Lizette Koehler
I am not sure, but you might try the TRUENAME in the command

Lizette

   
  I am having difficulty trying to delete the data portion.  The CLUSTER
is not cataloged.  I executed a DFDSS backup (PARM=NORUN), using only the
first HLQ to ensure that no other CLUSTER was related to it.  None was found
in the output.  I tried the del vvr and the message indcates a user error.
Please see output below.
   
  Can somebody please tell me what I did wrong?
   
   DEL 'MJERMG.ITRD.TUNIT.ESDS.CONT1.DATA' -   
FILE(VOLUME) VVR CAT(SYS2.ICFCAT1.UCATSYS)  
IDC3014I CATALOG ERROR  
IDC3009I ** VSAM CATALOG RETURN CODE IS 90 - REASON CODE IS IGG0CLFP-16 
IDC0551I ** ENTRY MJERMG.ITRD.TUNIT.ESDS.CONT1.DATA NOT DELETED  
IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 8   

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



Untrusted Access (Was how to log IND$FILE)

2008-04-18 Thread Lizette Koehler
Thought I would see if this might be expanded to what do you do if you had
someone in your organization you thought was stealing company priority
information (source code, data, etc)

I would think that if that person were working on a company supplied PC then
the company could install some sort of SPYWARE that would trace key strokes
and mouse movements (?).  They would then have a complete audit trail of
what was accessed during that persons access time.  They might even go
further and have installed the optic readers for retina or finger prints
that would not allow access to those items unless they passed the scan.

Of course we could go one more level with security and RFID chips, but I
thought I would stop here.

Any thoughts?

Lizette

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



Re: [CICS-L] TPX, CICS and 0821 Sense Codes Update

2008-04-19 Thread Lizette Koehler
Well, I never did find the cause of this issue.  It just stopped happening
and the CICS Sys Prog said he did not do anything.

Oh well, another mystery to research later.

Lizette


[] 
---  Snip
Check with your CICS person(s).  Are the same autoinstall model
definitions available in all CICS regions?  Have you asked CA-TPX
support or checked their support website? 



I have posted this question on IBM MAIN, But thought I would see what
the CICS experts think.

I am having an issue with TPX terminating sessions with 0821 Vtam sense
codes when accessing SOME but not all CICS regions we have here.

IST663I CINIT REQUEST FAILED, SENSE=0821 364
IST664I REAL  OLU=USSCEG01.TPXGR001   REAL  DLU=USSCEG01.CICSPB
IST889I SID = F6E3F2C462F4730F
IST314I END

I cannot determine why TPX would fail the connection.  I am not a CICS
person and so did the best I could based on the TPX manuals.  I am using
AUTOINSTALL (SP?) and I am not sure what this is trying to tell me.

In the CICS log I find

DFHZC6907 I 03/17/2008 15:26:34 CICSDB Autoinstall starting for netname
TPXGR001. Network qualified name is USSCEG01.TPXGR001.
SCEGINST1 I 03/17/08 15:26:34 TERMINAL R001 BEING ELEASED
SCEGINST3 E 03/17/08 15:26:34 TERMINAL R001 NOT SUCCESSFULLY RELEASED
DFHZC2411 E 03/17/2008 15:26:34 CICSDB DUMY CSNE TPXGR001 attempted
invalid logon.  ((7) Module name: DFHZATA)
NQNAME   DUMY,CSNE,15:26:34,USSCEG01 TPXGR001


[] Unsnip

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



Adding a Frame to a Tape Library

2008-04-21 Thread Lizette Koehler
We just added a new frame to the TS3500 we have.  So now we have two frames.  
The number of slots has not changed.  It was 500 slots before the upgrade to 
the second frame and 500 slots after the upgrade.  

When I go into the Tape library it shows the 900 slots I expected.  ISMF and D 
SMS,LIB(x) still shows the 500 slots.

This is the first time I have had a frame added.  So I want to make sure it is 
not a plug/play issue.

I know that IDCAMS can alter the library to increase the number of slots.  So 
the hardware knows, but the software does not.  However, it seems to me that it 
should be more automated.  But perhaps I am living in a dream world.

Any thoughts?

Lizette

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



Re: Help with applying maintenance

2008-04-23 Thread Lizette Koehler
Well, depending on the names and what is holding them,
VTAM, TCPIP, LLA, VLF,  What

You will probably need to bring something down or update a proc and cycle a 
function, or IPL a system or two.

Lizette


I am trying to apply maintenance to z/OS 1.7 but received a D37-04 in 
three libraries.

Of course all three are link listed libraries. 

I can allocate .NEW libraries and copy into them, but how do I then rename 
them to the original name?


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



Re: Help with applying maintenance

2008-04-24 Thread Lizette Koehler
Tom,

I think that issue is when you are on the edge with space in the dataset.
Every time you copy the member (plus whatever aliases) you create a second
copy of the original member.  If you do a purge of the file, compress and
load, you only have the one copy (plus whatever aliases) and so it just
might fit.

The problem is a compress only removes the gas members and does not
necessarily allow for two copies of the same member.

HTH.

Lizette



sorry, I mean take a backup then cleaning up the library and move all
data back. this just another option.

How does that differ from a compress?  How will it help when a compress
isn't 
sufficient?

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



Re: Need the link to Catalog Administration

2008-04-25 Thread Lizette Koehler
For my own curiosity, what do you mean re-catalog volumes.  I am not
really familiar with recataloging volumes since volumes are only places
where datasets which are cataloged exist.

Do you mean reconnect user catalogs back to a master catalog or do you mean
recatalog vsam data sets or ???

Lizette

---  snip
Anyone knows the links to access these books?

MVS Catalog Administration Guide
MVS Integrated Catalog Administration : Access Method Service Reference

By the way, anyone knows how to re-catalog some volumes which has been 
built in user catalog before? Any clues? Thanks in advance.

---  unsnip

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



Extra! and FTP

2008-04-25 Thread Lizette Koehler
Cross posting to IBM MAIN and TCP groups.



I am trying to resolve an issue with EXTRA! when it is setup for FTP rather 
than IND$FILE.

I use IND$FILE and it works great.

When I setup my session for FTP the process hangs when I select Settings (to 
choose how the file is transferred).

I looked at the settings panel and I have no SCHEME as a default.  DOes anyone 
know how the default SCHEME is put into EXTRA!

I am using EXTRA! 6.5 SP2 which I believe is really OLD.

Any guidance is appreciated.

Lizette

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



Re: Extra! and FTP

2008-04-25 Thread Lizette Koehler
I have tried that.  The problem is when I select SETTINGS (either throught the 
TRANSFER FILE screen or through preferences) the entire Extra! session hangs.

When I look at settings there are absolutley no SCHEME present (not even 
default ones).

I have used WS support through ISPF. It works very well.  However, my user is 
being setup with EXTRA and FTP.

Lizette




Don't feel bad, I'm still using 6.4 

In the software installation folder (mine is Attachmate) is a subfolder
Schemes

I see .edt  .exs and .eis files that appear to relate to FTP or IND$FILE

If you don't have them you should be able to create them through
Options-File Transfer-Local Settings

I do not know if there is a delivered default

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



Re: Need the link to Catalog Administration

2008-04-26 Thread Lizette Koehler
I would look up the IMPORT CONNECT command to reconnect user catalogs.  Most
IDCAMS commands can be found in the TSO HELP facility if do you not have
manuals handy.

Either in TSO READY mode or OPTION 6  issue HELP IMPORT. Sometimes witnin
ISPF you will need prefix the command with TSO.  So it would be TSO HELP
IMPORT.  It should have the same information that you would find in a
manual.  If you want a hardcopy just run a IKJEFT01 in batch and in SYSTSIN
place the command HELP IMPORT.  Output will be on SYSTSPRT.  Or if you have
quickref issue QW IMPORT*

HTH 

Lizette

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



Re: OS/390 2.10 TCPIP problem

2008-04-27 Thread Lizette Koehler
Try posting to the TCPIP  newsgroup 

For IBMTCP-L subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO IBMTCP-L


Lizette

[] Snip
[] 
First please forgive me to ask question regarding so outdated OS.
I have a problem that we found the resolver in OS/390 2.10 resolve hostname
to two IP address, one of them is never defined.
FQN=: SDMF1
host_alias: 
host_addr: 171.17.0.3
host_addr: 3.211.230.193

Our hostname is SDMF1, first IP is defined by us, second one is unknown.
My question is:
How can I know where is it defined?
How can we turn on RESOLVE trace to see what happen during gethostbyname
socket API? Or is turning on RESOLVE trace enough? Any other suggestions?
[]  unsnip

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



Re: Major User Impacts going to z/OS 1.9 from z/OS 1.7?

2008-04-28 Thread Lizette Koehler
Have you looked at the MIGRATION Manual for z/oS V1.7 to V1.9?

Title: z/OS V1R9.0 Migration (from z/OS V1R7)
Document Number: GA22-7499-12
http://tinyurl.com/4qb4x3

There is also a presentation by IBM called   PLAN YOU MIGRATION TO z/OS V1.9 by 
Gita Berg and Marn Walled.

Lizette




Hi All, 
  I am trying to identify major areas of user impact going to z/OS 1.9 from 
 z/OS 1.7. This is the kind of impact I am looking for: 
   
  For Example, we know that OS/VS COBOL will no longer execute under CICS/TS 
 3.2. So, we/our users have to take actions for those OS/VS COBOL Programs if 
 we upgrade our CICS regions to CICS/TS 3.2.
   
  Do we have similar “situation” for going to z/OS 1.9. I did review the 
 announcement letter and did not see anything of significant that would impact 
 users


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



Where to find classes for VTAM

2008-04-28 Thread Lizette Koehler
I am suppose to put to gether some classes for this year. I thought I would 
like to add VTAM to a list of things I can do.  But I cannot seem to find any 
classes for VTAM, APPN, or EE.  Does anyone have any recommendations?

Lizette

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



Re: Adding a Frame to a Tape Library (resolved)

2008-04-28 Thread Lizette Koehler
I found out that our CE did not do a step that no one at IBM knew about for the 
addition of a frame.  When he issued the command on the ALMS it caused the VTS 
to reboot but now we have all of our slots.

Thanks everyone who provided input.  But it turned out to be a hardware issue.

Lizette



We just added a new frame to the TS3500 we have.  So now we have two frames.  
The number of slots has not changed.  It was 500 slots before the upgrade to 
the second frame and 500 slots after the upgrade.  

When I go into the Tape library it shows the 900 slots I expected.  ISMF and D 
SMS,LIB(x) still shows the 500 slots.


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



Re: Secure TN3270

2008-04-28 Thread Lizette Koehler
You will probably get a better answer at the TCP/IP newsgroup.

[EMAIL PROTECTED]

Lizette

 

I posted the following this morning:

 

 

I need to set up a secure TN3270 connection on our z/OS 1.9
system. I have read through the Communications Server IP Configuration
Guide and it seems like the TLS protocol would be the way to go, as
opposed to the SSL protocol. Did I interpret that correctly? Also does
anyone have a cookbook type list for the needed steps for setting up the
secure TN3270 connection? 

 

I got absolutely no responses. Would that be because setting up the
Secure TN3270 too simple for anyone to mess with? Or is there a lot to
it? Just wondering...  I thought surely there must be an outline of the
steps needed somewhere. Thanks.

 


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



Re: SMS PUZZLE

2008-04-28 Thread Lizette Koehler
And you can also have a list of IDs that can do anything in SMS that can thwart 
the intent of the ACS code.

Lizette




... Your
logic must honor (ie, allow) specific dataset placement when a volser is
coded. It may be part of a compound test.

Not necessarily.

There are certainly times when ACS routines need to allow a data set to be 
placed on a non-sms volume, but that usually shouldn't be triggered just by 
the specification of a UNIT or VOLUME parameter.  Remember that SMS was 
intended to work without ordinary users having to change their JCL.  As a 
result, it is not uncommon for old JCL to still have UNIT and VOLUME 
information in them.  SMS assigns the data regardless.

Many shops have a pseudo storage class, such as NONSMS that is used to 
tell SMS that the data set is not to be managed.


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



Re: When will ADRDSSU start to ENQUEUE on data sets?

2008-04-30 Thread Lizette Koehler
I think there might be one issue you also need to deal with.  This is old
knowledge and I do not know if the limit still exists, but at one time DFDSS
could only handle so many control cards at one time.  The generic allowed
you to handle 100's of files but specific data set backups had a limitation.
I am thinking I remember that it could only handle 254 input files, but I
could be wrong. 

Does anyone know if there is still a limitation on the number of input
control cards for file names?

For example,
  INC(DS(A.B, A.C, ... A.ZZZ.)

Lizette

--  Snip


I must say, it's a great idea. We have lots of job runing hours to backup
data sets both in production and test environment and they all use generic
filter.

The possible performance gain  is well worth doing and I will work on it
right now.

The rexx requires some work cause I don't want to change the way other
people use DSS. So my rexx must be able to process any data set list syntax
DSS recognizes.

--  UnSnip

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



Re: SVC 27

2008-05-01 Thread Lizette Koehler
Gabor,
What are you looking to do with SVC27.  Is there a function you are trying to 
create?  Or do you just want more detail on how SVC27 works?

Lizette


[] -- Snip
Where do I find documentation about SVC 27? I'v found something in book
z/OS V1R1.x MVS Diagnosis: Reference, but it's not detailed enought
for me. Or any sample code?
[] --  Unsnip

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



Re: Procedure to verify OFFLOAD process

2008-05-02 Thread Lizette Koehler
Angel,

Let me repeat what I gave you earlier.  Remember that if the job is across
multiple volumes, until that job is completely purged, you cannot free the
one volume.  Also look for jobs that have not completed OUTPUT processing.
They are not readily seen.


In SDSF one of the displays I like to do is in the ST panel for all jobs.
Then sort on QUE column.  Then look for $MASCOM  just scroll back from
there.  You may find some jobs that have not completed output processing and
are in OUTPUT que.  So you volume may not be draining for those jobs that
have OUTPUT in the QUE column

PREFIX=*  DEST=(ALL)  OWNER=*  SORT=Queue/A  SYSNAME=  
NP   JOBNAME  JobIDOwnerPrty Queue  C  Pos 
 DB2DWLMX STC06960 DB2DWLMX   15 EXECUTION 
 DC0PWLMX STC06991 DC0PWLMX   15 EXECUTION 
 DC0PWLMC STC07037 DC0PWLMC   15 EXECUTION 
 BPXASSTC07047 OMVSKERN   15 EXECUTION 
 DC0PWLMC STC07091 DC0PWLMC   15 EXECUTION 
 DC0PWLMC STC07154 DC0PWLMC   15 EXECUTION 
 TKW9486C JOB01950 KW94869 1 OUTPUT C  
 TKW9486B JOB02847 KW94869 1 OUTPUT C  
 TMA14JOB05088 MA14359 1 OUTPUT Y  
 T571A1F  JOB00644 XX571A1 1 OUTPUT D  
 TSAM4JOB09581 SK15491 1 OUTPUT 8  ---  NOTICE THE OUTPUT
in the QUEUE column  This needs to be released to complete processing
 TDBH8Q   STC06788 TDBH8Q  1 OUTPUT
 TSJM003  JOB01201 SM14440 1 OUTPUT D  
 SK15491X JOB05186 ENDAUTH 1 OUTPUT K  
 TBECKYAA JOB06031 RB09772 1 OUTPUT 8  
 SASRPT1A JOB04390 CB16159 1 OUTPUT Z  
 BMCMPA01 JOB00636 CB16159 1 OUTPUT Z  
 TROS STC04932 TROS1 OUTPUT
 BRETTRMF JOB05418 BS41590 1 OUTPUT Z  
 BRETTRMF JOB05428 BS41590 1 OUTPUT Z  
 TSAM4JOB05810 SK15491 1 OUTPUT 8  

The other command that is good is $DJOBQ,SPL=(V=xx)

$D JQ,SPOOL=(V=DCSPL1) 
$HASP890 JOB(DSP2010) 243  
$HASP890 JOB(DSP2010)   STATUS=(AWAITING HARDCOPY),CLASS=A,
$HASP890PRIORITY=1,SYSAFF=(ANY),HOLD=(NONE),   
$HASP890SPOOL=(VOLUMES=(DCSPL1),TGS=1, 
$HASP890PERCENT=0.0008)
$HASP890 JOB(DSP3110) 244  
$HASP890 JOB(DSP3110)   STATUS=(AWAITING HARDCOPY),CLASS=A,
$HASP890PRIORITY=1,SYSAFF=(ANY),HOLD=(NONE),   
$HASP890SPOOL=(VOLUMES=(DCSPL1,2,3,4,5,6,7),  ---

Notice the multiple SPOOL volumes used 

$HASP890TGS=32,PERCENT=0.0274) 
$HASP890 JOB(DSP3115) 245  
$HASP890 JOB(DSP3115)   STATUS=(AWAITING HARDCOPY),CLASS=A,
$HASP890PRIORITY=1,SYSAFF=(ANY),HOLD=(NONE),   
$HASP890SPOOL=(VOLUMES=(DCSPL1,5),TGS=2,   
$HASP890PERCENT=0.0017)

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Angel Tamayo
Sent: Wednesday, April 30, 2008 10:40 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Procedure to verify OFFLOAD process

Hi everyone,

The challenge is change spool dasd type with offload process. We have been
draining volumes and replacing them as they draining, but this takes too
much time and we want to speed up the process. Other condition is that I
can't add new volumes to spool because there is no room to new volumes I
reach the limit (255).

Some details of the environment:

- It is a z/OS 1.8 monoplex.

I did the offload process and I have next questions:

1.- The process followed to release a dasd was: 1) Offload a specific dasd,
2) drain the volume. After that the volume was 1% of the spool and never
release all the spool that it had. What do I have to do to release all the
spool of a volume?
2.- Is there any command to display how many units (jobs, started tasks,
sysouts, etc.) were offloaded and any command to display how many units
(jobs, started tasks, sysouts, etc.) reloaded ? or any other command or
procedure to compare before and after of the process in order to verify it.
I did the offload-reload process but until now I don't know how can I
confirm that all offloaded was reloaded.

Other details of the process:

- The offload dataset was defined on a dasd, but I'm planning try it over a
tape.
- Also I'm planning to try drainning the volume first then offload.

Any help will very appreciated


Thanks in advance

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

--

Shop zSeries Ordering Issues

2008-05-02 Thread Lizette Koehler
Sorry - I must vent here.

Is it just me or is ShopzSeries a poor process. 

Somehow they lost the fact that we were licensed for a couple of products. So 
when I placed my order they showed up on ADDITIONAL LICENSES screen.  I 
selected them not knowing the problems that would cause and just blindly 
thought - a week or two and my z/OS V1.9 system would be available for download 
via the internet.

During this time the website just showed Manufacturing INTERNET.  As it does 
right now.

Today 3 boxes of 3480 tapes showed up for my Serverpac.  Now I have to resubmit 
the order after they corrected our account to show we are licensed for those 
products.

Now another week or two before I can begin.

Is it just me or does this happen often?

Lizette

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



Re: Shop zSeries Ordering Issues

2008-05-02 Thread Lizette Koehler
Linda,
Yes my shop loves the internet process for serverpac.  This came about
because our z/OS V1.7 order was incorrectly created and somehow in that
process IBM appears to have lost our license for PSF even though it is
installed and properly licensed.  I will definitely spend some time at the
next SHARE I attend with the ShopzSeries group.  I find their website is not
idiot proof.  

Lizette

 []-- Snip


I ran into this when I ordered 1.7, but I had uploaded a fresh (and
complete) consolidated inventory report, so it just caused a minor delay and
a phone call to get the process moving again.  When I ordered 1.8 (just
under the wire time wise), I had to order without a consolidated inventory
report because my 1.7 wasn't installed yet.  I did the same thing you did
for a couple of products, also not realizing how painful that would be.
Anyway, while I was a Share in Tampa, (Feb 07) this issue came up in one of
the sessions.  Apparently, there have been quite a few folks who have tried
to slip in a few extra products, causing lots of upset too.   

After the first sign in page for Shop zSeries there is a link for My
Licensed Software.   You get the report immediately and it includes all the
info you might need to verify with an invoice, including dates for all of
the software that Shop zSeries has you licensed for.  I have found that
report most helpful in that if anything is not as it should be, it is much
easier to correct before you do your Shop zSeries order.  

Depending on the products, you might not have to resubmit your order.  My
understanding is that dynamic activation products ship with every order, so
you could turn then on later with the parmlib update.

Have you tried internet delivery for your ServerPac?  I have done it and I
like it.  It's much faster.

[]  --  UnSnip

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



Re: ISMF dataset list only returns my datasets

2008-05-05 Thread Lizette Koehler
Is there a filter on the panel?  Or another thought is - Did you set yourself 
up as a Storage Administrator on SETUP Panel?  
Lizette



What would prevent SMS from returning a list of all datasets that fit a search 
criteria?
The list that I got only contains my datasets. 
 


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



Re: DSNUTIL from REXX scripts

2008-05-07 Thread Lizette Koehler
Are both the SDSNLOAD and SDSNEXIT APF authorized? Is one or the other APF
Authorized?  If only one is APF Authorized, that is where the error is
occurring.  You may have to APF authorize all STEPLIB data sets.

You may want to check with the DB2 Newsgroup to see if anyone over there can
help.

DB2-L list archives, FAQ, and delivery preferences are at
http://www.idug.org/lsidug under the Listserv tab.  While at the site, you
can also access the IDUG Online Learning Center, Tech Library and Code
Place, see the latest IDUG conference information and much more.  If you
have not yet signed up for Basic Membership in IDUG, available at no cost,
click on Member Services at http://www.idug.org/lsms




00E40002
If a JOBLIB or STEPLIB is being used in the batch utility job, check that
all application program libraries included in the concatenation are
authorized.

Check that the batch utility program DSNUTILB was included in the MVS
program properties table during the installation of DB2. The entry for
DSNUTILB in the MVS program properties table was provided by MVS. 

Lizette


-- Snip
I want to call DSNUTILB from REXX (of course by TSO CALL command like
 ADDRESS TSO CALL *(DSNUTILB) )

and:
1.in STEPLIB DD I've ONLY x.SDSNLOAD and x.SDSNEXIT (DB2 v8)
2.pgm DSNUTILB is in PPT table in SCHED00
3. DSNUTILB is in IKJFT00 member for auth. from CALL.

and finally I get abend 04E with reason 00E40002.
Anybody knows what should be done?

--  UnSnip

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



ServerPac and zFS

2008-05-07 Thread Lizette Koehler
I am getting ready to download my ServerPac from IBM.  I have been asked to do 
it using a zFS file rather than HFS.

I have done neither in the past.  So I am wondering what needs to be done to 
create a zFS file to receive the download to z/OS.  

I have found past entries in the archives for HFS, but not much on zFS.

Any guidance is appreciated.

Lizette

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



Re: ServerPac and zFS

2008-05-07 Thread Lizette Koehler
John, 

Thanks.  So far I am not sure our environment is even setup for zFS.  I was not 
able to find a parmlib member IOEPRMxx.  Nor can I find the program IOEAGFMT in 
the linklst/lpalist.

I may have to setup some ACS codes as well, I am not sure.

Lizette



 
 I am getting ready to download my ServerPac from IBM.  I have 
 been asked to do it using a zFS file rather than HFS.
 
 I have done neither in the past.  So I am wondering what 
 needs to be done to create a zFS file to receive the download 
 to z/OS.  
 
 I have found past entries in the archives for HFS, but not 
 much on zFS.
 
 Any guidance is appreciated.
 
 Lizette

I use ISPF option 6, then invoke ISHELL. Select Setup on the menu
(upper right corner), then option 7 Enable Superuser mode. Then select
File_systems from the top menu and option 4 new zFS on it. It is all
smooth sailing from there. It will have a place for the zFS dataset
name, the owner and group, size, everything you need.

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


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



Re: Question About DFDSS :FCNOCOPY/FCWITHDRAW

2008-05-08 Thread Lizette Koehler
A couple of thoughts.

Is it possible that something is going on inside your storage array that is 
increasing your run time?  What type of storage array?  Are the SNAPxx 
volumes in the same place as the tape drives?  Or are the tape drives and 
Storage array some distance apart?

Lizette

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



Re: Question About DFDSS :FCNOCOPY/FCWITHDRAW

2008-05-08 Thread Lizette Koehler
How about the DASD Storage Array?  Is it having any issues.  The Robot may not 
be the issue.

Just working outside the process (JCL) to see if there are any hardware or 
response time issues.

Sometimes when jobs run long and you find no reasonable reason, then you start 
looking for the other stuff.

Lizette





As far as I know the tape drive is a ROBOT.  According to the device addresses 
(disk  tape) they are separate.The device type for the tape is 359L
and disk is 3390.

Lizette Koehler [EMAIL PROTECTED] wrote:  A couple of thoughts.

Is it possible that something is going on inside your storage array that is 
increasing your run time? What type of storage array? Are the SNAPxx 
volumes in the same place as the tape drives? Or are the tape drives and 
Storage array some distance apart?


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



Re: IPCS - where to get shop specific data

2008-05-08 Thread Lizette Koehler
At one shop I worked at, we setup the User CVT with info like this.  I do
not think it is normally found in any system control block.  I think you
have to mod it into your environment.

Lizette

-- Snip

I'm making an assumption that somewhere in a control block somewhere (maybe
the CVT, ECVT, or SMF control blocks?), there is a site/company name (like
ACME Inc.) that is defined at z/OS install time.

 

If this assumption is correct, where could I pick up that data in an IPCS
dump?  I've looked in the CVT, ECVT and SMCA but haven't found anything yet.
[]  --UnSnip


 

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



Re: How to allocate multiple uncataloged datasets?

2008-05-09 Thread Lizette Koehler
I guess you are using TSO ALLOCATE Command but I am not sure if this is
CLIST or REXX or some other process.

But basically you will need to allocate each individual data set on a
separate DD then concatenate the DDs.

For example

TSO ALLOCATE DD(DD1) DA(dsn1) VOL(vol1) SHR 
TSO ALLOCATE DD(DD2) DA(dsn2) VOL(vol2) SHR
And so on 

Then the input file of your dreams would be 

TSO CONCAT(DD1 DD2 etc...)  

The CONCAT is on the CBT TAPE File 535

Lizette

[]  --  SNIP



If I want to ALLOCATE an uncataloged dataset in a rexx exec I can issue -
alloc dataset('DSN1') file(MYDD) volume(VOL1) shr.

How do I ALLOCATE multiple uncataloged datasets?
alloc dataset('DSN1' 'DSN2') file(MYDD) volume(VOL1 VOL2) shr
doesn't work. 

If I allocate either file individually I get the correct, uncataloged, files

allocated.
If I allocate both together I get the cataloged versions. 

What am I doing wrong?
How do you allocate multiple uncataloged versions of datasets?


[]  --  UnSnip

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



Server Pac Download Errors

2008-05-10 Thread Lizette Koehler
This is the first time I have used FTP to download a Serverpac.  I have read
the documentation but restart processes seem a little light.

After running for close to 10 hours my job to retrieve the Serverpac from
the IBM server failed with the following messages
GIM44500IVERIFICATION OF HASH VALUE OF FILE

 S0895.CPPUNLD.OS191348.SMPE.SMPPTS.pax.Z FAILED. SMP/E WILL
RETRY   
 RETRIEVAL OF THE FILE.

GIM43500S ** THE CALL TO THE BPX1WRT SERVICE FAILED. THE RETURN CODE WAS

 '008C'X AND THE REASON CODE WAS '059D0129'X.

GIM43500S ** THE CALL TO THE BPX1WRT SERVICE FAILED. THE RETURN CODE WAS

 '008C'X AND THE REASON CODE WAS '059D0129'X.

GIM46200S ** GIMGTPKG PROCESSING HAS FAILED BECAUSE THERE WAS AN FTP ERROR.

GIM47601IPACKAGE OS191348.content WAS PARTIALLY STAGED TO THE SMPNTS.

GIM20501IGIMGTPKG PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS
12.
Connection to server interrupted or timed out. Receiving data

SC3656 receive_data: recv() failed - EDC5120I Interrupted function call.
(errno2
=0x76650291)

recv error from receive_data - EDC5120I Interrupted function call.
(errno2=0x766
50291)

SC2331 dataClose: entered

Connection with dispsd-76.boulder.ibm.com terminated

CZ1215 ftpClose: entered

TI2456 wrt_image_notds: receive error = -2

MF0662 seq_close_file: file closed  
CG1920 hfs_rcvFile: receive error (-2)  
Transfer aborted due to receive error (-2)  
SC2331 dataClose: entered   
CU2258 write_smf_record: entered with type 16.  
CU1691 write_smf_record_119: entered with type 16.  
CU2535 write_smf_record: length of smfrecord: 305   
CG3750 rcvFile: rc -1 rc_write -2 rc_close 0
CX0348 main: RC=-0001 cmd_in_progress=16
CX0351 main: last_reply= 150 err=10 
PC0904 setClientRC: entered 
PC0974 setClientRC: std_rc=16150, rc_type=STD, rc=16150 
Std Return Code = 16150, Error Code = 00010 
CZ1143 ftpQuit: entered 
CZ1215 ftpClose: entered
CZ1215 ftpClose: entered
CX0482 removeAff: entered   

I went ahead and restarted as per the JCL instructions from the COPYHASH
step.  What I am not clear on
Did I need to delete the failed file?  The
S0895.CPPUNLD.OS191348.SMPE.SMPPTS.pax.Z?  Or will this process clean it up
itself?  I have noticed that the restarted job is not download those files
already successfully downloaded to my HFS.  I am just curious about these
errors and what they are telling me.

Thanks.
Lizette

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



Re: Server Pac Download Errors

2008-05-10 Thread Lizette Koehler
Thanks for the response,

I just did not realize that this type of job would take close to 10 hours to
pull the serverpac from the IBM server and that there might be time outs
causing resubmissions.  I was hoping for one continuous job run.  

I also learned that my 10,000 cy HFS file I am using for this download from
IBM to my HFS file took 95% of this file.  I guess I am going to beg my
Storage guys to get me 1 or 2 MOD-27 volumes for this process.

Lizette

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



Re: Server Pac Download Errors

2008-05-10 Thread Lizette Koehler
Linda,
Thanks for your response, that makes more sense now.  I thought perhaps I
was doing something incorrectly.  But since you have a similar experience, I
will just add to my notes for the future that this is just one of those time
consuming processes that will probably get time outs.

Now, all I have to worry about is space for the receiving HFS.  :-D

Lizette


[] --  Snip
Like any other IP process, speed is determined by a number of things,
bandwidth, sever load, number of hops, etc.  I pulled down 2 years worth of
maint for a 1.4 system a couple of years or so and it took a liitle over 17
hours and broke on timeouts a bunch of times.  I just followed the
directions in the JCL each time I restarted and it finally finished.  I was
fine.  When I brought my 1.8 ServerPac home it only took 11 hours and only
broke on time outs a couple of times.  

[] -- UnSnip

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



Re: CLIST and REXX list locations

2008-05-14 Thread Lizette Koehler
Are you looking for something specific or just general snooping?

I have used the GOOGLE link for searching in TSO-REXX
http://groups.google.com/group/bit.listserv.tsorexx/topics?lnk=rgr

Lizette




[] --  Snip
Does anyone know the location to access the CLIST and/or REXX lists 
archives? REXX group seems to be bit.listserv.tsorexx  but I can't get to 
the archives. CLIST seems to be a loss cause?

[] -- UnSnip

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



Re: ADRDSSU to dump Selective mebers of PDS to PS or Tape

2008-05-15 Thread Lizette Koehler
If you have SAS on the mainframe then you can use the SAS UNLOAD function and 
select members.  It creates an IEBUPDTE output file which is readable.


PROC SOURCE INDD=INDD  OUTDD=OUTDD ;
  EXCLUDE=BOO: ;   (Or INCLUDE=XXX: for all members beginning with XXX) 
   

PROC SOURCE INDD=INDD OUTDD=OUTDD ;

The example above will dump the entire PDS as IEBUPDTE.


Otherwise DFDSS will only create output readable by DFDSS.  What is the 
function you are trying to create?  Backup process, Archive process?  Audit 
Control?


Lizette



I am trying to use ADRDSSU with Dump option to dump all my PDS members 
using Include option. But the file created with dump option is with  Record 
length 80 and data is not viewable / meaningful format.
I tried the ADRDSSU with PRINT option too.Which also yielded the same result.

The Following is the output iam getting with the JCL as shown:

//STEP010  EXEC PGM=ADRDSSU,COND=(0,NE)
//SYSPRINT  DD SYSOUT=*
//INPUT12   DD DSN=xx.xxx.,DISP=SHR  (PDS dataset name)
//BKFILEDD DSN=SVRB.MDM.RAINQ.TEST.PROC1,DISP=SHR  
//SYSIN DD *   
   DUMP INDDNAME(INPUT12) OUTDDNAME(BKFILE)
/* 
//*

My output file contains:

...ç.ØØ._...STM246a...?.ãñè...4ã   
Ø .BMBB.^·°.i...0Û.0..ÿ.¬Õ.Ø.{..[EMAIL 
PROTECTED]
Ø .BMBB.^[0.i.0.8.
Ø .BMBB.^B.iÚ


Could anyone offer any help on this.
Further, I also need to produce a Dump of members named AMP* friom my list 
of PDS files only.

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



Server Pac question

2008-05-16 Thread Lizette Koehler
I have not touched a serverpac in a long time.  And I am running into an error 
I cannot resolve.

When I do a global change from TCPIVP.TCPPARMS to ZOS19.TCPIVP.TCPPARMS I get 
the following error.
 CPP0605034I Global CHANGE, NO Data matched your Selection Criteria 

I am using CH DSN TCPIVP. ZOS19.TCPIVP.

This has worked on all other data sets.  I can see the data set in the list of 
files on the 
Physical volume map, the Selected attributes map, I have changed the RENAMEABLE 
to Y.  Any suggestion?  

This command has worked on every other data set except this one in the MODIFY 
panel of the CUSTOMPAC ISPF application.

Lizette  :-(

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



Re: Server Pac question (never mind)

2008-05-16 Thread Lizette Koehler
I finally figured out for these specific files I will have to alter each one 
individually.  I had hoped the Global changes thru the C function under the 
MODIFY panel would be better.  Instead it is manual 

Lizette


Subject: Server Pac question

I have not touched a serverpac in a long time.  And I am running into an error 
I cannot resolve.

When I do a global change from TCPIVP.TCPPARMS to ZOS19.TCPIVP.TCPPARMS I get 
the following error.
 CPP0605034I Global CHANGE, NO Data matched your Selection Criteria 

I am using CH DSN TCPIVP. ZOS19.TCPIVP.

This has worked on all other data sets.  I can see the data set in the list of 
files on the 
Physical volume map, the Selected attributes map, I have changed the 
RENAMEABLE to Y.  Any suggestion?  

This command has worked on every other data set except this one in the MODIFY 
panel of the CUSTOMPAC ISPF application.

Lizette  :-(


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



Re: Tape Expdt differences in zOS 1.9

2008-05-16 Thread Lizette Koehler
Are the tapes having issues all the same type?  Or is it to a specific type of 
tape.

If you have a VTS, are those tapes seeing this issue?
If you have an ATL, are those tapes seeing this issue?
If you have a native 3490 or 3480, are those tapes seeing this issue?

The question have to do with the OAM and CA1 interface.  If you are using the 
CBRUXENT
CBRUXEJC
CBRUXVNL

It might be with one of those, since they need to be run under your zOS SMPE 
environment but the usermod is in CA1.


Lizette



 
In a message dated 5/16/2008 9:21:38 A.M. Central Daylight Time,  
[EMAIL PROTECTED] writes:

We ran a test comparing our zOS1.7 system against the tech system where  we 
have zOS1.9 installed and got the same results on both systems.   Could it 
be something local to your environment rather than  zOS1.9?



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



Re: Tape Expdt differences in zOS 1.9

2008-05-16 Thread Lizette Koehler
The other area to check out for CA1 is the 

PPOPTION(TMOOPT00)
CL05236S 

The usermod CL05236 may be customized at your shop for TMX EXPDT processing or 
the TMOOPT00 member 
may have changed.

Lizette


Are the tapes having issues all the same type?  Or is it to a specific type of 
tape.

If you have a VTS, are those tapes seeing this issue?
If you have an ATL, are those tapes seeing this issue?
If you have a native 3490 or 3480, are those tapes seeing this issue?

The question have to do with the OAM and CA1 interface.  If you are using the 
CBRUXENT
CBRUXEJC
CBRUXVNL

It might be with one of those, since they need to be run under your zOS SMPE 
environment but the usermod is in CA1.


We ran a test comparing our zOS1.7 system against the tech system where  we 
have zOS1.9 installed and got the same results on both systems.   Could it 
be something local to your environment rather than  zOS1.9?



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



EDC5133I during ServerPac run

2008-05-19 Thread Lizette Koehler
I am trying to understand this error message EDC5133I No space left on
device.

I looked it up and it did not help.  I tried reallocating the file I thought
it was complaining about and that was not the one.  I finally found a better
direction on the CA website and it indicated that the /tmp file was full.
This seemed to have been my problem.  

What I would like to know (since I am not conversant in UNIX) is what does
mounting this file with PARM(-s 100) do for me?  According to CA's entry it
would help.

(I will be requesting that IBM enhance this message for those of us who
cannot talk UNIX.) 

Lizette

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



Re: EDC5133I during ServerPac run

2008-05-19 Thread Lizette Koehler
Thanks Mark,

It will mean that I have to read up on how to implement the DFS and zFS
functions in my environment to provide this type of support for HFS.

I have reallocated and mounted my /tmp as 7000 cyls.  I hope this is enough.
However, the Serverpac seems smart enough to allow me to restart from the
top each time and only pax those things not yet pax'd.
 

Lizette



 That means create a TFS with a size of 100M.   I always have had /tmp as
  a HFS (and now zFS).  If you need to allocate it any larger, you may want
 to consider running it as a colony address space, otherwise the memory
 is taken from the private storage of the kernel.

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



Where is the zOS ABC's Vol 4 (VTAM and TCP/IP)

2008-05-19 Thread Lizette Koehler
I am looking for the ABC's of z/OS System Programming Volume 4.  According
to the IBM REDBOOK website it should contain the VTAM and TCPIP information.

I have not been able to locate it on the REDBOOK website.  Does anyone have
a link to this manual?

Lizette

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



Re: Where is the zOS ABC's Vol 4 (VTAM and TCP/IP)

2008-05-19 Thread Lizette Koehler
Thanks everyone.  It would be nice for IBM REDBOOK site to just have a to
be published page for it, rather than me looking for something that does
not exist. 

Lizette



On Lionel's page he has it marked not available yet.

http://www.lbdsoftware.com/abcs.html

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



Re: Where is the zOS ABC's Vol 4 (VTAM and TCP/IP)

2008-05-19 Thread Lizette Koehler
Chris,

Maybe this thread will catch the eye of IBM and perhaps they can hurry up
this process.  I, too, am awaiting with an-tic-i-pation (RHPS) of this
volume.  Looking forward to EE, and TN3270 in IP.

Lizette


[] Snip
  2.  Volume  1, SG24-6981-01, published 30 April 2008
  7.  Volume  2, SG24-6982-01, published 1 February 2006
  3.  Volume  3, SG24-6983-02, published 16 August 2007
  6.  Volume  5, SG24-6985-01, published 20 February 2008
  4.  Volume  6, SG24-6986-00, Draft, last update 21 March 2008
 11.  Volume  7, SG24-6987-00, published 22 August 2006
 10.  Volume  8, SG24-6988-00, published 15 May 2007
  1.  Volume  9, SG24-6989-03, published 18 January 2008, last updated 31 
January 2008 
  8.  Volume 10, SG24-6990-02, published 8 August 2007
  5.  Volume 11, SG24-6327-00, published 29 November 2005

We can note from the published dates that there is a rolling programme of 
publication which started as far back as November 2005 extending to as 
recently as March this year for the volume for security topics, Volume 6, -
the 
first edition, please note, and still in Draft form.

We must expect that the volume on networking, Volume 4, is in some sort of 
state of preparation and has not yet achieved even Draft form. Clearly
this is 
a case of watch this space.


We await the publication of ABCs of ***z/OS*** System Programming 
Volume 4, SG24-6984-00, with eager anticipation!


[]   UnSnip

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



Re: DFHSM Abend

2008-05-20 Thread Lizette Koehler
Some steps I would take.

Is there a BCDS entry?  If so, then preallocate the data set and HRECOV with 
REPLACE

Use the HLIST command to see how big it is and where it use to live.  It might 
be you  have to provide a new home.

Lizette



Wouild someone be able to help me save a bunch of research time with this 
problem.

We have a user that is attempting to recall a migrated dataset (standard JCL 
PDS).  However, DFHSM is getting an abend E37-04 during the recall process.  
If this were a  recover I would allocate a new dataset, with appropriate 
attributes, and then ask HSM to replace the existing one.  However, the only 
options with a recall are volume, unit, wait, etc...  I tried it myself, even 
sendig the recalled ds to other volumes, all to no avail.

I do not recall getting anything like this for more than 10 years and I forgot 
the work-around.



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



TechTarget - Mainframe Specialty Processors (zIIP zAAP)

2008-05-21 Thread Lizette Koehler
Mainframe specialty processors: Do they really save money?

http://serverspecs.blogs.techtarget.com/2008/05/20/mainframe-specialty-processors-do-they-really-save-money/?track=NL-576ad=641476asrc=EM_NLN_3694452uid=1706837

or tinyurl
http://tinyurl.com/5epy38



was a little more interesting than the Practical Joke article.


Lizette

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



Re: ADD library to Linklst

2008-05-21 Thread Lizette Koehler
Replacing a library in the LNKLSTxx is more complicated than just adding one.

TMON replaces the library at the bottom of the list which may explain your 0C4s.

To remove/add a library you do the following (IIRC)

1)  Create a new LNKLSTxx from the currently active one
2)  Using the z/OS Commands update the new list with the library,
3)  Activate the new library.

When you activate the new library, if anything still is using the old LNKLSTxx 
list, then it will still use that list.

My preference would be to steplib until you can IPL in a new version of 
LNKLSTxx.


Lizette
 

I am upgrading EZTRIEVE and am trying to add a PDSE to LNKLST00:

We went into TMON and added the new PDSE and removed the old PDS.  We
refreshed LLA.  If jobs use a STEPLIB/JCLLIB pointing to new library(PDSE)
all works well, if we let it find modules through LNKLST then jobs abend
with a S0C4 -

Does anybody know how to add a PDSE to LNKLST on the fly???  We did try
some of the SETPROG ZOS commands but never could seem to get the syntax
correct


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



Re: ADD library to Linklst

2008-05-21 Thread Lizette Koehler
my preference, is to do testing with steplib/joblib first.  If everything looks 
go, then I empty teh LNKLST'd data set, load it with the new code, then LLA 
Refresh or LLA UPDATE, depending.

I do not like adding libraries to the Lnklst.  It can add to confusion if 
someone else works on a problem and did not know I did that.

As for PDSMAN, it can automatically pick up a Lnklst change and do the LLA 
without Stopping PDSMAN.

Lizette


I have used TMON to delete and add a library to the link list.

As we run PDSMAN must stop PDSMAN, refresh LLA, and start PDSMAN.



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



Server Pac Issues with z/OS V1.9 SB37 SYSUT1 and other stuff

2008-05-21 Thread Lizette Koehler
I just wanted to let everyone know of an issue I had with the Serverpac 
Install.  First, YES - I did not read the PSP.  So it is not a surprise I made 
a small miscalculation.

In Dec 2007 there was a fix that was release for GIMUNZIP.  It has to do with 
SB37 abends on SYSUT1 during the Unzip of a PDS/E (POE) data set.  Apparently 
IBM has hardcoded in the GIMUNZIP process how much space to dynamically 
allocate for SYSUT1 when recreating the PDS/E data set from teh archive file.  
This is what causes the SB37.  The SCEEMOD2 data set is much bigger today than 
under z/OS V1.7.

So I had to install the following fixes  UO00674  UO00678   and UO00649.

Once I had these installed and added (apf' authorized) to the RECEIVE JOBLIB 
statement, everything is running much better.

There are two issues that I will bring up with IBM at the next Share I attend.  
Why is this hardcoded and not part of an ARCHDEF control card statement?  And 
two, we have FASTCOPY (PDSMAN) in shop.  I have to manually add the JCL 
statement //FCOPYOFF DD DUMMY to all steps before I submit.  Otherwise I get 
bad errors when FASTCOPY tries to work on PDSE data sets.

Anyway, so much for not reading.

Lizette

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



Re: Server Pac Issues with z/OS V1.9 SB37 SYSUT1 and other stuff

2008-05-22 Thread Lizette Koehler
Jeffrey,

Thanks, that is exactly the issue I was having.  I will put it on PDSMAN very 
quickly.

Lizette


-Original Message-
From: King, Jeffrey E [EMAIL PROTECTED]
Sent: May 22, 2008 8:44 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Server Pac Issues with z/OS V1.9 SB37 SYSUT1 and other stuff

Lizette - 

I'm sorry to see that you're having problems with PDSMAN FastCopy. There
is an already existing APAR from January of this year that addresses a
FastCopy issue with GIMUNZIP. The CA APAR number is QO95053. Applying
this PDSMAN maintenance should resolve your FastCopy problem.

Regards,
Jeffrey King

CA
PDSMAN Principle Software Engineer
Columbus, Ohio USA
tel: +1 614 785 2743 or x62743
[EMAIL PROTECTED]


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Lizette Koehler
Sent: Wednesday, May 21, 2008 4:05 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Server Pac Issues with z/OS V1.9 SB37 SYSUT1 and other stuff

I just wanted to let everyone know of an issue I had with the Serverpac
Install.  First, YES - I did not read the PSP.  So it is not a surprise
I made a small miscalculation.

In Dec 2007 there was a fix that was release for GIMUNZIP.  It has to do
with SB37 abends on SYSUT1 during the Unzip of a PDS/E (POE) data set.
Apparently IBM has hardcoded in the GIMUNZIP process how much space to
dynamically allocate for SYSUT1 when recreating the PDS/E data set from
teh archive file.  This is what causes the SB37.  The SCEEMOD2 data set
is much bigger today than under z/OS V1.7.

So I had to install the following fixes  UO00674  UO00678   and UO00649.

Once I had these installed and added (apf' authorized) to the RECEIVE
JOBLIB statement, everything is running much better.

There are two issues that I will bring up with IBM at the next Share I
attend.  Why is this hardcoded and not part of an ARCHDEF control card
statement?  And two, we have FASTCOPY (PDSMAN) in shop.  I have to
manually add the JCL statement //FCOPYOFF DD DUMMY to all steps before I
submit.  Otherwise I get bad errors when FASTCOPY tries to work on PDSE
data sets.

Anyway, so much for not reading.

Lizette

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

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


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



  1   2   3   4   5   6   7   8   9   10   >