Re: Catalog Mapping.

2011-06-13 Thread Dan Blake
Here is a three step job that will move any HLQ from one catalog, user or
master, to any user catalog.

//myjobname JOB (),'DAN BLAKE',CLASS=A,MSGCLASS=X,
// NOTIFY=SYSUID,REGION=0M 
//  
//*   THREE STEPS:  
//* 
//*   1) DELETE AN ALIAS (WILL NOT EXIST IF IN MASTERCATALOG, BUT WON'T 
//*  CAUSE THIS JOB TO FAIL, SO LEAVE IT IN AS YOU CAN USE THIS TO 
//*  MOVE ALIASES OUT OF ONE USER CATALOG INTO ANOTHER ONE.

//*   2) MERGE AN ENTRY FROM ONE CATALOG INTO ANOTHER   
//*   3) DEFINE AN ALIAS POINTING TO NEW CATALOG
//*

//* 
//DELALIAS EXEC PGM=IDCAMS  
//SYSPRINT DD  SYSOUT=* 
//SYSINDD  *
  DELETE   userid ALIAS
/*  
//STEP02  EXEC PGM=IDCAMS   
//SYSPRINT DD  SYSOUT=* 
//SYSINDD  *
   REPRO -  
 INDATASET(mastercat.name)- 
 OUTDATASET(usercat.name)   - 
 LEVEL(userid )   -
 MERGECAT   
/*  
//* 
//STEP03 EXEC  PGM=IDCAMS   
//SYSPRINT DD SYSOUT=*  
//SYSIN DD *
 DEFINE ALIAS ( -   
  NAME(userid ) RELATE(usercat.name  ) )   -  
CATALOG(mastercat.name) 
/*  

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


Re: We list every company in the world that has a mainframe computer

2011-06-11 Thread Dan Blake
On Fri, 10 Jun 2011 12:02:36 -0400  Steve Horein asks...

 
Couldn't IBM glean that data from who licenses a mainframe OS?
Even a back-leveled OS needs a license to run, yes?


Yes they do.  In fact a whole bunch of customers, both private and government 
will be getting an unsolicited letter from IBM later this month inviting them 
to upgrade to a soon to be announced new processor.

;-D an

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


Re: IBM-MAIN Digest - 9 Jun 2011 to 10 Jun 2011 (#2011-161)

2011-06-11 Thread Dan Blake
On Fri, 10 Jun 2011 15:27:22 +0530 Jags asks...

Since Our Jes2 spool percentage has reached to 100% and even after purging
all the old jobs percentage level didnt go down. I tried starting the Jes2
in COLD by giving /Replyid,COLD,NOREQ but it was not taking up and it was
throwing a message like invalid syntax. I also looked into the CPAC.PARMLIB
under COMMDxx member whether a start command was coded but I could'nt find
anything in it. Could anyone please guide me in this.

How are you purging the old jobs?  Are you using SDSF and going to the held
output queue?

JQEs are funny in that you may have purged all HELD output from SDSF, but
there still might be some output associated with the job that is in another
output queue your purge command did not touch.  Until all those queue
elements are purged JES2 will not reflect the output is purged and release
the spool space.

If I need to purge a job I will use the old fashion $PJnnn command rather
than placing a P in front of the job in the held queue.

You also need to find the culprit job that is eating up your spool space.
Could you have a started task that is in a loop? 

;-D an

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


SAS installation questions

2010-12-15 Thread Dan Blake
We are getting ready to install SAS base, Graph, ETS, FSP and ACCESS. Anyone
experience issues with the installation?  How long on average did it take?
The Project plan needs updating.

 

 

Sorry for such a low level question but it's been a few years since this
site installed SAS and no one here has experience with the installation.

 

 

TIA

 

;-D an

 


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