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

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

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

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

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

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

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

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

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

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

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

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

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

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

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:

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,

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

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 -

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

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

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

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

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

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

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

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

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