Re: New BDMSCAN version to look at your Broadcast Dataset

2008-12-29 Thread R.S.

Eric Bielefeld wrote:
We still have a couple hundred addresses defined on our new Shark as 3380's.  I'm not sure exactly why, but they are there.  I think we had some software that required 3380s at one time, but I don't think we have any now.  


I'm curious - what would be the benefit of getting off of the 3380s?  I think 
that the larger track size might allow a little more data per track, but other 
than that, why would having 3380s be a problem?


The benefits of getting off 3380s:
- adressablility. Nowadays disk adresses occupy vast majority of 
addressing space. I know datacenters where mod-27 and even mod-54 was 
the only ay to address all the dasd box space.

- consistency. Life is much easier when having only one geometry, isn't it?
- convenience. AFAIK the largest 3380 model is approx 1GB. So, 
relatively average size datasets have to be multi-volume.

- limits. Large datasets can reach 59-vol limit.

Of course the above does not apply to datacenter with 6MIPS CPC, OS/390 
2.6, 3480 drives for backup and 330GB of dasd. We call such datacenters 
as palliative: you can't cure them, but you can buoy them up.


--
Radoslaw Skorupka
Lodz, Poland


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

Sąd Rejonowy dla m. st. Warszawy 
XII Wydział Gospodarczy Krajowego Rejestru Sądowego, 
nr rejestru przedsiębiorców KRS 025237

NIP: 526-021-50-88
Według stanu na dzień 01.01.2008 r. kapitał zakładowy BRE Banku SA  wynosi 
118.642.672 złote i został w całości wpłacony.

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


SV: SDSF and REXX support

2008-12-29 Thread Thomas Berg
Here is a simple example (a test rexx I started with),
I think You can change the ? to desired actionchar,
(but do check the manual: 
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISF4CS80/12.5?DT=20080605143940
 ):

/* REXX */ Trace N
  x = Isfcalls('ON')  
  isfprefix  = 'S000TBE7' 
  isfcols = 'JNAME JOBID OWNERID JCLASS POS STATUS' , 
'SYSNAME WORKLOAD CPU TRANACT SRVCLS SRVCLASS ACTSYS' ,   
'SYSAFF TOKEN PRTDEST'
  Address SDSF 'ISFEXEC ST (ALTERNATE PREFIX SDSF_ST_)'   
  isfcols2 = ,
'DDNAME STEPN PROCS DSID OCLASS RECCNT BYTECNT DSNAME'
  
  Do  i = 1 To isfrows
  Address SDSF ISFACT ST TOKEN('sdsf_ST_token.i') ,   
'PARM(NP ?) (PREFIX SDSF_ST_Q_)'  
  
  Say rc  
  Say isfmsg  
  
  Do  j = 1 To isfmsg2.0  
  Say isfmsg2.j   
  End 
  
  DO  J = 1 TO SDSF_ST_Q_DDNAME.0 
  SAY SDSF_ST_Q_DDNAME.J  
  End 
  
  
  End 
  
  x = Isfcalls('OFF') 
  Exit 0  




Regards,
Thomas Berg 
__
Thomas Berg   Specialist   IT-U   SWEDBANK
 
 

 -Ursprungligt meddelande-
 Från: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] För Dr. Stephen Fedtke
 Skickat: den 27 december 2008 12:12
 Till: IBM-MAIN@bama.ua.edu
 Ämne: SDSF and REXX support
 
 hi,
 
 does anybody know on how to change spool file attribute, such 
 as the msgclass, inside a SDSF  REXX environment? I.e. on 
 how to change corresponding table columns, causing system 
 commands being issued by SDSF.
 maybe, it is impossible.
 
 best
 stephen
 
 
 ---
 Dr. Stephen Fedtke
 Enterprise-IT-Security.com
 
 Seestrasse 3a
 CH-6300  Zug
 Switzerland
 Tel. ++41-(0)41-710-4005
 www.enterprise-it-security.com
 Meet your MAX Z Compliance Protector at Share, Austin, 
 March 1-6, 2009.
 
 --
 For IBM-MAIN subscribe / signoff / archive access 
 instructions, send email to lists...@bama.ua.edu with the 
 message: GET IBM-MAIN INFO Search the archives at 
 http://bama.ua.edu/archives/ibm-main.html
 

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


Re: New BDMSCAN version to look at your Broadcast Dataset

2008-12-29 Thread Ted MacNEIL
AFAIK the largest 3380 model is approx 1GB.

3380-K: 1.89 GB
-
Too busy driving to stop for gas!

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


UNIX and System time in z/OS

2008-12-29 Thread Lizette Koehler
running z/OS V1.9 with JAVA in Unix

I would like to know if there is a way to establish the JAVA in UNIX to always 
get the system date and time.  I would like to reduce the need to update the TZ 
parameter each time the time jumps.

I do have an /etc/profile which is fairly basic.  As shipped by IBM.  However, 
after reading the configuration manual for UNIX and JAVA, I am lost in 
translation.

Any help is appreciated.

Lizette

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


Re: UNIX and System time in z/OS

2008-12-29 Thread Rich Smrcina

Lizette Koehler wrote:

running z/OS V1.9 with JAVA in Unix

I would like to know if there is a way to establish the JAVA in UNIX to always 
get the system date and time.  I would like to reduce the need to update the TZ 
parameter each time the time jumps.

I do have an /etc/profile which is fairly basic.  As shipped by IBM.  However, 
after reading the configuration manual for UNIX and JAVA, I am lost in 
translation.

Any help is appreciated.

Lizette


Does the date command produce the current local time?

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

Catch the WAVV!  http://www.wavv.org
WAVV 2009 - Orlando, FL - May 15-19, 2009

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


Re: UNIX and System time in z/OS

2008-12-29 Thread Lizette Koehler
No - it is getting GMT.  We are EST. 

Lizette


-Original Message-
From: Rich Smrcina rsmrc...@wi.rr.com
Sent: Dec 29, 2008 9:34 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: UNIX and System time in z/OS

Lizette Koehler wrote:
 running z/OS V1.9 with JAVA in Unix
 
 I would like to know if there is a way to establish the JAVA in UNIX to 
 always get the system date and time.  I would like to reduce the need to 
 update the TZ parameter each time the time jumps.
 
 I do have an /etc/profile which is fairly basic.  As shipped by IBM.  
 However, after reading the configuration manual for UNIX and JAVA, I am lost 
 in translation.
 
 Any help is appreciated.
 
 Lizette

Does the date command produce the current local time?

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

Catch the WAVV!  http://www.wavv.org
WAVV 2009 - Orlando, FL - May 15-19, 2009

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

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


Re: Attachmate Extra! Toolbar editor - Usage assistance

2008-12-29 Thread George.William
Darn I say... that is the behavior I was experiencing. sigh.
Thanks... I think.

Bill

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on
Behalf Of Pete Borton
Sent: Sunday, December 28, 2008 8:52 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance



 

-Original Message-
From: George.William [mailto:william.geo...@ftb.ca.gov] 
Sent: 26 December 2008 22:33
To: IBM-MAIN@bama.ua.edu
Subject: Attachmate Extra! Toolbar editor - Usage assistance

Is there someone familiar with the idiosyncrasies of the Attachmate Extra!
toolbar editor. 
I am working with version 6.71.
 
The editor does not seem to work as stated when I attempt to work with many
of the toolbars I've tried to modify or create. Specifically, if I want to
move a button around it simply does not move to where I move it too. Most of
the time is jumps back to where it started or other times overlays another
button.  The HELP seems of no assistance as it simply says to move the
buttons where you would like using the mouse and let it go where you like.
Also... on changing the size of a button, HELP states to do this using the
corner connectors and the mouse but this does nothing. I'm assuming the
editor has some issues so I was hoping someone out there had some inside
tricks or work arounds in working with this toolbar editor.
FYI - I've scowered Attachmate's Support site but to no avail.
 
Thanks
---
Bill George 


__

Like a lot of Attachmate settings editors the Toolbar editor is a bit
esoteric !!

A.F.A.I.K. you cannot place a button past the last button on the right-hand
side of the toolbar, you have to 'shuffle things about' to get a button to
the far right. You cannot resize a button despite what the Help says, and
you can only extend a toolbar to the right, not downwards. 'Large buttons'
are 'display only'.

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

__

CONFIDENTIALITY NOTICE: This email from the State of California is for the sole 
use of the intended recipient and may contain confidential and privileged 
information.  Any unauthorized review or use, including disclosure or 
distribution, is prohibited.  If you are not the intended recipient, please 
contact the sender and destroy all copies of this email.  

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


Re: UNIX and System time in z/OS

2008-12-29 Thread Jakubek, Jan

I would like to know if there is a way to establish the JAVA in UNIX to
always get the system date and time.  I would like to reduce the need to
update the TZ parameter each time the time jumps.


This may work:

SYS1.PARMLIB(CEEPRM00)
ENVAR('TZ=EST5EDT'),  /* UNIX Time ZONE  */

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


Antwort: UNIX and System time in z/OS

2008-12-29 Thread Michael Klaeschen
Hi Lizette,

of course there is a kind of macro to obtain the time stamp with java. But 
I am not sure, if this is what you are looking for. Speaking about the TZ 
shell symbol, you do not need to update this parameter manually. For 
example Appendix I of z/OS V1R8.0 UNIX System Services Command 
Reference, Document Number SA22-7802-08 gives a good explanation on how 
to set up the symbol TZ correctly. Just allocate the application-specific 
.profile file (or your personal ~/.profile) and place your TZ 
definition into it. This would override /etc/profile. Well, the one manual 
intervention required is to decide in which time zone you would like to 
work.
Then, you may choose between time zone according to the TZ symbol and CUT 
with the shell command /bin/date by (not) coding parameter -u.

Cheers
Michael





Lizette Koehler stars...@mindspring.com 
Gesendet von: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
29.12.2008 15:29
Bitte antworten an
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU


An
IBM-MAIN@BAMA.UA.EDU
Kopie

Thema
UNIX and System time in z/OS






running z/OS V1.9 with JAVA in Unix

I would like to know if there is a way to establish the JAVA in UNIX to 
always get the system date and time.  I would like to reduce the need to 
update the TZ parameter each time the time jumps.

I do have an /etc/profile which is fairly basic.  As shipped by IBM. 
However, after reading the configuration manual for UNIX and JAVA, I am 
lost in translation.

Any help is appreciated.

Lizette

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

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


Re: UNIX and System time in z/OS

2008-12-29 Thread Gray, Larry - Larry A
Set TZ to EST5EDT.  That should cause it to shift automatically. 


Larry Gray
Large Systems Engineering
Lowe's Companies
336-658-7944

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Lizette Koehler
Sent: Monday, December 29, 2008 9:38 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: UNIX and System time in z/OS

No - it is getting GMT.  We are EST. 

Lizette


NOTICE:
All information in and attached to the e-mail(s) below may be proprietary, 
confidential, privileged and otherwise protected from improper or erroneous 
disclosure.  If you are not the sender's intended recipient, you are not 
authorized to intercept, read, print, retain, copy, forward, or disseminate 
this message.  If you have erroneously received this communication, please 
notify the sender immediately by phone
(704-758-1000) or by e-mail and destroy all copies of this message (electronic, 
paper, or otherwise).  Thank you.

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


Re: UNIX and System time in z/OS

2008-12-29 Thread Mark Zelden
On Mon, 29 Dec 2008 09:29:19 -0500, Lizette Koehler
stars...@mindspring.com wrote:

running z/OS V1.9 with JAVA in Unix

I would like to know if there is a way to establish the JAVA in UNIX to
always get the system date and time.  I would like to reduce the need to
update the TZ parameter each time the time jumps.

I do have an /etc/profile which is fairly basic.  As shipped by IBM. 
However, after reading the configuration manual for UNIX and JAVA, I am lost
in translation.

Any help is appreciated.


Where are you setting / updating the TZ variable?   

If you use a format like TZ=CST6CDT  (for central time) or TZ=EST5EDT 
(eastern time), that should take care of having to change it in the spring
and fall.  

You should have this specified in your /etc/init.options and also in
/etc/profile.

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:mark.zel...@zurichna.com
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

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


Re: UNIX and System time in z/OS

2008-12-29 Thread Paul Gilmartin
On Mon, 29 Dec 2008 09:37:53 -0500, Lizette Koehler wrote:

No - it is getting GMT.  We are EST.

Simple an in adequate answer:  Set TZ=EST5EDT (in several places.)

Better answer that IBM doesn't support:  There should be a single
point of maintenance, either in PARMLIB or in STP that controls
the final default TZ for both Classic and Unix environments.

Best answer, alas NIH to IBM:

   Linkname: Sources for Time Zone and Daylight Saving Time Data
URL: http://www.twinsun.com/tz/tz-link.htm

-- gil

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


Re: UNIX and System time in z/OS

2008-12-29 Thread Chauhan, Jasbir
Hi Lizette,

You may want to code the following in your profile and never have to
worry about time change -- unless of course, some smart (?) politician
decides to push for another change to DST:

TZ=EST5EDT
export TZ=EST5EDT,M3.2.0,M11.1.0  
  

Regards,
Jasbir Chauhan 
 
 

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Lizette Koehler
Sent: Monday, December 29, 2008 9:29 AM
To: IBM-MAIN@bama.ua.edu
Subject: UNIX and System time in z/OS

running z/OS V1.9 with JAVA in Unix

I would like to know if there is a way to establish the JAVA in UNIX to
always get the system date and time.  I would like to reduce the need to
update the TZ parameter each time the time jumps.

I do have an /etc/profile which is fairly basic.  As shipped by IBM.
However, after reading the configuration manual for UNIX and JAVA, I am
lost in translation.

Any help is appreciated.

Lizette

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

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


Re: UNIX and System time in z/OS

2008-12-29 Thread Lizette Koehler
As always - more than one way to skin a cat.

All excellent answers and now I must dig deeper and deeper into UNIX and the 
/etc folder.  I knew about the /etc/profile.  I did not know about the 
/etc/init.options.  So many places so little time.  And yes, it would be nice 
if IBM set it up with a single point of customization.

I will work on all of these answers and see which one works for me.

At this time, the /etc and UNIX in general has not been customized. So I am 
tackling this process one step at a time.  Once I get the time sorted out, I 
think I can complete the customization without any issues.

Lizette




You may want to code the following in your profile and never have to
worry about time change -- unless of course, some smart (?) politician
decides to push for another change to DST:

TZ=EST5EDT
export TZ=EST5EDT,M3.2.0,M11.1.0  
  



running z/OS V1.9 with JAVA in Unix

I would like to know if there is a way to establish the JAVA in UNIX to
always get the system date and time.  I would like to reduce the need to
update the TZ parameter each time the time jumps.

I do have an /etc/profile which is fairly basic.  As shipped by IBM.
However, after reading the configuration manual for UNIX and JAVA, I am
lost in translation.

Any help is appreciated.

Lizette


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


Re: Attachmate Extra! Toolbar editor - Usage assistance

2008-12-29 Thread Pete Borton
One small trick is to put a 'separator' on the far right of the toolbar -
you should then be able to move buttons to the far right and they will be
inserted before the 'separator' - if you don't want the separator you can
delete it when you've finished.

Pete 

-Original Message-
From: George.William [mailto:william.geo...@ftb.ca.gov] 
Sent: 29 December 2008 14:48
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance

Darn I say... that is the behavior I was experiencing. sigh.
Thanks... I think.

Bill

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf
Of Pete Borton
Sent: Sunday, December 28, 2008 8:52 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance



 

-Original Message-
From: George.William [mailto:william.geo...@ftb.ca.gov]
Sent: 26 December 2008 22:33
To: IBM-MAIN@bama.ua.edu
Subject: Attachmate Extra! Toolbar editor - Usage assistance

Is there someone familiar with the idiosyncrasies of the Attachmate Extra!
toolbar editor. 
I am working with version 6.71.
 
The editor does not seem to work as stated when I attempt to work with many
of the toolbars I've tried to modify or create. Specifically, if I want to
move a button around it simply does not move to where I move it too. Most of
the time is jumps back to where it started or other times overlays another
button.  The HELP seems of no assistance as it simply says to move the
buttons where you would like using the mouse and let it go where you like.
Also... on changing the size of a button, HELP states to do this using the
corner connectors and the mouse but this does nothing. I'm assuming the
editor has some issues so I was hoping someone out there had some inside
tricks or work arounds in working with this toolbar editor.
FYI - I've scowered Attachmate's Support site but to no avail.
 
Thanks
---
Bill George 


__

Like a lot of Attachmate settings editors the Toolbar editor is a bit
esoteric !!

A.F.A.I.K. you cannot place a button past the last button on the right-hand
side of the toolbar, you have to 'shuffle things about' to get a button to
the far right. You cannot resize a button despite what the Help says, and
you can only extend a toolbar to the right, not downwards. 'Large buttons'
are 'display only'.

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


__

CONFIDENTIALITY NOTICE: This email from the State of California is for the
sole use of the intended recipient and may contain confidential and
privileged information.  Any unauthorized review or use, including
disclosure or distribution, is prohibited.  If you are not the intended
recipient, please contact the sender and destroy all copies of this email.  

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

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


Re: Attachmate Extra! Toolbar editor - Usage assistance

2008-12-29 Thread George.William
Good tip. Thanks!
There is one large customized toolbar (48 buttons) someone created long ago 
that this trick doesn't seem to work with. But a few others it does. 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on
Behalf Of Pete Borton
Sent: Monday, December 29, 2008 8:26 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance


One small trick is to put a 'separator' on the far right of the toolbar -
you should then be able to move buttons to the far right and they will be
inserted before the 'separator' - if you don't want the separator you can
delete it when you've finished.

Pete 

__

CONFIDENTIALITY NOTICE: This email from the State of California is for the sole 
use of the intended recipient and may contain confidential and privileged 
information.  Any unauthorized review or use, including disclosure or 
distribution, is prohibited.  If you are not the intended recipient, please 
contact the sender and destroy all copies of this email.  

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


Re: Attachmate Extra! Toolbar editor - Usage assistance

2008-12-29 Thread Pete Borton
Looks like the number of buttons you can get on the toolbar is dependent on
the Windows screen resolution you are using: 
800x600 = 33 buttons   1024x768 = 42 buttons  1152x864 = 48 buttons
1280xnnn = 53 buttons

Try going to 1280xnnn and see if you get that pesky 48 buttoner!!

Pete

-Original Message-
From: George.William [mailto:william.geo...@ftb.ca.gov] 
Sent: 29 December 2008 16:30
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance

Good tip. Thanks!
There is one large customized toolbar (48 buttons) someone created long ago
that this trick doesn't seem to work with. But a few others it does. 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf
Of Pete Borton
Sent: Monday, December 29, 2008 8:26 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance


One small trick is to put a 'separator' on the far right of the toolbar -
you should then be able to move buttons to the far right and they will be
inserted before the 'separator' - if you don't want the separator you can
delete it when you've finished.

Pete 


__

CONFIDENTIALITY NOTICE: This email from the State of California is for the
sole use of the intended recipient and may contain confidential and
privileged information.  Any unauthorized review or use, including
disclosure or distribution, is prohibited.  If you are not the intended
recipient, please contact the sender and destroy all copies of this email.  

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

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


Re: Attachmate Extra! Toolbar editor - Usage assistance

2008-12-29 Thread George.William
already at 1280. where did you find this information by the way?

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on
Behalf Of Pete Borton
Sent: Monday, December 29, 2008 8:43 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance


Looks like the number of buttons you can get on the toolbar is dependent on
the Windows screen resolution you are using: 
800x600 = 33 buttons   1024x768 = 42 buttons  1152x864 = 48 buttons
1280xnnn = 53 buttons

Try going to 1280xnnn and see if you get that pesky 48 buttoner!!

Pete

-Original Message-
From: George.William [mailto:william.geo...@ftb.ca.gov] 
Sent: 29 December 2008 16:30
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance

Good tip. Thanks!
There is one large customized toolbar (48 buttons) someone created long ago
that this trick doesn't seem to work with. But a few others it does. 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf
Of Pete Borton
Sent: Monday, December 29, 2008 8:26 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance


One small trick is to put a 'separator' on the far right of the toolbar -
you should then be able to move buttons to the far right and they will be
inserted before the 'separator' - if you don't want the separator you can
delete it when you've finished.

Pete 


__

CONFIDENTIALITY NOTICE: This email from the State of California is for the
sole use of the intended recipient and may contain confidential and
privileged information.  Any unauthorized review or use, including
disclosure or distribution, is prohibited.  If you are not the intended
recipient, please contact the sender and destroy all copies of this email.  

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

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

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


Re: Attachmate Extra! Toolbar editor - Usage assistance

2008-12-29 Thread Pete Borton
I didn't - just by playing around!  It is Christmas after all!!

-Original Message-
From: George.William [mailto:william.geo...@ftb.ca.gov] 
Sent: 29 December 2008 17:00
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance

already at 1280. where did you find this information by the way?

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf
Of Pete Borton
Sent: Monday, December 29, 2008 8:43 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance


Looks like the number of buttons you can get on the toolbar is dependent on
the Windows screen resolution you are using: 
800x600 = 33 buttons   1024x768 = 42 buttons  1152x864 = 48 buttons
1280xnnn = 53 buttons

Try going to 1280xnnn and see if you get that pesky 48 buttoner!!

Pete

-Original Message-
From: George.William [mailto:william.geo...@ftb.ca.gov]
Sent: 29 December 2008 16:30
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance

Good tip. Thanks!
There is one large customized toolbar (48 buttons) someone created long ago
that this trick doesn't seem to work with. But a few others it does. 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf
Of Pete Borton
Sent: Monday, December 29, 2008 8:26 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance


One small trick is to put a 'separator' on the far right of the toolbar -
you should then be able to move buttons to the far right and they will be
inserted before the 'separator' - if you don't want the separator you can
delete it when you've finished.

Pete 


__

CONFIDENTIALITY NOTICE: This email from the State of California is for the
sole use of the intended recipient and may contain confidential and
privileged information.  Any unauthorized review or use, including
disclosure or distribution, is prohibited.  If you are not the intended
recipient, please contact the sender and destroy all copies of this email.  

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

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

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

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


Re: Attachmate Extra! Toolbar editor - Usage assistance

2008-12-29 Thread George.William
hhh...ooh.  Thanks

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on
Behalf Of Pete Borton
Sent: Monday, December 29, 2008 9:08 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance


I didn't - just by playing around!  It is Christmas after all!!

-Original Message-
From: George.William [mailto:william.geo...@ftb.ca.gov] 
Sent: 29 December 2008 17:00
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance

already at 1280. where did you find this information by the way?

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf
Of Pete Borton
Sent: Monday, December 29, 2008 8:43 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance


Looks like the number of buttons you can get on the toolbar is dependent on
the Windows screen resolution you are using: 
800x600 = 33 buttons   1024x768 = 42 buttons  1152x864 = 48 buttons
1280xnnn = 53 buttons

Try going to 1280xnnn and see if you get that pesky 48 buttoner!!

Pete

-Original Message-
From: George.William [mailto:william.geo...@ftb.ca.gov]
Sent: 29 December 2008 16:30
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance

Good tip. Thanks!
There is one large customized toolbar (48 buttons) someone created long ago
that this trick doesn't seem to work with. But a few others it does. 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf
Of Pete Borton
Sent: Monday, December 29, 2008 8:26 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance


One small trick is to put a 'separator' on the far right of the toolbar -
you should then be able to move buttons to the far right and they will be
inserted before the 'separator' - if you don't want the separator you can
delete it when you've finished.

Pete 


__

CONFIDENTIALITY NOTICE: This email from the State of California is for the
sole use of the intended recipient and may contain confidential and
privileged information.  Any unauthorized review or use, including
disclosure or distribution, is prohibited.  If you are not the intended
recipient, please contact the sender and destroy all copies of this email.  

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

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

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

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

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


Re: Attachmate Extra! Toolbar editor - Usage assistance

2008-12-29 Thread Pete Borton
Was just wondering if Attachmate is dual screen sensitive ? i.e. will
these numbers double if you've got two screens ? I've only got one though so
that's where my playing ends ahhh

-Original Message-
From: George.William [mailto:william.geo...@ftb.ca.gov] 
Sent: 29 December 2008 17:15
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance

hhh...ooh.  Thanks

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf
Of Pete Borton
Sent: Monday, December 29, 2008 9:08 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance


I didn't - just by playing around!  It is Christmas after all!!

-Original Message-
From: George.William [mailto:william.geo...@ftb.ca.gov]
Sent: 29 December 2008 17:00
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance

already at 1280. where did you find this information by the way?

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf
Of Pete Borton
Sent: Monday, December 29, 2008 8:43 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance


Looks like the number of buttons you can get on the toolbar is dependent on
the Windows screen resolution you are using: 
800x600 = 33 buttons   1024x768 = 42 buttons  1152x864 = 48 buttons
1280xnnn = 53 buttons

Try going to 1280xnnn and see if you get that pesky 48 buttoner!!

Pete

-Original Message-
From: George.William [mailto:william.geo...@ftb.ca.gov]
Sent: 29 December 2008 16:30
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance

Good tip. Thanks!
There is one large customized toolbar (48 buttons) someone created long ago
that this trick doesn't seem to work with. But a few others it does. 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf
Of Pete Borton
Sent: Monday, December 29, 2008 8:26 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Attachmate Extra! Toolbar editor - Usage assistance


One small trick is to put a 'separator' on the far right of the toolbar -
you should then be able to move buttons to the far right and they will be
inserted before the 'separator' - if you don't want the separator you can
delete it when you've finished.

Pete 


__

CONFIDENTIALITY NOTICE: This email from the State of California is for the
sole use of the intended recipient and may contain confidential and
privileged information.  Any unauthorized review or use, including
disclosure or distribution, is prohibited.  If you are not the intended
recipient, please contact the sender and destroy all copies of this email.  

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

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

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

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

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

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


Re: How to calculate size of a PS dataset

2008-12-29 Thread Alan Young
On Tue, 23 Dec 2008 03:07:44 -0600, Parin Gangar paringan...@gmail.com wrote:

Hi,

I need to calculate the size of a dataset in Megabytes / Gigabytes. I cannot
download the file and check the same as I know the file size would be over 50
GB and I don't want to fill up my hard disk.

The dataset has following details -

Device type . . . . :,3390
Record format . . . :,FB
Record length . . . :,1526
Block size  . . . . :,7630
1st extent tracks . :,15000
Secondary tracks  . :,1500

Current Allocation,
,Allocated tracks  . :,297,141
,Allocated extents . :,190
, ,
, ,
Current Utilization,
,Used tracks . . . . :,297,141
,Used extents  . . . :,190

I tried searching this on Google, but didn't get anything. I know that there is
some formula for this.

Any help will be much appreciated.

Thanks,
Parin

IBM's Interactive Storage Management Facility (ISMF) option 1 will provide
the allocated and used space of data sets in KB.  If your storage admins
don't have ISMF setup to be publically accessible, ask them to.  The inquiry
functions are useful.  (And if you're brave enough, it can run large
inquiries in batch (see NaviQuest).)

If the data set is SMS compressed, a LISTCAT on the dataset will show it's
compressed and uncompressed size in bytes in the COMP-USER-DATA-SIZE and
USER-DATA-SIZE fields.

Some third party products like FDR report and CA-DIsk can report on the
dataset's size.

Alan

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


Re: Kudos, IBMLink

2008-12-29 Thread Petersen, Jim
This change is something which was discussed in a open forum with IBM at
the San Diego SHARE in Aug. 2007.   Sounds like they listened.

___ 
Jim Petersen 
MVS - Lead Systems Engineer 
Home Depot Technology Center 
1300 Park Center Drive, Austin, TX 78753 
www.homedepot.com 
email:jim_peter...@homedepot.com 
512-977-2615 direct 
210-977-2930 fax 
210-859-9887 cell phone 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Arthur Gutowski
Sent: Tuesday, December 16, 2008 10:57 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Kudos, IBMLink

Here, here!  Saves me the trouble of logging in if all that happened was

someone opend the ETR...

Regards,
Art Gutowski
Ford Motor Company

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

-
The information contained in this e-mail and any attached documents
may contain information that is confidential or otherwise protected
from disclosure. If you are not the intended recipient of this
message, or if this message has been sent to you in error, please
immediately alert the sender by reply e-mail and then delete this
message, including any attachments. Any dissemination, distribution
or other use of the contents of this message by anyone other than
the intended recipient is strictly prohibited.

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


RO command query

2008-12-29 Thread Tommy Tsui
hi all,
Why the RO command does not work properly? is there any changed after
upgrade to z/os 1.9.
In our shop there are three members or LPARs connected to sysplex,
when I issue the following command under the SDSF from LPAR1, nothing
display from LPAR1 console.
RO LPAR2, D A,L

thanks and regards

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


Re: RO command query

2008-12-29 Thread Daniel Allen
If you are getting an IEE311I message, you have a space between the comma
and the command.

On Mon, Dec 29, 2008 at 3:06 PM, Tommy Tsui tommyt...@gmail.com wrote:

 hi all,
 Why the RO command does not work properly? is there any changed after
 upgrade to z/os 1.9.
 In our shop there are three members or LPARs connected to sysplex,
 when I issue the following command under the SDSF from LPAR1, nothing
 display from LPAR1 console.
 RO LPAR2, D A,L

 thanks and regards

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


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


Re: RO command query

2008-12-29 Thread Lizette Koehler
It looks like there is a space between the comma and the D A,L.

Have you tried it without the space?   RO LPAR2,D A,L

Lizette



 
 
 hi all,
 Why the RO command does not work properly? is there any changed after
 upgrade to z/os 1.9.
 In our shop there are three members or LPARs connected to sysplex,
 when I issue the following command under the SDSF from LPAR1, nothing
 display from LPAR1 console.
 RO LPAR2, D A,L
 

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


Re: RO command query

2008-12-29 Thread Tommy Tsui
acutally, I want to display all sysplex member tape information, but
it didn't work fine. After the command issued, nothing display and the
command time out finally.

CMDRESULT=AXRCMD('RO MOSYSD,D SMS,LIB(ALL),DETAIL','OUTPUTVAR.',100);
C=1
connectid= 'FIRSTLINE';
IF CMDRESULT =0 THEN
DO
 MYRESULT=AXRMLWTO(OUTPUTVAR.1,'CONNECTID','C');
  DO C = 2 TO  OUTPUTVAR.0
 LINE = 'SYSu '||left(outputvar.c,80)
 MYRESULT=AXRMLWTO(line,'CONNECTID','D');
 IF MyResult =0 THEN
 EXIT 1;
 END;
CALL AXRMLWTO , 'CONNECTID','E';
END ;

On Tue, Dec 30, 2008 at 7:31 AM, Lizette Koehler
stars...@mindspring.com wrote:
 It looks like there is a space between the comma and the D A,L.

 Have you tried it without the space?   RO LPAR2,D A,L

 Lizette





 hi all,
 Why the RO command does not work properly? is there any changed after
 upgrade to z/os 1.9.
 In our shop there are three members or LPARs connected to sysplex,
 when I issue the following command under the SDSF from LPAR1, nothing
 display from LPAR1 console.
 RO LPAR2, D A,L


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


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