Re: performance of db2 7 on mainframe

2007-11-20 Thread IBMsysProg (Avram Friedman)
The functions mentioned (SQLTables SQLColumns) can be VERY expensive as they
each can return millions of rows.  

In addition, as Mr Giltner suggested, the Mainframe is a shared resource
supporting many users and many applications.  A common mistake made by users
of poor Linux machines is they use issolation level RR (Repeatable Read).
Most of the time issolation level CS (Cursor Stability) or UR is the
prefered choice.  Your application may not only be causing delays for your
self but for 1000's of other users as well.  As you are reading through the
catalog you areobtaining and holding locks (due to RR)  There may be a delay
in obtaining the lock and other people may be delayed to you holding it.

Five important coding tips
1) Avoid RR
2) Always commit or terminate at the end of each UOW even if you know you
are inquiry only.
3) Check SQL return codes, consider any negative value is a problem even if
you don't know what it means.
4) Reduce traffic across the communications link by using stored procedures.
5) Existance checks are expensive if not found is unexpected deal with it
from the return code rather than via an extra request.

DB2 z/OS V7.1 goes out of service the end of June 2008.  Tell your mainframe
people they need to upgrade.

Try the DB2-L listserv for more DB2 / SQL support.

In the mean time put in an order for an extra hard drive for your poor Linux
machine so, if needed, you can run the bank on it.

Best Wishes
Avram Friedman

-Original Message-
From: John S. Giltner, Jr. [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 19, 2007 9:29 PM
Subject: Re: performance of db2 7 on mainframe

[EMAIL PROTECTED] wrote:
 hello,
 I'm having a performance issue with a Windows CLI/ODBC application
 that connects to a DB2 rel 7.1 on a mainframe of a bank.
 I have to say I'm pretty new with this kind of environment. And I
 don't know the details of the HW of the host. I just know it's an host
 of a bank (and I expect it is expensive).
 The application is working, but it is much slower than when I run
 against a DB2 7.1 on a poor Linux machine(using the same amount of
 data in the tables used by the application).
 I made some trace and I found the most noticeable difference is in the
 time of the SQLExecute. Against the Linux is not relevant (the same
 millisecond), against the mainframe it tooks an average of 2 cent of
 sec.

Do you mean 2 percent of a second, or 0.02 seconds?

 This mainframe also has a long time in execution of SQLTables and
 SQLColumns (almost 15 sec both), so that I've already fixed my
 application to check for table existency and for information on the
 columns, using a dummy select and SQLDescribeCol.
 I'm now in dubt if:
 -I have to reengineer the logic of the application or
 -the fact it run faster on a poor Linux machine meas that there are
 some problems with something outside of my app
 
 thanks in advance to anyone who can answer
 LD

What is the connection between your Windows box and the z/OS box?
When running against Linux, what is the network connection?

How much data is returned?

What has the z/OS DB2 system programmer said?

There are a lot of other factors that would need to be looked at.  A 
poor linux  box running nothing but DB2 could out perform a z/OS box 
that is running 5, 10, 20, 100 other applications that are doing 100, 
1,000, or 10,000 of transactions a second.

--
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: performance of db2 7 on mainframe

2007-11-20 Thread Timothy Sipples
Luca,

In addition to John's excellent questions, another question to ask is what
WLM (Workload Manager) goal you've got set.  If you tell z/OS Workload
Manager that the DB2 user (you) should get a response within X.XXX seconds
if possible, then WLM is going to try to meet or beat that goal
consistently.  That is not the same thing as servicing your request first
with nothing else running on the system.

If you tell WLM that 2 seconds is good enough, when you get 1.98 seconds
you're getting what you told the system.  The ability to do this, to
instruct a server to deliver predictable performance across subsystems
according to a service level agreement (SLA) goal, is probably unique to
z/OS.  It's a very useful business-oriented feature.  And now you know what
to ask. :-)

Note that, if your application were also running on z/OS, it too would be
embraced by WLM and managed according to the goal(s) you set.  So, for
example, if the application is at risk of taking too long to respond to a
user, z/OS Workload Manager will try to allocate more system resources
(such as CPU) to get that application to finish within the goal, if
possible.  That includes everything involved in fulfilling the request:
z/OS TCP/IP, z/OS disk I/O, z/OS DB2 activity, and so on.

Pretty cool, isn't it?

I should also advise you that ODBC is the type of processing that can
benefit from the zIIP (a specialty mainframe processor).  I would recommend
that the people you work with seriously investigate upgrading to DB2 8 (or
better yet 9) and adding a zIIP, especially if there is current or planned
non-trivial ODBC use.  You are accessing DB2 via DRDA when you use ODBC,
and much of the DRDA work can run on the zIIP instead of on the main
processors.  The zIIP could speed up your ODBC/JDBC access, or lower your
DB2 CPU needs, or both.

- - - - -
Timothy Sipples
IBM Consulting Enterprise Software Architect
Specializing in Software Architectures Related to System z
Based in Tokyo, Serving IBM Japan and IBM Asia-Pacific
E-Mail: [EMAIL PROTECTED]
--
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: Data Center Theft

2007-11-20 Thread Martin Packer
Another case of don't trust a machine you can lift?  :-)

Martin

Martin Packer
Performance Consultant
IBM United Kingdom Ltd
+44-20-8832-5167
+44-7802-245-584
[EMAIL PROTECTED]







Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






--
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: MFNetDisk presentation.

2007-11-20 Thread Shai Hess
Hi,

Somebody ask me to prepare PowerPoint presentation about my product.

I put the presentation in my site www.mfnetdisk.com in the download page.

I give permission to everyone to use it.

I also give permission to update the presentation and also email me the new 
presentation and let me to use it if I find it better then my presentation 
(even 
grammar fixes are OK to me).

Comments are also welcome.

Thanks,
Shai

--
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


Copying am FMID from one CSI to another

2007-11-20 Thread גדי בן אבי
Hi,
 
We just received our z/OS 1.9 order.
 
For some reason, it did not include PSF.
 
Is there a way to copy PSF (or any other FMID) from one CSI to another?
 
TIA
 
Gadi

--
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: Copying am FMID from one CSI to another

2007-11-20 Thread Shane
On Tue, 2007-11-20 at 13:28 +0200, Gadi (well disguised) wrote:
 
 We just received our z/OS 1.9 order.
 For some reason, it did not include PSF.
 Is there a way to copy PSF (or any other FMID) from one CSI to another?

G'day Gadi - been there done that; don't forget the font package(s).
Look up BUILDMCS - make sure you have everything ACCEPT'd before
starting.

Shane ...

--
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: Is there some cross reference between CPU types and machine instructions supported?

2007-11-20 Thread Michael Poil
This may or may not be (some of) what you want, but here goes anyway - see 
POPS:

200-203 (C8-CB hex). . . . . . . . . . . . . . Real Address
STFL Facility List: The STORE FACILITY LIST
instruction stores information at real locations
200-203. The information describes which facilities
are provided by the configuration. The information
stored is identical in format to the first 32
bits stored by the STORE FACILITY LIST
EXTENDED instruction. Figure 4-18, ?Assigned
Facility Bits? on page 4-66 shows the meanings
of the assigned facility bits..



--
Mike Poil
Java z/OS Level 3 Service
IBM United Kingdom Limited, Hursley Park, Winchester SO21 2JN
Internal: 246824  External: +44 (0)1962 816824 
Java debugging: http://www.ibm.com/developerworks/java/jdk/diagnosis/
--



John P. Baker [EMAIL PROTECTED] 
Sent by: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
19/11/2007 23:14
Please respond to
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU


To
IBM-MAIN@BAMA.UA.EDU
cc

Subject
Re: Is there some cross reference between CPU types and machine 
instructions supported?






Not that I know of.

Something that I suggested for Hercules several years ago was to break 
down
the instructions into facilities, as IBM has done, and permit a user to
code the Hercules configuration file for a specific real machine, 
indicating
the facilities to be supported on that particular machine type.

Hercules could provide specific include members for each commonly 
recognized
machine type equivalent to a real machine, and users could code custom
include members for user-envisaged machine types.

John P Baker

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On 
Behalf
Of Binyamin Dissen
Sent: Monday, November 19, 2007 3:16 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Is there some cross reference between CPU types and machine
instructions supported?

Perhaps in manual form?

--
Binyamin Dissen [EMAIL PROTECTED]
http://www.dissensoftware.com

Director, Dissen Software, Bar  Grill - Israel

--
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







Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






--
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: Copying am FMID from one CSI to another

2007-11-20 Thread Varun Manocha
Hi Gadi,

You can have a look at the BUILDMCS FORFMID command and process the MCS 
statements thus generated. Something like :

BUILDMCS 
   FORFMID( 
  HPRF340 
  HQN2110 
  H0HL140 
  H0HL141 
  H0HL15C 
  H0HL15D 
  J0HL143 
  J0HL144 
  J0HL14S 
  JPRF342 
  ). 

Varun

This is a PRIVATE message. If you are not the intended recipient, please 
delete without copying and kindly advise us by e-mail of the mistake in 
delivery. NOTE: Regardless of content, this e-mail shall not operate to 
bind CSC to any order or other contract unless pursuant to explicit 
written agreement or government initiative expressly permitting the use of 
e-mail for such purpose.


--
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 - URGENT HELP

2007-11-20 Thread Art
Willie, 

Here is a shot in the dark but hopefully will help. 

if you have a  DFSMSHSM CONTROL DATASET - MIGRATED DATASET-- LISTING
do a search on the file and see if it shows the volume that your file was 
migrated too and try to recatalog it with that volume number.
  DATASETMIGRATED  LAST REF   
. NAME  ON VOLUMEDATE  
. Your file41022207/10/03

and if you want. use IEFBR14 as shown here. 
//STEP01  EXEC PGM=IEFBR14
//DD1 DD DSN=YOUR FILE NAME, 
//   DISP=(OLD,CATLG,CATLG),  
//   UNIT=your unit name, 
//   VOL=SER=410222

--
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: Increase File size on system file held in LLA and XCFAS

2007-11-20 Thread Peter Relson
May I assume (should it be obvious?) that the design is such that
system resources can be sufficiently RACF-protected that a user
lacking authority to update those resources can not threaten system
integrity or security by failing to follow proper protocols, but
only the integrity of that user's own resources and jobs?

Sure. But of course can be is important. It is up to you (the customer)
to set up the definitions properly. The system does only as good a job of
protecting things as you have told it to do. If you have not properly
protected important system data sets (such as, but not limited to, those in
the LNKLST or LPALST or APF list), your system cannot be said to have any
integrity at all.

Peter Relson
z/OS Core Technology Design
--
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: COBANAL new beta version

2007-11-20 Thread John P Kalinich
David Stern of the IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
wrote on 11/19/2007 03:39:49 PM:

 Being inside IBM (Niederland) I have no access to production code to help

 out but I could use your expert advice.

 I am looking at a project that will require the mapping of PLI load
modules.
 I am searching for long lost CSECTs of a sunsetted product.

 Any tips on dissecting LMODs?

 Danke vielmal,  David (Stern)

 - Original Message -
 From: Roland Schiradin [EMAIL PROTECTED]
 Newsgroups: bit.listserv.ibm-main
 Sent: Sunday, November 18, 2007 4:23 AM
 Subject: COBANAL new beta version


  Based on the input of some user I made a large change to COBANAL
(file321
  at
  www.cbttape.org)
  As of these weekend it's been mailed to my betateam.
 
  Feel free to contact if you like this and would be also join the
betateam.
 
  Regards Roland

The IBM Debug Tool Load Module Analyzer (EQALMA) can provide this
information.

Regards,
John K

--
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: VTS Scratch Count Issue

2007-11-20 Thread Jacky Bright
Hi,

This is what VTS configuration I have ..


==
VTS Checkout Version 6.31 (MIA) on: 08/01/07 at 12:42:36 Mode: normal
==

3494-B10 SN: 78-00B1314
Code Level 2.29.712.2   Fix Level 1.0.0.35
AIX Level 4.3.3.76  Fixpack 11
==

Installed Features on this Machine:

Code  FeatureVersion  Installed   Removed
  -  ---  --  --
3412  Extended Perf ESCON Chan   2.27.600.20  06-24-03
3412  Extended Perf ESCON Chan   2.27.600.20  06-24-03
3705  288/432 GB Disk Storage2.27.600.20  06-24-03
4000  Advanced Function  2.27.600.20  06-24-03

VTS Subsystem Tape Drive status display:

Drive Drive Status  Volser  Paths   SCSI-ID Model   UCode
Serial
---
rmt0  ONLINE-UNLOADED   --  Two   0  6  3590E1A F2B9
 D9408
rmt1  ONLINE-UNLOADED   --  Two   1  5  3590E1A F2B9
 D7224
rmt2  ONLINE-BUSY   SD0411  Two   2  4  3590E1A F2B9
 D9554
rmt3  ONLINE-BUSY   SD0484  Two   3  3  3590E1A F2B9
 D4725
rmt4  ONLINE-IDLE   SD0344  Two   4  2  3590E1A F2B9
 D7309

VTS/ADSM drives: 5   ADSM Mount Limit:  5  Available AIX Drives: 5
==

Stacked Volume Numbers in VTS (ADSM command q libvol):

Number of Empty Volumes in VTS is:  82
 Pool PSCRATCH-K contains:  80
 Pool P3590DC-xx contains:  2

Number of Full Volumes in VTS is:   375

Number of Filling Volumes in VTS is:4

LM
Information==

number_of_ranges : 1

Range   Volser1  Volser2  Pool   Media  Value1  Value2

   1 SD  SD0999 0 K-1   741 7410999

Home cell mode   FIXED
Configured cell count1138
Cell count   1129
Free cell count  656
Physical cartridge count 473
Logical  cartridge count 20231
Convenience I/O  10 cells
Bulk input/outputNONE

Number of VTSs   1 (1-B10[ 64])
Number of PTP AX0s (1-0)
VTS Peer-to-Peer Capable   (1-NO )
VTS P2P Interface Type (1-0)
VTS Export/Import Capable  (1-YES)
VTS SCSI Capable   (1-NO )
VTS Blythe2 (E1A) Capable  (1-YES)
VTS AllStats Capable   (1-YES)
VTS Long Op Msg Capable(1-YES)
VTS Phy Volume Pool Capable(1-NO )
VTS Selective Dual Copy Cap(1-NO )
VTS Limited Cache Mgmt Capable (1-YES)
VTS Selective Attn Msg Capable (1-YES)
VTS Exp Logical Vol Data Cap   (1-YES)
VTS Orca Message Capable   (1-YES)
VTS J and K Intermix Capable   (1-YES)
VTS Orca2 Message Capable  (1-YES)
VTS Blythe3 (H1A) Capable  (1-NO )
VTS Dual Lan Capable   (1-NO )


FRAME DESCR PARTN  PORT  SUBID  TYP   DRIVES
  P/L

-- - - -  -
DIRECT ATT 00-R  06/--   D
DIRECT ATT 01-R  07/--   D
DIRECT ATT 02-R  08/--   D
DIRECT ATT 03-R  09/--   D

01L12-0   -

02  SU-

03VTS-5   1   (B10---D12-5)
BARRA ADSM 20-L  0A/--   A
BARRA 3590 21-L  01/01   P   100 101 102 103 104
 BARRA CU  22-L  02/01   V   800 801 802 803 804 805 806 807
 808 809 80A 80B 80C 80D 80E 80F
 BARRA CU  23-L  03/02   V   810 811 812 813 814 815 816 817
 818 819 81A 81B 81C 81D 81E 81F
 BARRA CU  24-L  04/03   V   820 821 822 823 824 825 826 827
 828 829 82A 82B 82C 82D 82E 82F
 BARRA CU  25-L  05/04   V   830 831 832 833 834 835 836 837
 838 839 83A 83B 83C 83D 83E 83F

04  SU-


Features Installed on Drive C(Wed Aug 01, 2007 12:42:59)
--Current 

Re: REFM=VB Binary upload problem

2007-11-20 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:[EMAIL PROTECTED] On Behalf Of Greg Saccomanno
 Sent: Monday, November 19, 2007 6:10 PM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: Re: REFM=VB Binary upload problem
 

snip

 I tried pulling the file down and pushing the file back up 
 using a command 
 window from M$ Windows and it worked as indicated (the file 
 matched once 
 re-uploaded).  I tried various incarnations from an MVS batch 
 job and have 
 had no luck at all.  Is there a way to do this from an MVS 
 batch job or TSO 
 FTP ( where I guess MVS is the client instead of the server)? 
  If not I guess I 
 will have to continue using XMIT and/or TERSE were applicable 
 but for smaller 
 files it would be nice to eliminate the extra step and be 
 able to submit batch 
 jobs from our MVS scheduling package.
 
 Thank you,
 Greg

No. The STRU R command only works when z/OS is the SERVER. If you are
trying to push from z/OS to Windows, then z/OS is the CLIENT and
Windows is the SERVER. I've never gotten that to work. Well, except to
ftp from z/OS to itself using the STRU R to another dataset, then
ftp'ing that dataset to Windows. It appears that few (maybe no) other
ftp servers implement the STRU R command.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
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: VTS Scratch Count Issue

2007-11-20 Thread Jacky Bright
Hi ,

VTS is somewhat grey area for me. How can I add scratch volumes to VTS ?
Someone told me there are 2-3 ways .. can anyone explain ?

JAcky


On 11/13/07, Weidt, James [EMAIL PROTECTED] wrote:

 Don't forget to verify that your tape management system has scratch
 records defined for the scratch volumes added to the vts.

 Thanks,

 Jim Weidt

 Senior Systems Engineer

 Jostens Inc.

 Office: 952-838-7555

 Cell: 612-419-3738

 [EMAIL PROTECTED]



 CONFIDENTIALITY NOTICE:  The information contained in this e-mail
 communication and any attached documentation may be privileged,
 confidential or otherwise protected from disclosure and is intended only
 for the use of the designated recipient(s).  It is not intended for
 transmission to, or receipt by, any unauthorized person.  The use,
 distribution, transmittal or retransmittal by an unintended recipient of
 this communication is strictly prohibited.   If you are not the intended
 recipient of this e-mail, please delete it from your system without
 copying it and notify the above sender.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
 Behalf Of Jacky Bright
 Sent: Tuesday, November 13, 2007 7:30 AM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: VTS Scratch Count Issue

 Hi,

 We are getting following message on console. Do I need to take action on
 this message ? Does anyone have an idea about this ?

 JAcky


 *CBR3660A Enter MEDIA2 scratch volumes into library WIPLIB01.

 Subsequently we have issued following command to check the status :

 D SMS,LIB(WIPLIB01),DETAIL
 F OAM,D,LIB,WIPLIB01,L=INTERNAL-Z
 CBR1110I OAM library status: 098
 TAPE  LIB  DEVICETOT  ONL  AVL  TOTAL  EMPTY SCRTCH  ON OP
 LIBRARY   TYP  TYPE  DRV  DRV  DRV  SLOTS  SLOTS   VOLS
 WIPLIB01  VL   3494-L10   64   41   40   1133660  0  Y  Y
 --
 MEDIA   SCRATCH   SCRATCH   SCRATCH
 TYPE  COUNT THRESHOLD  CATEGORY
 MEDIA2060  3002
 --
 OPERATIONAL STATE:  AUTOMATED
 ERROR CATEGORY SCRATCH COUNT:   1
 SCRATCH STACKED VOLUME COUNT:  43
 PRIVATE STACKED VOLUME COUNT: 399
 --
 Library supports import/export.
 Convenience I/O station installed.
 Convenience I/O station in Import mode.
 Bulk input/output not configured.

 --
 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: VTS Scratch Count Issue

2007-11-20 Thread Vernooy, C.P. - SPLXM
It is difficult and dangerous to give an answer without knowing your
configuration and VTS setup! Can't you find out who set up and controls
the VTS, toghether with your tapemanagement system and other related
subjects?

Kees.

Jacky Bright [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]...
 Hi ,
 
 VTS is somewhat grey area for me. How can I add scratch volumes to VTS
?
 Someone told me there are 2-3 ways .. can anyone explain ?
 
 JAcky
 
 
 On 11/13/07, Weidt, James [EMAIL PROTECTED] wrote:
 
  Don't forget to verify that your tape management system has scratch
  records defined for the scratch volumes added to the vts.
 
  Thanks,
 
  Jim Weidt
 
  Senior Systems Engineer
 
  Jostens Inc.
 
  Office: 952-838-7555
 
  Cell: 612-419-3738
 
  [EMAIL PROTECTED]
 
 
 
  CONFIDENTIALITY NOTICE:  The information contained in this e-mail
  communication and any attached documentation may be privileged,
  confidential or otherwise protected from disclosure and is intended
only
  for the use of the designated recipient(s).  It is not intended for
  transmission to, or receipt by, any unauthorized person.  The use,
  distribution, transmittal or retransmittal by an unintended
recipient of
  this communication is strictly prohibited.   If you are not the
intended
  recipient of this e-mail, please delete it from your system without
  copying it and notify the above sender.
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
  Behalf Of Jacky Bright
  Sent: Tuesday, November 13, 2007 7:30 AM
  To: IBM-MAIN@BAMA.UA.EDU
  Subject: VTS Scratch Count Issue
 
  Hi,
 
  We are getting following message on console. Do I need to take
action on
  this message ? Does anyone have an idea about this ?
 
  JAcky
 
 
  *CBR3660A Enter MEDIA2 scratch volumes into library WIPLIB01.
 
  Subsequently we have issued following command to check the status :
 
  D SMS,LIB(WIPLIB01),DETAIL
  F OAM,D,LIB,WIPLIB01,L=INTERNAL-Z
  CBR1110I OAM library status: 098
  TAPE  LIB  DEVICETOT  ONL  AVL  TOTAL  EMPTY SCRTCH  ON OP
  LIBRARY   TYP  TYPE  DRV  DRV  DRV  SLOTS  SLOTS   VOLS
  WIPLIB01  VL   3494-L10   64   41   40   1133660  0  Y  Y
 
--
  MEDIA   SCRATCH   SCRATCH   SCRATCH
  TYPE  COUNT THRESHOLD  CATEGORY
  MEDIA2060  3002
 
--
  OPERATIONAL STATE:  AUTOMATED
  ERROR CATEGORY SCRATCH COUNT:   1
  SCRATCH STACKED VOLUME COUNT:  43
  PRIVATE STACKED VOLUME COUNT: 399
 
--
  Library supports import/export.
  Convenience I/O station installed.
  Convenience I/O station in Import mode.
  Bulk input/output not configured.
 
 
--
  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
**
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee
only. If you are not the addressee, you are notified that no part
of the e-mail or any attachment may be disclosed, copied or
distributed, and that any other action related to this e-mail or
attachment is strictly prohibited, and may be unlawful. If you have
received this e-mail by error, please notify the sender immediately
by return e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries
and/or its employees shall not be liable for the incorrect or
incomplete transmission of this e-mail or any attachments, nor
responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch Airlines) is registered in Amstelveen, The Netherlands, with
registered number 33014286 
**

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL 

Re: VTS Scratch Count Issue

2007-11-20 Thread Vernooy, C.P. - SPLXM
Jacky,

this is only part of the total configuration. The other parts are the
tapemanagement system, the setup of volsers ranges, the amount of
volumes defined, but unused, in the tapemanagement system, possibly
autorizations given to certain volser ranges, etc. etc.

For short: I can't tell you from the outside. You don't have a person
responsible for the entire setup of the VTS?

Kees.

Jacky Bright [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]...
 Hi,
 
 This is what VTS configuration I have ..
 
 


==
 VTS Checkout Version 6.31 (MIA) on: 08/01/07 at 12:42:36 Mode: normal


==
 
 3494-B10 SN: 78-00B1314
 Code Level 2.29.712.2   Fix Level 1.0.0.35
 AIX Level 4.3.3.76  Fixpack 11


==
 
 Installed Features on this Machine:
 
 Code  FeatureVersion  Installed   Removed
   -  ---  --
--
 3412  Extended Perf ESCON Chan   2.27.600.20  06-24-03
 3412  Extended Perf ESCON Chan   2.27.600.20  06-24-03
 3705  288/432 GB Disk Storage2.27.600.20  06-24-03
 4000  Advanced Function  2.27.600.20  06-24-03
 
 VTS Subsystem Tape Drive status display:
 
 Drive Drive Status  Volser  Paths   SCSI-ID Model   UCode
 Serial


---
 rmt0  ONLINE-UNLOADED   --  Two   0  6  3590E1A F2B9
  D9408
 rmt1  ONLINE-UNLOADED   --  Two   1  5  3590E1A F2B9
  D7224
 rmt2  ONLINE-BUSY   SD0411  Two   2  4  3590E1A F2B9
  D9554
 rmt3  ONLINE-BUSY   SD0484  Two   3  3  3590E1A F2B9
  D4725
 rmt4  ONLINE-IDLE   SD0344  Two   4  2  3590E1A F2B9
  D7309
 
 VTS/ADSM drives: 5   ADSM Mount Limit:  5  Available AIX Drives: 5


==
 
 Stacked Volume Numbers in VTS (ADSM command q libvol):
 
 Number of Empty Volumes in VTS is:  82
  Pool PSCRATCH-K contains:  80
  Pool P3590DC-xx contains:  2
 
 Number of Full Volumes in VTS is:   375
 
 Number of Filling Volumes in VTS is:4
 
 LM

Information=
=
 
 number_of_ranges : 1
 
 Range   Volser1  Volser2  Pool   Media  Value1  Value2
 
1 SD  SD0999 0 K-1   741 7410999
 
 Home cell mode   FIXED
 Configured cell count1138
 Cell count   1129
 Free cell count  656
 Physical cartridge count 473
 Logical  cartridge count 20231
 Convenience I/O  10 cells
 Bulk input/outputNONE
 
 Number of VTSs   1 (1-B10[ 64])
 Number of PTP AX0s (1-0)
 VTS Peer-to-Peer Capable   (1-NO )
 VTS P2P Interface Type (1-0)
 VTS Export/Import Capable  (1-YES)
 VTS SCSI Capable   (1-NO )
 VTS Blythe2 (E1A) Capable  (1-YES)
 VTS AllStats Capable   (1-YES)
 VTS Long Op Msg Capable(1-YES)
 VTS Phy Volume Pool Capable(1-NO )
 VTS Selective Dual Copy Cap(1-NO )
 VTS Limited Cache Mgmt Capable (1-YES)
 VTS Selective Attn Msg Capable (1-YES)
 VTS Exp Logical Vol Data Cap   (1-YES)
 VTS Orca Message Capable   (1-YES)
 VTS J and K Intermix Capable   (1-YES)
 VTS Orca2 Message Capable  (1-YES)
 VTS Blythe3 (H1A) Capable  (1-NO )
 VTS Dual Lan Capable   (1-NO )
 



 FRAME DESCR PARTN  PORT  SUBID  TYP   DRIVES
   P/L



 -- - - -  -
 DIRECT ATT 00-R  06/--   D
 DIRECT ATT 01-R  07/--   D
 DIRECT ATT 02-R  08/--   D
 DIRECT ATT 03-R  09/--   D



 01L12-0   -



 02  SU-



 03VTS-5   1   (B10---D12-5)
 BARRA ADSM 20-L  0A/--   A
 BARRA 3590 21-L  01/01   P   100 101 102 103 104
  BARRA CU  22-L  02/01   V   800 801 802 803 804 805
806 807
  808 809 80A 80B 80C 80D
80E 80F
  BARRA CU  23-L  03/02   V   810 811 812 813 814 815
816 817
  818 819 81A 81B 81C 81D
81E 81F
  BARRA CU  24-L  04/03   V   820 821 822 823 824 825
826 827
 

Joseph H Winterton is out of the office.

2007-11-20 Thread Joseph H Winterton
I will be out of the office starting  11/20/2007 and will not return until
11/28/2007.

Sam Santiago will cover on 11/20 and 11/21 and David Goldsmith with cover
for me on 11/26 and 11/27.

--
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 CANCEL REQUEST

2007-11-20 Thread esmie moo
Thanks to all who replied to my post.  In the future when there is a mount 
problem I will change the SETSYS MOUNTWAITTIME(xx).  I will wait for the mount 
to fail then I will change it back to the original value.
   
  Thanks aain. 

Ed Gould [EMAIL PROTECTED] wrote:
  On Nov 19, 2007, at 2:31 PM, Ray Mullins wrote:

 Hmmm...maybe I'm thinking z/VSE, because a CANCEL on a unit address
 there will interrupt the request.

 With a batch job, cancelling the job takes care of that. But one
 doesn't want to cancel HSM. :-)

 The CANCEL MOUNT must be taking advantage of the fact that the step
 name of the MOUNT-generated STC is the unit address, so it's really
 not a true CANCEL MOUNT, but a CANCEL STC.

 Unfortunately, I'm not in a position to try it this at the 
 moment. :-)

 Later,
 Ray

I was thinking to mount almost any tape MVS (will see that and may 
pass the interrupt back to HSM allowing the cancel to take place. HSM 
is waiting for MVS to say OK that will never happen unless you mount 
a tape.

Ed

--
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


   
-
Be smarter than spam. See how smart SpamGuard is at giving junk email the boot 
with the All-new Yahoo! Mail  

--
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: Data Center Theft

2007-11-20 Thread daver++
I am in complete agreement with the last couple paragraphs of this
article. If you get hit, you get hit. You take your lumps, evaluate what
went wrong, change security and procedures. You communicate this to your
clients, and maybe you lose some, maybe you don't. You _absolutely_ do
NOT lie to your customers, and put them in the positions that CI Host
placed theirs in for days. That is inexcusable, and anyone that would
continue to do business with the company after behavior like that needs
their head examined!

  Original Message 
 Subject: Data Center Theft
 From: Ed Gould [EMAIL PROTECTED]
 Date: Tue, November 20, 2007 1:09 am
 To: IBM-MAIN@BAMA.UA.EDU
 
 
 Colocation providers reflect on robbery at CI Host
 
 By Bridget Botelho, News Writer
 08 Nov 2007 | SearchDataCenter.com
 
 Chicago-based CI Host is a legitimate company, providing more than  
 250,000 consumers and small and medium-sized business in 190  
 countries with managed Web hosting, dedicated server and colocation  
 services. So how is it possible that the facility has been robbed  
 four times in the past two years?
 
 According to reports, CI Host's night manager was attacked last week  
 by intruders and assaulted with a Taser and blunt object. The  
 perpetrators then stole at least 20 servers belonging to CI Host and  
 its customers.
 This event took place despite the company's Web site pledge to  
 customers of its Family Colocation service: Your machine will be  
 housed inside a secured shared colocation area.
 
 I told CI Host I was coming to pick up my servers. That's when I  
 found out my servers were stolen.
 Nick Krapf, president, BloodServers.com
 
 According to a published report, CI Host chief corporate counsel  
 James Eckels hinted that the robbery might have been an inside job,  
 saying, The thieves were likely familiar with the building layout,  
 the company's operations and the technology involved.
 
 Statistics from Migration Solutions, a data center consultancy,  
 suggest that the possibility is quite likely. Migration Solutions  
 estimates that acts of theft, fraud and vandalism in the data center  
 are three times more likely to be the result of an inside job than to  
 be the work of an outsider. And about 65% of data center security  
 breaches and other incidents are driven by malicious intent rather  
 than economic gain, executed by disgruntled current or ex-employees,  
 according to Migration Solutions.
 
 Several angry CI Host customers have discussed the possibility of  
 filing a lawsuit against the colocation provider for its negligence  
 and failure to communicate the theft until days after it happened.
 
 Nick Krapf, president of the gaming network site BloodServers.com,  
 said the incident in Chicago cost him $15,000 in servers and a  
 damaging hit to his customer base, which didn't have service for at  
 least three days. But the worst part was the company's failure to  
 communicate, he said. At first, we were told the servers went down  
 due to a power issue. ... I told CI Host I was coming to pick up my  
 servers. That's when I found out my servers were stolen.
 
 Security lessons for users and providers
 At press time, CI Host had not responded to questions about how the  
 security breach occurred and how it would compensate customers, but  
 other colocation providers had plenty to say.
 
 According to Chris Crosby, senior vice president at Digital Realty  
 Trust, Security is a paramount issue for customers with  
 installations in colocation facilities. It is overwhelmingly the most  
 important thing they are seeking in a facility with 80% of customers  
 ranking it No. 1.
 Knowing this, Digital Realty uses a multilayer security protocol to  
 protect all its facilities. A four-level access control system is the  
 foundation of the system, limiting access to the facility to  
 authorized people. The facilities also have a check-in system that  
 tracks everyone who is in the facility and limits the areas that they  
 are approved to be in. There are also biometric access points to  
 equipment areas where customer installations and other critical  
 systems are housed, he said.
 Similarly, the Planet, a Houston-based company that owns and operates  
 six data centers containing more than 40,000 servers, said it that  
 has instituted strict security procedures. Any time people come in  
 and out of our facility -- bringing equipment in or out -- they have  
 to go through the multiple points of security every time, said  
 Yvonne Donaldson director, public relations at the Planet.
 Customers should expect this kind of access control system in any  
 facility they are affiliated with, Crosby said.
 Unfortunately, many data center facilities make a show of security  
 but don't really stand up to serious scrutiny, said Chuck Goolsbee,  
 blogger and vice president of Tech Ops at Seattle-based colocation  
 facility digital.forest. The 'rent-a-cop' types that they 

Re: Quick Question - how to get XCFAS to release CTC device to allow CHPID to go offline

2007-11-20 Thread Mark Jacobs
Diehl, Gary (MVSSupport) wrote:
 All,
 
 Quick question (which I RTFM'd but didn't find an answer to):
 
 How do I get XCFAS to release a set of CTC UCBs that it has allocated
 (as shown by D U,,ALLOC,,y) so that I can take the CHPID offline?
 
 VTAM has let go of it, with the inactivation of the TRLs, but XCFAS is
 using the other devices that VTAM wasn't and I can't seem to find a
 command that tells him to gracefully let go.
 
 There are other, redundant CTC connections that will take over when
 these drop, so it's not a single point of failure.  I need the CHPID
 offline so we can get the hardware under it looked at (might be
 intermittently failing).
 
 I'd hate to just pull the CHPID out from under it, I do value my
 system's stability!
 
 Thanks and best regards,
 
 Gary Diehl
 MVS Support
 The glass is neither half full or half empty; the engineer who designed
 the glass simply allowed for a 100% increase in fluid storage.
 


Stop the pathin/pathout for those addresses using the SETXCF STOP command.
-- 
Mark Jacobs
Time Customer Service
Tampa, FL
--

The primary purpose of the DATA statement is to give names to
constants; instead of referring to pi as 3.141592653589793 at
every appearance, the variable PI can be given that value with
a DATA statement and used instead of the longer form of the constant.

This also simplifies modifying the program, should the value of
pi change.

- FORTRAN manual for Xerox computers

--
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 CANCEL REQUEST

2007-11-20 Thread Pommier, Rex R.
Would there be any issues with just changing it to, say 10 minutes, and
just leaving it set that way?  I can't think of any unless there is
absolutely no access to a console interface to reply to the message if
the wait time was exceeded.

Rex 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Edward Jaffe
Sent: Tuesday, November 20, 2007 9:47 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: DFHSM CANCEL REQUEST

esmie moo wrote:
 Thanks to all who replied to my post.  In the future when there is a
mount problem I will change the SETSYS MOUNTWAITTIME(xx).  I will wait
for the mount to fail then I will change it back to the original value.
   

Does changing MOUNTWAITTIME affect outstanding tape mounts
retroactively?

--
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 CANCEL REQUEST

2007-11-20 Thread Edward Jaffe

esmie moo wrote:

Thanks to all who replied to my post.  In the future when there is a mount 
problem I will change the SETSYS MOUNTWAITTIME(xx).  I will wait for the mount 
to fail then I will change it back to the original value.
  


Does changing MOUNTWAITTIME affect outstanding tape mounts retroactively?

--
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
[EMAIL PROTECTED]
http://www.phoenixsoftware.com/

--
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: Data Center Theft

2007-11-20 Thread Ed Finnell
 
In a message dated 11/20/2007 9:15:44 A.M. Central Standard Time,  
[EMAIL PROTECTED] writes:

placed  theirs in for days. That is inexcusable, and anyone that would
continue to  do business with the company after behavior like that needs
their head  examined!





After the suits get thru slicing and dicing, doubt they'll  survive.



** See what's new at http://www.aol.com

--
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: STK SILO DEVTYPE 9490

2007-11-20 Thread R.S.

Mark Zelden wrote:
On Mon, 19 Nov 2007 15:08:53 +0100, R.S. 
[EMAIL PROTECTED] wrote:



George Rodriguez wrote:

One of the problems that I have is that we have real 3490s that are not
part of the SILO. When I look at the esoterics, the SILO is configured
as DEVTYPE 9490 to make them different from the real 3490s. Is there a
way of changing the esoteric name and device type so that SILO goes to
the addresses 260-26f?

You can simply define your 9490 drives as 3490E, then add them to
esoteric name (set of devices) i.e. T9490.

BTW: what would you do if you'd have 9490A and 9490B ? How would
distinguish those drives ?



Are you confusing with 9840?  9490=3490 (36 trk); 4490=3480 (18trk).


No! Absolutely.
I ...confused it with 9940 vbg

Now I realized that we're talking about 9490 which is a clone of 3490E, 
quite old equipment.



Regards
--
Radoslaw Skorupka
Lodz, Poland


--
BRE Bank SA
ul. Senatorska 18
00-950 Warszawa
www.brebank.pl

Sd Rejonowy dla m. st. Warszawy 
XII Wydzia Gospodarczy Krajowego Rejestru Sdowego, 
nr rejestru przedsibiorców KRS 025237

NIP: 526-021-50-88
Wedug stanu na dzie 01.01.2007 r. kapita zakadowy BRE Banku SA (w caoci 
opacony) wynosi 118.064.140 z. W zwizku z realizacj warunkowego 
podwyszenia kapitau zakadowego, na podstawie uchwa XVI WZ z dnia 21.05.2003 
r., kapita zakadowy BRE Banku SA moe ulec podwyszeniu do kwoty 118.760.528 
z. Akcje w podwyszonym kapitale zakadowym bd w caoci opacone.

--
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


Quick Question - how to get XCFAS to release CTC device to allow CHPID to go offline

2007-11-20 Thread Diehl, Gary (MVSSupport)
All,

Quick question (which I RTFM'd but didn't find an answer to):

How do I get XCFAS to release a set of CTC UCBs that it has allocated
(as shown by D U,,ALLOC,,y) so that I can take the CHPID offline?

VTAM has let go of it, with the inactivation of the TRLs, but XCFAS is
using the other devices that VTAM wasn't and I can't seem to find a
command that tells him to gracefully let go.

There are other, redundant CTC connections that will take over when
these drop, so it's not a single point of failure.  I need the CHPID
offline so we can get the hardware under it looked at (might be
intermittently failing).

I'd hate to just pull the CHPID out from under it, I do value my
system's stability!

Thanks and best regards,

Gary Diehl
MVS Support
The glass is neither half full or half empty; the engineer who designed
the glass simply allowed for a 100% increase in fluid storage.

--
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: Are any of us this desperate?

2007-11-20 Thread Mark Jacobs
Chase, John wrote:
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Gary Green

 [ snip ]
 BS/BA Degree from an accredited university/college or 
 equivalent experience 2 years in a support environment 
 Perform Problem Determination/Prob Source Ident Perform 
 Problem Mgmt Use RETAIN for Software Support Project Details: 
 System z z/OS and CICS technical system programming business 
 as usual support for z/OS production environment. Primary Skill
 Set: SW z/OS-S/390, MVS System Programmer Secondary Skill 
 Sets:Enterprise Systems IBM System z Job Title: Software 
 Systems Specialist Primary Skills:
 RETAIN; Z/OS; MVS Job Industry: Computers Vacancies: 2 Job 
 City: Woodcliff Lake Job Metro Area: Woodcliff Lake Job 
 State: NJ Job Country: US Salary:
 $20.00/HOURLY To $20.00/HOURLY Hours per Week: 40
 
 Nothing less than an outright insult.
 
 -jc-
 

It's starvation wages. 20*40*52 = 41,600.

-- 
Mark Jacobs
Time Customer Service
Tampa, FL
--

The primary purpose of the DATA statement is to give names to
constants; instead of referring to pi as 3.141592653589793 at
every appearance, the variable PI can be given that value with
a DATA statement and used instead of the longer form of the constant.

This also simplifies modifying the program, should the value of
pi change.

- FORTRAN manual for Xerox computers

--
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: Quick Question - how to get XCFAS to release CTC device to allow CHPID to go offline

2007-11-20 Thread Jihad K Kawkabani
SETXCF STOP,PI,DEV()
SETXCF STOP,PO,DEV()

Regards,

Jihad K. Kawkabani
IT Systems Engineer Consultant
Voice: 440.395.0740
Network: 575.0740
Cell: 440.465.2969



   
 Diehl, Gary  
 (MVSSupport) 
 [EMAIL PROTECTED]  To 
 ATE.COM  IBM-MAIN@BAMA.UA.EDU
 Sent by: IBM   cc 
 Mainframe 
 Discussion List   Subject 
 [EMAIL PROTECTED] Quick Question - how to get XCFAS   
 .EDU to release CTC device to allow  
   CHPID to go offline 
 11/20/2007 10:51  
 AM
   
   
 Please respond to 
   IBM Mainframe   
  Discussion List  
 [EMAIL PROTECTED] 
   .EDU   
   
   




All,

Quick question (which I RTFM'd but didn't find an answer to):

How do I get XCFAS to release a set of CTC UCBs that it has allocated
(as shown by D U,,ALLOC,,y) so that I can take the CHPID offline?

VTAM has let go of it, with the inactivation of the TRLs, but XCFAS is
using the other devices that VTAM wasn't and I can't seem to find a
command that tells him to gracefully let go.

There are other, redundant CTC connections that will take over when
these drop, so it's not a single point of failure.  I need the CHPID
offline so we can get the hardware under it looked at (might be
intermittently failing).

I'd hate to just pull the CHPID out from under it, I do value my
system's stability!

Thanks and best regards,

Gary Diehl
MVS Support
The glass is neither half full or half empty; the engineer who designed
the glass simply allowed for a 100% increase in fluid storage.

--
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: Are any of us this desperate?

2007-11-20 Thread Chase, John
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Gary Green
 
 [ snip ]
 BS/BA Degree from an accredited university/college or 
 equivalent experience 2 years in a support environment 
 Perform Problem Determination/Prob Source Ident Perform 
 Problem Mgmt Use RETAIN for Software Support Project Details: 
 System z z/OS and CICS technical system programming business 
 as usual support for z/OS production environment. Primary Skill
 Set: SW z/OS-S/390, MVS System Programmer Secondary Skill 
 Sets:Enterprise Systems IBM System z Job Title: Software 
 Systems Specialist Primary Skills:
 RETAIN; Z/OS; MVS Job Industry: Computers Vacancies: 2 Job 
 City: Woodcliff Lake Job Metro Area: Woodcliff Lake Job 
 State: NJ Job Country: US Salary:
 $20.00/HOURLY To $20.00/HOURLY Hours per Week: 40

Nothing less than an outright insult.

-jc-

--
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


A Question on ViewDirect EXIT04

2007-11-20 Thread Brad Carson
Hello IBM-MAINers,

We are trying to tackle an issue with ViewDirect (now ASG formally
Mobius) and control which users can logon to a region via the RACF APPL
class.  We know that exit 4 would be a good place to check this since
that is where the RACF userid/password is validated.  So my questions
are:

1. Does anyone know of a ViewDirect users group out on the net
anywhere?
2. Would checking against the RACF APPL class be the way to do this? 
If not what else would you suggest?
3. Anyone have samples of their INEXIT04 that they would like to
share?

Frustrated in Burlington, NC.


Brad S. Carson
Manager z/Series Technical Support
Enterprise Systems
Laboratory Corporation of America
(336) 436-8294
- This e-mail and any attachments may 
contain CONFIDENTIAL information, including PROTECTED HEALTH INFORMATION. If 
you are not the intended recipient, any use or disclosure of this information 
is STRICTLY PROHIBITED; you are requested to delete this e-mail and any 
attachments, notify the sender immediately, and notify the LabCorp Privacy 
Officer at [EMAIL PROTECTED] or call (877) 23-HIPAA / (877) 234-4722. 

--
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: Are any of us this desperate?

2007-11-20 Thread Edward Jaffe

Mark Jacobs wrote:


It's starvation wages. 20*40*52 = 41,600.
  


Insulting for an IT professional? Yes! A scam to ensure no actual US 
takers? Almost certainly! Starvation wages? No!


Minimum wage in New Jersey is $7.15/hr. 
http://lwd.dol.state.nj.us/labor/wagehour/lawregs/wage_and_hour_laws.html


--
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
[EMAIL PROTECTED]
http://www.phoenixsoftware.com/

--
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: A Question on ViewDirect EXIT04

2007-11-20 Thread Ken Porowski
Check your View Direct .SOURCE library for member RACF (or TOPSECRT or
ACF2).  
These are supplied INEXIT04s for RACF, ACF2 or Top Secret logon
security.
We use the TOPSECRT one with no modifications.

RTFM - Users Guide - Appendix C - Customization - INEXIT04

YMMV.

Ken Porowski
AVP Systems Software
CIT Group
E: [EMAIL PROTECTED]

 

-Original Message-
Brad Carson

Hello IBM-MAINers,

We are trying to tackle an issue with ViewDirect (now ASG formally
Mobius) and control which users can logon to a region via the RACF APPL
class.  We know that exit 4 would be a good place to check this since
that is where the RACF userid/password is validated.  So my questions
are:

1. Does anyone know of a ViewDirect users group out on the net anywhere?
2. Would checking against the RACF APPL class be the way to do this? 
If not what else would you suggest?
3. Anyone have samples of their INEXIT04 that they would like to share?

Frustrated in Burlington, NC.


Brad S. Carson
Manager z/Series Technical Support
Enterprise Systems
Laboratory Corporation of America

--
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


BatchPipes Hipersocket stage?

2007-11-20 Thread Tom Schmidt
Hello All, 
 
Is there anyone willing to speak of using IBM's BatchPipes with a IP socket 
stage which they are (or were) using to connect LPAR-to-LPAR via 
hipersockets?  
 
-- 
Tom Schmidt 
Madison, WI 

--
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: Are any of us this desperate?

2007-11-20 Thread Aaron Walker
Estimated median household income in 2005: $134,600 (it was 
$123,022 in 2000)

Woodcliff Lake   $134,600 
New Jersey:   $61,672 


Estimated median house/condo value in 2005: $839,300 (it was 
$450,700 in 2000) 
Woodcliff Lake   $839,300 
New Jersey:   $333,900 



On Tue, 20 Nov 2007 10:44:25 -0600, Anthony Saul Babonas 
[EMAIL PROTECTED] wrote:

I can get by on it.

sell the Beemer
shoot the dog.
start using my Y2K Spam inventory.
cancel Caller ID.
stop my blood pressure meds, but wait, if I have no job I won't need 
them.
another outright insult downgrade to basic cable.
dust off the Bass boat, we need the fish.
move to India and work remotely.  $40K is a king's ransom there, so 
my
Indian friends tell me.

divorce..but wait, she still has a good income, BAD IDEA!



-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-
[EMAIL PROTECTED] On Behalf
Of Mark Jacobs
Sent: Tuesday, November 20, 2007 10:30 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Are any of us this desperate?

Chase, John wrote:
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Gary Green

 [ snip ]
 BS/BA Degree from an accredited university/college or equivalent
 experience 2 years in a support environment Perform Problem
 Determination/Prob Source Ident Perform Problem Mgmt Use 
RETAIN for
 Software Support Project Details:
 System z z/OS and CICS technical system programming business 
as usual
 support for z/OS production environment. Primary Skill
 Set: SW z/OS-S/390, MVS System Programmer Secondary Skill
 Sets:Enterprise Systems IBM System z Job Title: Software Systems
 Specialist Primary Skills:
 RETAIN; Z/OS; MVS Job Industry: Computers Vacancies: 2 Job
 City: Woodcliff Lake Job Metro Area: Woodcliff Lake Job
 State: NJ Job Country: US Salary:
 $20.00/HOURLY To $20.00/HOURLY Hours per Week: 40

 Nothing less than an outright insult.

 -jc-


It's starvation wages. 20*40*52 = 41,600.

--
Mark Jacobs
Time Customer Service
Tampa, FL

--
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: Are any of us this desperate?

2007-11-20 Thread Anton Britz
Hi,

Have you ever worked/stayed in NEw Jersey ?

Because the Minimum wage only applies to legal people and how many poeple 
in New Jersey are legal ?

20% maybe..  ok ... lets settle on 25 %..

Note: Spitzer understands the magnitude of the problem but the rest of the 
country has no idea what's going on there.

Anton Britz

On Tue, 20 Nov 2007 08:51:42 -0800, Edward Jaffe 
[EMAIL PROTECTED] wrote:

Mark Jacobs wrote:

 It's starvation wages. 20*40*52 = 41,600.


Insulting for an IT professional? Yes! A scam to ensure no actual US
takers? Almost certainly! Starvation wages? No!

Minimum wage in New Jersey is $7.15/hr.
http://lwd.dol.state.nj.us/labor/wagehour/lawregs/wage_and_hour_laws.html

--
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
[EMAIL PROTECTED]
http://www.phoenixsoftware.com/

--
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: Running REXX program in a batch job

2007-11-20 Thread Chase, John
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Ted MacNEIL
 
 Everything is prohibited even if it's compulsory.
 
 Canada has a set of laws that are a catch-22.
 If you follow one, you break the other.
 
 1. You must prove to the Federal Government that you are an 
 equal opportunity employer, by having suitable numbers of 
 minorities, handicapped, women, etc. represented in positions 
 of authority.

No doubt suitable is not clearly defined anywhere.

 2. You are NOT allowed to collect statsistics on employees 
 regarding race, colour, disability or gender.

You've been taking (wrong) lessons from Uncle Sam again..

Here, collecting such statistical information is voluntary..  But
volunteering is mandatory!

-jc-

--
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: Are any of us this desperate?

2007-11-20 Thread Anthony Saul Babonas
I can get by on it.

sell the Beemer 
shoot the dog.
start using my Y2K Spam inventory.
cancel Caller ID.
stop my blood pressure meds, but wait, if I have no job I won't need them.
another outright insult downgrade to basic cable.
dust off the Bass boat, we need the fish.
move to India and work remotely.  $40K is a king's ransom there, so my
Indian friends tell me. 

divorce..but wait, she still has a good income, BAD IDEA!

 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Mark Jacobs
Sent: Tuesday, November 20, 2007 10:30 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Are any of us this desperate?

Chase, John wrote:
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Gary Green

 [ snip ]
 BS/BA Degree from an accredited university/college or equivalent 
 experience 2 years in a support environment Perform Problem 
 Determination/Prob Source Ident Perform Problem Mgmt Use RETAIN for 
 Software Support Project Details:
 System z z/OS and CICS technical system programming business as usual 
 support for z/OS production environment. Primary Skill
 Set: SW z/OS-S/390, MVS System Programmer Secondary Skill 
 Sets:Enterprise Systems IBM System z Job Title: Software Systems 
 Specialist Primary Skills:
 RETAIN; Z/OS; MVS Job Industry: Computers Vacancies: 2 Job
 City: Woodcliff Lake Job Metro Area: Woodcliff Lake Job
 State: NJ Job Country: US Salary:
 $20.00/HOURLY To $20.00/HOURLY Hours per Week: 40
 
 Nothing less than an outright insult.
 
 -jc-
 

It's starvation wages. 20*40*52 = 41,600.

--
Mark Jacobs
Time Customer Service
Tampa, FL
--

The primary purpose of the DATA statement is to give names to constants;
instead of referring to pi as 3.141592653589793 at every appearance, the
variable PI can be given that value with a DATA statement and used instead
of the longer form of the constant.

This also simplifies modifying the program, should the value of pi change.

- FORTRAN manual for Xerox computers

--
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: Are any of us this desperate?

2007-11-20 Thread Doug Fuerst
Spitzer is the governor of New York, and he has absolutely no clue as 
to how to play nice in a sandbox. Nor does he have a clue about much 
else unless you are a Wall Street mogul he can bully.


Doug


At 11:57 AM 11/20/2007, you wrote:

Hi,

Have you ever worked/stayed in NEw Jersey ?

Because the Minimum wage only applies to legal people and how many poeple
in New Jersey are legal ?

20% maybe..  ok ... lets settle on 25 %..

Note: Spitzer understands the magnitude of the problem but the rest of the
country has no idea what's going on there.





snip?


Doug Fuerst
Consultant
BK Associates
Brooklyn, NY
(718) 921-2620 (Office)
(718) 921-0952 (Fax)
(917) 572-7364 (Cell)
[EMAIL PROTECTED]

--
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: Are any of us this desperate?

2007-11-20 Thread Gary Green
It's a smidgeon over twice what a person working at McDonalds makes in certain 
areas.  Even the local supermarket is paying shelf-stockers $9.65 an hour to 
stock grocery shelves.

Lessee...  

I am responsible for total client satisfaction
I am the last line of defense for computer problem/programming resolution
I maintain the most critical piece of computing gear the company owns (or out 
sources as is the case here)
If I screw up, the company can loose more than a million dollars an hour when 
the mainframe is down

Sounds like a perfect opportunity...  Sign me up!

NOT!

 On Tue Nov 20 11:30 , Mark Jacobs [EMAIL PROTECTED] sent:

Chase, John wrote:
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Gary Green

 [ snip ]
 BS/BA Degree from an accredited university/college or 
 equivalent experience 2 years in a support environment 
 Perform Problem Determination/Prob Source Ident Perform 
 Problem Mgmt Use RETAIN for Software Support Project Details: 
 System z z/OS and CICS technical system programming business 
 as usual support for z/OS production environment. Primary Skill
 Set: SW z/OS-S/390, MVS System Programmer Secondary Skill 
 Sets:Enterprise Systems IBM System z Job Title: Software 
 Systems Specialist Primary Skills:
 RETAIN; Z/OS; MVS Job Industry: Computers Vacancies: 2 Job 
 City: Woodcliff Lake Job Metro Area: Woodcliff Lake Job 
 State: NJ Job Country: US Salary:
 $20.00/HOURLY To $20.00/HOURLY Hours per Week: 40
 
 Nothing less than an outright insult.
 
 -jc-
 

It's starvation wages. 20*40*52 = 41,600.

-- 
Mark Jacobs
Time Customer Service
Tampa, FL
--

The primary purpose of the DATA statement is to give names to
constants; instead of referring to pi as 3.141592653589793 at
every appearance, the variable PI can be given that value with
a DATA statement and used instead of the longer form of the constant.

This also simplifies modifying the program, should the value of
pi change.

- FORTRAN manual for Xerox computers

--
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: Are any of us this desperate?

2007-11-20 Thread Gary Green
New Jersey minimum wage is $7.15, yes.  Buit can one pay their real estate 
taxes?  Wait, on that salary, one cannot afford to own a home.

At that salary, 25% of my gross income would go to pay the real estate taxes on 
my house.  And I not unusual.  As a state, New Jersey has the highest RE taxes 
in the country.  Or so I read.

 On Tue Nov 20  8:51 , Edward Jaffe [EMAIL PROTECTED] sent:

Mark Jacobs wrote:

 It's starvation wages. 20*40*52 = 41,600.
   

Insulting for an IT professional? Yes! A scam to ensure no actual US 
takers? Almost certainly! Starvation wages? No!

Minimum wage in New Jersey is $7.15/hr. 
http://lwd.dol.state.nj.us/labor/wagehour/lawregs/wage_and_hour_laws.html

-- 
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
[EMAIL PROTECTED]
http://www.phoenixsoftware.com/

--
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: Are any of us this desperate?

2007-11-20 Thread daver++
 From: Aaron Walker [EMAIL PROTECTED]
 
 Estimated median household income in 2005: $134,600 (it was 
 $123,022 in 2000)
 
 Woodcliff Lake   $134,600 
 New Jersey:   $61,672 
 
 
 Estimated median house/condo value in 2005: $839,300 (it was 
 $450,700 in 2000) 
 Woodcliff Lake   $839,300 
 New Jersey:   $333,900 

Well, you aren't going to like in Woodcliff Lake for $41k, it would
appear. I work not horribly far (maybe 12-13 miles) from there and can
say that there are plenty of affordable places within twenty minutes
though. Meaning that I think that $41k is far from a starvation wage. In
fact, while I earn more than that, I currently live on considerably
less.

Having said that, I do definitely agree with the sentiment that the
salary is ludicrously low for the position described. The idea of it
fulfilling legal obligations certainly does _not_ seem far fetched to
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: Are any of us this desperate?

2007-11-20 Thread Edward Jaffe

Gary Green wrote:

New Jersey minimum wage is $7.15, yes.  Buit can one pay their real estate 
taxes?  Wait, on that salary, one cannot afford to own a home.
  


Correct. Minimum wage earners are expected to rent.

--
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
[EMAIL PROTECTED]
http://www.phoenixsoftware.com/

--
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 Config Backleveled

2007-11-20 Thread philip Knight
Thanks for the reply, Tom. I couldn't get on IBMLINK today. I get various
errors. I will use the phone. 

--
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 Config Backleveled

2007-11-20 Thread Pinnacle
- Original Message - 
From: philip Knight [EMAIL PROTECTED]

Newsgroups: bit.listserv.ibm-main
Sent: Tuesday, November 20, 2007 1:17 PM
Subject: ServerPac Config Backleveled



I have a Serverpac order that is in the last stages of the Custompac dialog
INSTALL phase. However, the last time I used the dialog, I went into 
option

M Modify System Layout to review some values. I immediately received an
error indicating that the physical volumes were over-allocated. This was 
odd

as I was already beyond this point and all of the volumes were already
populated. When I backed out, I noticed that the rest of the options were
prefixed with asterisks indicating that I had not yet performed the
remaining steps. I had finished using the Driver system and was on the 
newly
IPL'ed Target system when this occurred. Somehow something got back 
leveled.

Does anyone know what may have happened and how to get the dialog back in
sync.



Phil,

ServerPac has had this bug for a long time.  There is a recovery procedure, 
so you should open a PMR to find out the latest way to do this.


Good luck,
Tom 


--
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: Are any of us this desperate?

2007-11-20 Thread Eric Bielefeld

Anton,

You're saying 75% to 80% of the people in New Jersey are illegal?  I take it 
that means illegal immigrants.  I find that very hard to believe.  Do you 
have any studies or data to back that up?


Eric Bielefeld
Sr. z/OS Systems Programmer
Milwaukee, Wisconsin
414-475-7434

- Original Message - 
From: Anton Britz [EMAIL PROTECTED]



Hi,

Have you ever worked/stayed in NEw Jersey ?

Because the Minimum wage only applies to legal people and how many 
poeple

in New Jersey are legal ?

20% maybe..  ok ... lets settle on 25 %..

Note: Spitzer understands the magnitude of the problem but the rest of the
country has no idea what's going on there.

Anton Britz 


--
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: Are any of us this desperate?

2007-11-20 Thread Chase, John
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Gary Green
 
 New Jersey minimum wage is $7.15, yes.  Buit can one pay 
 their real estate taxes?  Wait, on that salary, one cannot 
 afford to own a home.
 
 At that salary, 25% of my gross income would go to pay the 
 real estate taxes on my house.  And I not unusual.  As a 
 state, New Jersey has the highest RE taxes in the country.  
 Or so I read.

Chicagoland can't be too far behind that.  My annual RE taxes are just
shy of $4K on a $180K bungalow in a suburb.

-jc-

--
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: Quick Question - how to get XCFAS to release CTC device to allow CHPID to go offline

2007-11-20 Thread Diehl, Gary (MVSSupport)
All,

Thank you for your responses.  I know I've done these commands before,
but I surely was drawing a blank today.

I got the intermittently failing CHPID offline without any problems,
thanks to your excellent advice.  Thanks again!

Best regards,

Gary Diehl
MVS Support
The glass is neither half full or half empty; the engineer who designed
the glass simply allowed for a 100% increase in fluid storage.

--
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 Config Backleveled

2007-11-20 Thread philip Knight
I have a Serverpac order that is in the last stages of the Custompac dialog
INSTALL phase. However, the last time I used the dialog, I went into option
M Modify System Layout to review some values. I immediately received an
error indicating that the physical volumes were over-allocated. This was odd
as I was already beyond this point and all of the volumes were already
populated. When I backed out, I noticed that the rest of the options were
prefixed with asterisks indicating that I had not yet performed the
remaining steps. I had finished using the Driver system and was on the newly
IPL'ed Target system when this occurred. Somehow something got back leveled.
Does anyone know what may have happened and how to get the dialog back in
sync.
 
   

--
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: Data Center Theft

2007-11-20 Thread A L Hughes
The British Government has just admitted that it has 'lost' information  
relating to 25 million people (about 41% of the population of the UK). 
 
_http://news.bbc.co.uk/2/hi/uk_news/politics/7103566.stm_ 
(http://news.bbc.co.uk/2/hi/uk_news/politics/7103566.stm) 
 
I recall all those 'consultants' telling the Government all those years  back 
that 'client-server' was the way forward, and to get rid of the mainframe.  
Wherefore art thou, IBM? 



** See what's new at http://www.aol.com

--
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: COBANAL new beta version

2007-11-20 Thread Roland Schiradin
David, 

I'm Cobol freak, sorry. My PLI knowledge is very limited nor do I have deep 
knowledge about the internal PLI stuff inside the load module. 

Look at http://www.edge-information.com/index.htm for PLI modules.

In CobAnal I provide just binder infos for PLI, C/C++ and other NON Cobol 
languages. 

Roland 

Being inside IBM (Niederland) I have no access to production code to help
out but I could use your expert advice.

I am looking at a project that will require the mapping of PLI load modules.
I am searching for long lost CSECTs of a sunsetted product.

Any tips on dissecting LMODs?


--
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: Are any of us this desperate?

2007-11-20 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 11/17/2007
   at 07:33 AM, Steve Comstock [EMAIL PROTECTED] said:

They are
just fulfilling the legal requirement to advertise the
positions before hiring foreigners.

ITYM *pretending* to fulfill the legal requirement, which includes paying
prevailing wages.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: Are any of us this desperate?

2007-11-20 Thread daver++
 From: Chase, John [EMAIL PROTECTED]
  From: IBM Mainframe Discussion List On Behalf Of Gary Green
  At that salary, 25% of my gross income would go to pay the 
  real estate taxes on my house.  And I not unusual.  As a 
  state, New Jersey has the highest RE taxes in the country.  
  Or so I read.
 Chicagoland can't be too far behind that.  My annual RE taxes are just
 shy of $4K on a $180K bungalow in a suburb.

MSN ranks NJ as #1,6,1 at , IL as #7,7,6 for median property tax, tax as
a % of home value, and tax as a % of income, respectively.


http://articles.moneycentral.msn.com/Taxes/Advice/PropertyTaxesWhereDoesYourStateRank.aspx
or
http://tinyurl.com/ysk8on

--
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: Are any of us this desperate?

2007-11-20 Thread Edward Jaffe

Chase, John wrote:

Chicagoland can't be too far behind that.  My annual RE taxes are just
shy of $4K on a $180K bungalow in a suburb.
  


This kind of stuff is easy to look up. No need to waste IBM-MAIN 
bandwidth on it.


New Jersey#1
New Hampshire #2
Vermont   #3
Connecticut   #4
Wisconsin #5
http://articles.moneycentral.msn.com/Taxes/Advice/PropertyTaxesWhereDoesYourStateRank.aspx

Regardless of property tax issues, the wage being offered was obviously 
intended to dissuade prospective IT professionals from applying -- thus 
meeting the minimum requirements for outsourcing.


It would serve them right if an American actually took the job. Someone 
looking for an entry level salary.


Of course, if you watched that video on YouTube, you know they have 
several other ways of disqualifying qualified domestic applicants.


--
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
[EMAIL PROTECTED]
http://www.phoenixsoftware.com/

--
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: Are any of us this desperate?

2007-11-20 Thread daver++
 From: Anton Britz [EMAIL PROTECTED]
  Have you ever worked/stayed in NEw Jersey ?
 
  Because the Minimum wage only applies to legal people and how many 
  poeple
  in New Jersey are legal ?
 
  20% maybe..  ok ... lets settle on 25 %..
 
  Note: Spitzer understands the magnitude of the problem but the rest of the
  country has no idea what's going on there.
 From: Eric Bielefeld [EMAIL PROTECTED]
 You're saying 75% to 80% of the people in New Jersey are illegal?  I take it 
 that means illegal immigrants.  I find that very hard to believe.  Do you 
 have any studies or data to back that up?

I have definitely seen studies that find 80%+ of DAY LABORERS in NY/NJ
are illegal, but not that 80% of the general population is. FWIW.

--
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: Are any of us this desperate?

2007-11-20 Thread Gary Green
I guess that's close. ;)

My almost 10k per year is based on a two story colonial valued at 192, but 
would sell for more of course.  This year we were supposed to receive our 
reassessments and almost everyone would wind up paying more.  However, the 
housing slump put that on hold for a few months while house values settle down.


 On Tue Nov 20 12:07 , 'Chase, John' [EMAIL PROTECTED] sent:

 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Gary Green
 
 New Jersey minimum wage is $7.15, yes.  Buit can one pay 
 their real estate taxes?  Wait, on that salary, one cannot 
 afford to own a home.
 
 At that salary, 25% of my gross income would go to pay the 
 real estate taxes on my house.  And I not unusual.  As a 
 state, New Jersey has the highest RE taxes in the country.  
 Or so I read.

Chicagoland can't be too far behind that.  My annual RE taxes are just
shy of $4K on a $180K bungalow in a suburb.

-jc-

--
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: Are any of us this desperate?

2007-11-20 Thread Eric Chevalier
On 18 Nov 2007 21:59:37 -0800,
[EMAIL PROTECTED] (Ed Gould) wrote:

Doesn't  our elected officials have a clue what is going on?

Of course not. All y'all are too busy sitting here bitching in
IBM-Main instead of pounding on your Congressperson or Senator's door.

Tell me Ed, what's the name of *your* Congressional representative,
and when was the last time you picked up the phone and called him/her?

Eric

--
Eric Chevalier  E-mail: [EMAIL PROTECTED]
   Web: www.tulsagrammer.com
Is that call really worth your child's life?  HANG UP AND DRIVE!

--
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 Config Backleveled

2007-11-20 Thread philip Knight
IBM found the solution right away. As I understand it, the problem is due to
a false reading by the dialog that physical volumes are over-allocated. The
fix is to simply select all of the flagged over-allocated volumes and change
the Init Volume field from N to Y. After backing out, you still have to
select A Alias, PF3 and SSA, PF3 before selecting I Installation. Thanks
again.  

--
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 regarding RACF migration.

2007-11-20 Thread Schwarz, Barry A
Even if you are not on a supported migration path, you can always try to
copy the database over and apply the new templates.  The worst that will
happen is it doesn't work.  In that case, you can use the brute force
method.  Run the RACF DBSYNC freebie comparing your current database to
an empty file.  It will produce a reasonably complete set of RACF
commands to make your new database look like the old one.  (Users
created in the new database will have default passwords which they must
change at first logon.)  In any case, the effort should be measured in
days, definitely not months.

-Original Message-
From: Sridhar K Veena [mailto:snip] 
Sent: Monday, November 19, 2007 10:38 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Question regarding RACF migration.

G'day, 

 

I want to know from a technical perspective if some one needs to migrate
an existing system from an older version of OS (say MVS/ESA, OS/390 etc
to Z/Os) what is the impact on RACF?. Would migrating the RACF to a
newer version be a big enough Project(like a 6 months to 1 year kind of
project)?. Or as in any migration from one version to another, RACF is
also automatically handled?.  Please advice. 

--
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: Are any of us this desperate?

2007-11-20 Thread Gary Green
Yeah, this thread was heading off the deep end.

Back on subject...

What is sad is my reading of the posting indicates this position is with IBM 
at one of their outsourcing sites.  IBM, of all people/companies, should know 
what this position is worth.

And while we all speculate on the posting being nothing more than fulfilling a 
legal obligation (to then send it overseas), the job posting specifically 
states that the person hired for this position will be required to travel over 
night outside of the local area to meet with, and support, the clients.


 On Tue Nov 20 10:42 , Edward Jaffe [EMAIL PROTECTED] sent:

Chase, John wrote:
 Chicagoland can't be too far behind that.  My annual RE taxes are just
 shy of $4K on a $180K bungalow in a suburb.
   

This kind of stuff is easy to look up. No need to waste IBM-MAIN 
bandwidth on it.

New Jersey#1
New Hampshire #2
Vermont   #3
Connecticut   #4
Wisconsin #5
http://articles.moneycentral.msn.com/Taxes/Advice/PropertyTaxesWhereDoesYourStateRank.aspx

Regardless of property tax issues, the wage being offered was obviously 
intended to dissuade prospective IT professionals from applying -- thus 
meeting the minimum requirements for outsourcing.

It would serve them right if an American actually took the job. Someone 
looking for an entry level salary.

Of course, if you watched that video on YouTube, you know they have 
several other ways of disqualifying qualified domestic applicants.

-- 
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
[EMAIL PROTECTED]
http://www.phoenixsoftware.com/

--
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: Are any of us this desperate?

2007-11-20 Thread Anthony Saul Babonas
Complaining on IBM-MAIN is better strategy than complaining to your
congressman.  One of us might come up with 
some lead on a new job.  

What's the congressman going to do for you?  Find you a job?  Convince your
next employer to pay you
what you used to get paid?  

Look how well they've dealt with the price of gasoline.  We go over there,
take over a couple of countries, control
the flow of crude, and it's still $3.00 a gallon.

 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Eric Chevalier
Sent: Tuesday, November 20, 2007 1:09 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Are any of us this desperate?

On 18 Nov 2007 21:59:37 -0800,
[EMAIL PROTECTED] (Ed Gould) wrote:

Doesn't  our elected officials have a clue what is going on?

Of course not. All y'all are too busy sitting here bitching in IBM-Main
instead of pounding on your Congressperson or Senator's door.

Tell me Ed, what's the name of *your* Congressional representative, and when
was the last time you picked up the phone and called him/her?

Eric

--
Eric Chevalier  E-mail: [EMAIL PROTECTED]
   Web: www.tulsagrammer.com
Is that call really worth your child's life?  HANG UP AND DRIVE!

--
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: Hipersocket speed?

2007-11-20 Thread Hal Merritt
Interesting question. My understanding is that this a feature of the
adapters. Therefore I ass-u-me that the data actually flows from the
host to the adapter back to the host. 

If that is true, then one could SWAG the speed as something close to
theoretical gigabit. However, you would still be constrained by IP and
Ethernet protocols, where a large percentage of the data flowing is
going to be TCP/IP headers and trailers along with gigabit (fast
Ethernet) headers and trailers. 

A small MTU would set an upper limit on throughput the same way small
block sizes constrain other data paths. 

  

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of McKown, John
Sent: Monday, November 19, 2007 2:51 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Hipersocket speed?

What is the nominal speed of a hipersocket connection. This would be
between two z/OS 1.8 images running on a z9BC-T02 (or maybe U02 if we
upgrade). I.e. it is nnn GiB/sec? From what I vaguely understand, this
is a PR/SM moderated memory-to-memory type move between the LPARs. Not
as fast as intra-z/OS memory moves, but perhaps similar to a address
space to address space move? Or am I remembering something that was
never said?

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

 
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.

--
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 are the DFHSM CDS stats kept?

2007-11-20 Thread Michael Schmutzok
When you issue the command: QUERY CDS
 
You get back this display:
 
ARC0101I QUERY CONTROLDATASETS COMMAND STARTING ON HOST=1
ARC0947I CDS SERIALIZATION TECHNIQUE IS RESERVE
ARC0148I MCDS TOTAL SPACE=432000 K-BYTES, CURRENTLY ABOUT 37% FULL, WARNING
ARC0148I (CONT.) THRESHOLD=80%, TOTAL FREESPACE=78%, EA=NO, CANDIDATE VOLUMES=0
ARC0948I MCDS INDEX TOTAL SPACE=0006825 K-BYTES, CURRENTLY ABOUT 011% FULL,
ARC0948I (CONT.) WARNING THRESHOLD=080%, CANDIDATE VOLUMES=0
ARC0148I BCDS TOTAL SPACE=1194375 K-BYTES, CURRENTLY ABOUT 43% FULL, WARNING
ARC0148I (CONT.) THRESHOLD=80%, TOTAL FREESPACE=69%, EA=NO, CANDIDATE VOLUMES=0
ARC0948I BCDS INDEX TOTAL SPACE=0015750 K-BYTES, CURRENTLY ABOUT 009% FULL,
ARC0948I (CONT.) WARNING THRESHOLD=080%, CANDIDATE VOLUMES=0
ARC0148I OCDS TOTAL SPACE=684000 K-BYTES, CURRENTLY ABOUT 16% FULL, WARNING
ARC0148I (CONT.) THRESHOLD=80%, TOTAL FREESPACE=89%, EA=NO, CANDIDATE VOLUMES=0
ARC0948I OCDS INDEX TOTAL SPACE=0003412 K-BYTES, CURRENTLY ABOUT 016% FULL,
ARC0948I (CONT.) WARNING THRESHOLD=080%, CANDIDATE VOLUMES=0
ARC0148I JOURNAL TOTAL SPACE=215280 K-BYTES, CURRENTLY ABOUT 026% FULL,
ARC0148I (CONT.) WARNING THRESHOLD=090%, TOTAL FREESPACE=074%, EA=NO, CANDIDATE
ARC0148I (CONT.) VOLUMES=0
ARC0101I QUERY CONTROLDATASETS COMMAND COMPLETED ON HOST=1
 
How are the CDS/Journal free space numbers generated and where are they kept? 
Can someone point me in a direction? My best guess so far is something off of 
the MCVT control block but that's as far as I've gotten.
 
Mike

--
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


UK - GSE Large Systems Meeting Announcement and call for papers

2007-11-20 Thread Mark Wilson
All,

 

It is my pleasure to invite you all to the next GSE Large Systems Meeting
hosted by CA at their Ditton Park offices on Wednesday 23rd January 2008.

 

Further details can be found at the Large Systems Website
http://lsx.gse.org.uk/future.html

 

I am currently working on the Agenda and would appreciate any suggestions
for topics to be covered or any offers to present.

 

This will be our first meeting in 2008 and I would like to discuss our plans
for the coming year and also review the recent Annual Conference.

 

To register for this meeting please send an email to:
mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]

 

Look forward to seeing you all there.

 

Regards

 

Mark.

 

__

Mark Wilson

 

Mobile: +44 (0) 7768 617006

Email:   [EMAIL PROTECTED]

 

Chairman GSE Large Systems Working Group.

 

Chairman GSE Large Systems Working Group.

Large Systems Web Site is:

http://lsx.gse.org.uk/

___ 

 


--
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: Are any of us this desperate?

2007-11-20 Thread Eric Bielefeld
That's a good point.  I've had several good leads from people on IBM-Main. 
A couple of good interviews resulted from those leads.  Unfortunately, I 
still don't have a job.  I've even started applying for computer operator 
jobs, which I assume would pay maybe half of what I made as a sysprog.  Any 
good leads out there?


Eric Bielefeld
Sr. z/OS Systems Programmer
Milwaukee, Wisconsin
414-475-7434

- Original Message - 
From: Anthony Saul Babonas [EMAIL PROTECTED]



Complaining on IBM-MAIN is better strategy than complaining to your
congressman.  One of us might come up with
some lead on a new job.

What's the congressman going to do for you?  Find you a job?  Convince 
your

next employer to pay you
what you used to get paid?

Look how well they've dealt with the price of gasoline.  We go over there,
take over a couple of countries, control
the flow of crude, and it's still $3.00 a gallon. 


--
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: Hipersocket speed?

2007-11-20 Thread Patrick O'Keefe
On Tue, 20 Nov 2007 14:00:10 -0600, Hal Merritt 
[EMAIL PROTECTED] wrote:

Interesting question. My understanding is that this a feature of the
adapters. Therefore I ass-u-me that the data actually flows from the
host to the adapter back to the host.
...

I don't think that is the case.  The Miilicode/microcode is the same
code that moves data to/from GBe OSAs but the adapters aren't
involved.  I seem to recall that sholder-tapping code had to be 
added for Hipersockets because there were no interrupts involved,
but the actual transfer just involves buffer shuffling.  Actually, 
buffer pointer shuffling.

If that is true, then one could SWAG the speed as something close to
theoretical gigabit. ...

I'm guessing it probably faster unless that pseudo-interrupt slows
things down a lot. 


. .. However, you would still be constrained by IP and
Ethernet protocols, where a large percentage of the data flowing is
going to be TCP/IP headers and trailers along with gigabit (fast
Ethernet) headers and trailers.

I think there are no GBe headers involved.   Large percentage
obviously depends on the data being sent.  You get 40-50 bytes
of TCP/IP headers 


A small MTU would set an upper limit on throughput the same way 
small
block sizes constrain other data paths.
...

If you use MTU discovery thetre is no reason not to put a very large
MTU size on Hipersockets.   Ours (according to a NETSTAT DEV) is 
MTU Size: 65535. 

Pat O'Keefe

--
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: Are any of us this desperate?

2007-11-20 Thread Ed Gould

On Nov 20, 2007, at 1:09 PM, Eric Chevalier wrote:


On 18 Nov 2007 21:59:37 -0800,
[EMAIL PROTECTED] (Ed Gould) wrote:


Doesn't  our elected officials have a clue what is going on?


Of course not. All y'all are too busy sitting here bitching in
IBM-Main instead of pounding on your Congressperson or Senator's door.

Tell me Ed, what's the name of *your* Congressional representative,
and when was the last time you picked up the phone and called him/her?

Eric



Eric,

Hahaha yesterday, and I regularly call weekly. I also email, before  
email it was letter time (yes snail mail) and I even have a lunch  
with my state rep at least once a year. Sometimes he is clueless and  
sometimes he is on the ball and can actually talk about issues. I am  
on a first name basis with my state rep as I campaigned for him 2  
years ago. Though my lack of city politics is particularly bad as up  
until the last election the alderman was the classic Chicago  
politician. I did work on his opponents champaign leading to the  
defeat of the Alderman. I email the new alderman about monthly. The  
email last time got me a phone call from him personally with a  
promise to look into the items I wrote to him about.


I would cut and paste it but it would exceed the 100 line limit of  
IBM-Main. The bad part of this whole mess is that the democratic and  
the republicans are in a war camp like stance and they constantly  
fight and bicker. Nothing gets done. Right now our public  
transportation system is threatened because of politics (funding),  
its almost like the civil war here in Il.


Ed

--
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 regarding RACF migration.

2007-11-20 Thread Skip Robinson
I dimly recall (hey, it's all pretty dim these days) a long ago chasm
crossing where we had to 'reformat' the RACF data base. I can't imagine
anyone still running such an ancient release. Unless you're resurrecting a
copy of a decades old data base, a 'template refresh' should be sufficient
to get the old coot running. That process used require a utility run before
IPLing a new level. For several OS releases now an in-storage update is
done dynamically, and the utility--if you bother to run it at all--is done
after IPLing a new level.

Just remember that a RACF data base is quintessentially a bunch of ones and
zeroes until it becomes the 'primary' data base in a running system. At
that point, what you got is what you have. An old data base that may be
'usable' with updated templates may lack so many profiles and modern
options that it's useless for your normal operation. In other words, you
can try this at home, but don't try it at work in a production environment.

.
.
JO.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler
SHARE MVS Program Co-Manager
626-302-7535 Office
323-715-0595 Mobile
[EMAIL PROTECTED]


   
 Schwarz, Barry   
 A
 barry.a.schwarz@  To 
 BOEING.COM   IBM-MAIN@BAMA.UA.EDU
 Sent by: IBM   cc 
 Mainframe 
 Discussion List   Subject 
 [EMAIL PROTECTED] Re: Question regarding RACF 
 .EDU migration.  
   
   
 11/20/2007 11:35  
 AM
   
   
 Please respond to 
   IBM Mainframe   
  Discussion List  
 [EMAIL PROTECTED] 
   .EDU   
   
   




Even if you are not on a supported migration path, you can always try to
copy the database over and apply the new templates.  The worst that will
happen is it doesn't work.  In that case, you can use the brute force
method.  Run the RACF DBSYNC freebie comparing your current database to
an empty file.  It will produce a reasonably complete set of RACF
commands to make your new database look like the old one.  (Users
created in the new database will have default passwords which they must
change at first logon.)  In any case, the effort should be measured in
days, definitely not months.


I want to know from a technical perspective if some one needs to migrate
an existing system from an older version of OS (say MVS/ESA, OS/390 etc
to Z/Os) what is the impact on RACF?. Would migrating the RACF to a
newer version be a big enough Project(like a 6 months to 1 year kind of
project)?. Or as in any migration from one version to another, RACF is
also automatically handled?.  Please advice.

--
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: Is there some cross reference between CPU types and machine instructions supported?

2007-11-20 Thread Jack Schudel

Binyamin:

http://www.tachyonsoft.com/inst390m.htm
lists when the various instructions became available.
For example:
  ADRN   B2C0 Add with Rounding4361
  ADTR   B3D2 Add  z9-BC

Perhaps you can extract what you need from there?

/jack

- Original Message - 
From: Binyamin Dissen [EMAIL PROTECTED]

Newsgroups: bit.listserv.ibm-main
To: IBM-MAIN@BAMA.UA.EDU
Sent: Monday, November 19, 2007 3:16 PM
Subject: Is there some cross reference between CPU types and machine 
instructions supported?




Perhaps in manual form?

--
Binyamin Dissen [EMAIL PROTECTED]
http://www.dissensoftware.com

Director, Dissen Software, Bar  Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
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 regarding RACF migration.

2007-11-20 Thread Rick Fochtman

--snip--


I want to know from a technical perspective if some one needs to migrate
an existing system from an older version of OS (say MVS/ESA, OS/390 etc
to Z/Os) what is the impact on RACF?. Would migrating the RACF to a
newer version be a big enough Project(like a 6 months to 1 year kind of
project)?. Or as in any migration from one version to another, RACF is
also automatically handled?.  Please advice.
 


---unsnip-
I think you meant advise, the verb, rather than advice, what comes 
from that verb.  :-)


Mr. Robinson was quite correct in his advice. In every respect.

I've been in that unfortunate situation more times than I'd care to admit.

--
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


UK - GSE Large Systems Meeting Announcement and call for papers

2007-11-20 Thread Phil Payne
Giggle.

z6 Performance and Pricing Predictions?

Yeah, rght!

Anyone fancy forming a _really_ _independent_ user group?  You can surely 
depend on me.

-- 
  Phil Payne
  http://www.isham-research.co.uk
  +44 7833 654 800

--
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 unsubscribe?

2007-11-20 Thread Tharranni Devi Shanmugam, TLS, Chennai
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Phil Payne
Sent: Wednesday, November 21, 2007 3:14 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: UK - GSE Large Systems Meeting Announcement and call for papers

Giggle.

z6 Performance and Pricing Predictions?

Yeah, rght!

Anyone fancy forming a _really_ _independent_ user group?  You can
surely depend on me.

-- 
  Phil Payne
  http://www.isham-research.co.uk
  +44 7833 654 800

--
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

DISCLAIMER:
---

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. 
Any views or opinions presented in 
this email are solely those of the author and may not necessarily reflect the 
opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of 
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any mail and 
attachments please check them for viruses and defect.

---

--
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 unsubscribe?

2007-11-20 Thread Rich Smrcina

At the bottom of each message.

Tharranni Devi Shanmugam, TLS, Chennai wrote:

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Phil Payne
Sent: Wednesday, November 21, 2007 3:14 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: UK - GSE Large Systems Meeting Announcement and call for papers

Giggle.

z6 Performance and Pricing Predictions?

Yeah, rght!

Anyone fancy forming a _really_ _independent_ user group?  You can
surely depend on me.



--
Rich Smrcina
VM Assist, Inc.
Phone: 414-491-6001
Ans Service:  360-715-2467
rich.smrcina at vmassist.com
http://www.linkedin.com/in/richsmrcina

Catch the WAVV!  http://www.wavv.org
WAVV 2008 - Chattanooga - April 18-22, 2008

--
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


Retrieving current HSM AutoDump processing stats

2007-11-20 Thread Barry Gilder
Got a question for the HSM guru's on this list

I need to retrieve the current AutoDump processing information from within a 
REXX exec.

The HSM QUERY AUTOPROGRESS cmd returns the info I need.  For example :

AUTO DUMP IS CURRENTLY PROCESSING DFSMSHSM MANAGED VOLUMES
SMS VOLUMES RESTRICTED TO PROCESSING BY THIS PROCESSING UNIT: NOT
(CONT.) PROCESSED=847, TOTAL=1617, SMS VOLUMES NOT RESTRICTED TO
(CONT.) PROCESSING BY ANY PROCESSING UNIT: NOT PROCESSED=0, 
TOTAL=0,
(CONT.) NON-SMS VOLUMES: NOT PROCESSED=60, TOTAL=60

However, you can't write the output from a DFHSM QUERY cmd to a dataset.  
You can only use the REXX CONSOLE cmd to trap the output.

Unfortunately, we a few clients who don't allow the use of the REXX CONSOLE 
cmd, so I'm looking at using the HSM DISPLAY cmd to dump HSM storage or 
the REXX STORAGE cmd to traverse the HSM control blocks.

So far I haven't found anything in the HSM licensed manuals, so I was 
wondering if someone knows how to retrieve this info?

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: Retrieving current HSM AutoDump processing stats

2007-11-20 Thread George Fogg
I'll ask our HSM guru folks tomorrow for some control boocks that contain
the info you want and I hope they (the clients) haven't disabeled the Rexx
STORAGE function by setting the STORFG bit to one in a IRXINITX exit.

They could give you TSO CONSOLE authority to create an EMCS CONSOLE TSO
session and at least give you the authority to issue the HSM QUERY command.
George Fogg


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Barry Gilder
Sent: Tuesday, November 20, 2007 8:01 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Retrieving current HSM AutoDump processing stats

Got a question for the HSM guru's on this list

I need to retrieve the current AutoDump processing information from within a
REXX exec.

The HSM QUERY AUTOPROGRESS cmd returns the info I need.  For example :

AUTO DUMP IS CURRENTLY PROCESSING DFSMSHSM MANAGED VOLUMES SMS VOLUMES
RESTRICTED TO PROCESSING BY THIS PROCESSING UNIT: NOT
(CONT.) PROCESSED=847, TOTAL=1617, SMS VOLUMES NOT RESTRICTED TO
(CONT.) PROCESSING BY ANY PROCESSING UNIT: NOT PROCESSED=0, TOTAL=0,
(CONT.) NON-SMS VOLUMES: NOT PROCESSED=60, TOTAL=60

However, you can't write the output from a DFHSM QUERY cmd to a dataset.  
You can only use the REXX CONSOLE cmd to trap the output.

Unfortunately, we a few clients who don't allow the use of the REXX CONSOLE
cmd, so I'm looking at using the HSM DISPLAY cmd to dump HSM storage or the
REXX STORAGE cmd to traverse the HSM control blocks.

So far I haven't found anything in the HSM licensed manuals, so I was
wondering if someone knows how to retrieve this info?

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

--
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