Re: System Config : suggestion (corrected)

2007-03-21 Thread Alain Benveniste
Richard, All the devices coded in the imbed file as offline_at_ipl are still seen as DEV OFFLINE by the system even if we code sensed - in the config file, as you show. At this time I suppose I will use the cp q all offline cmd, extract all the DEV and vary on them. Not very nice. Alain

Can't set printer to 66 lines

2007-03-21 Thread Les Geer (607-429-3580)
>I have an HP 8150 printer defined in RSCS using EXIT=LPRXPSE and >SYSTEM=YES to invoke LPRXFORM. The default line count for portrait >orientation on this printer is 60. I want to change it to 66 for this job >which is only text characters. I've tried several different ways but with >no success. I

Re: Moving on

2007-03-21 Thread Richard Troth
Now they're REALLY coming out of the woodwork!! -- R; Dave Elbon <[EMAIL PROTECTED]> Sent by: The IBM z/VM Operating System 03/21/2007 05:05 PM Please respond to The IBM z/VM Operating System From Dave Elbon <[EMAIL PROTECTED]> To IBMVM@LISTSERV.UARK.EDU cc Subject Re: Moving on

Re: Moving on

2007-03-21 Thread Dave Elbon
>After over 22 years of working on VM and my MailBook email software, >I have decided to stop. The end of an era! Here at the University of Kentucky we are down from several thousand Mailbook users to maybe just one -- me. Our VM system is going away by the end of June, so I'll be moving on to s

Re: System Config : suggestion (corrected)

2007-03-21 Thread Schuh, Richard
Go ahead and let the devices be sensed. We take a slightly different approach. We have Devices , Online_at_IPL -, Dynamic_I/O -, Sensed - Followed by (it happens to be the last en

Re: System Config : suggestion (corrected)

2007-03-21 Thread Alain Benveniste
James, I didn't give enough infos : the problem is how to treat duplicate volsers as Berry says Offline during IPL but get them Online just after. I have tested a similar solution where the idea was to pipe cp q da offline and vary on the result. The problem is that what we code with Offline_at_i

Re: EXECTRAC not inherited

2007-03-21 Thread jcanavan
Also, are you sure that the code you are going to doesn't have a 'set exectrac off'? Jan Canavan Rob van der Heij <[EMAIL PROTECTED]> Sent by: The IBM z/VM Operating System 03/21/2007 03:54 AM Please respond to The IBM z/VM Operating System To IBMVM@LISTSERV.UARK.EDU cc Subject Re: EXEC

DB2 Field conversion problem

2007-03-21 Thread Tom Duerbusch
I have two fields. One is defined as: IBMSNAP_UOWID CHAR(10) FOR BIT DATA NOT NULL and the other is defined as: UOW INTEGER I need to have them in a "join". However the datatypes need to match. In these tables, I can't change the definition. However, I can copy the tables to new tables

Re: EXECTRAC not inherited

2007-03-21 Thread Schuh, Richard
It doesn't take a special compiler. "REXXC fileid (NOSLINE NOTRACE" is used in a lot of places. We have code that is used by a lot of people who have a habit of cannibalizing EXECs and then calling the originator of the code when their modifications do not work. Compiling with those parameters work

Re: EXECTRAC not inherited

2007-03-21 Thread Rich Greenberg
"Ian S. Worthington" <[EMAIL PROTECTED]> wrote: >I have some execs that call a vendor module that, in turn, invokes other >execs as user exits. >If I set EXECTRAC ON my initial execs are correctly traced. But the other >execs invoked out of the vendor module are not. >I'm not sure how this late

VSWITCH/network problem

2007-03-21 Thread Tom Duerbusch
I have a weird/flacky problem. I'm looking for thoughts on directions I can take on this. We have a MS/Access application that access DB2/VSE over a DRDA connection. The VSE that hosts the DB2 engine is connected to the network via VSWITCH and we go out to the "world" via an OSA card on the z

Re: System Config : suggestion (corrected)

2007-03-21 Thread Stracka, James (GTI)
Interesting. We reverse the order: Devices , Offline_at_IPL -, Sensed -, Online_at_IPL 0400-0408 , 0A00-0AEF , A9A0-A9AF , AC30-AC3F , AFAF , BC90-BCA8 ,

Can't set printer to 66 lines

2007-03-21 Thread Bob Henry
I have an HP 8150 printer defined in RSCS using EXIT=LPRXPSE and SYSTEM=YES to invoke LPRXFORM. The default line count for portrait orientation on this printer is 60. I want to change it to 66 for this job which is only text characters. I've tried several different ways but with no success. I h

Re: System Config : suggestion (corrected)

2007-03-21 Thread Berry van Sleeuwen
Hello Alain, We use an input file to select what DASD addresses should be online after an IPL. The file is basically a Q DASD. The file is read and attaches the DASD to system, dedicated DASD is left free and DASD that is not used is set offline. The only thing we have to do is (re)build the

Re: EXECTRAC not inherited

2007-03-21 Thread Mike Walter
And if they have gone to that tiny bit of trouble (probably a legal Intellectual Property issue), you can still question their doing so. Ask them to be sure that whenever their code calls an external routine that they have not written, to turn the bit back on. Saving and restoring the environm

Re: spoolchn/perfkit

2007-03-21 Thread Huegel, Thomas
You can go to the VM DOWNLOADS and get Kirs's RXSERVER package, the core of which is WAKEUP but with many many extras. There is even a GUI available to update the schedule. -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] Behalf Of Jim Bohnsack Sent: Tuesday

Re: Moving on

2007-03-21 Thread Fran Hensler
Richard - You are in good company -- Garrison Keillor of Prarie Home Companion fame always wears red socks. http://prairiehome.publicradio.org Maybe you two could get together and buy them in bulk. /Fran Hensler at Slippery Rock University of Pennsylvania USA for 43 years [EMAIL PRO

Re: EXECTRAC not inherited

2007-03-21 Thread Rob van der Heij
On 3/21/07, Kris Buelens <[EMAIL PROTECTED]> wrote: I guess you are sure the code is not compiled (CA has some special REXX compiler; interpreters of compiled REXX don't check EXECTRAC); TRACEXEC by Kent Fiala is also extremely handy when you try to do selective tracing of REXX code. Rob

System Config : suggestion (corrected)

2007-03-21 Thread Alain Benveniste
Hi all, We have several DASD array and many config files to use them. I was thinking that if an 'Online_after_ipl' option was available, it cou ld help (me & us). At this time I code many VARY ON (256 dev max !) in autolog2, that is not a 'restriction' in the config file. Depending on the cpu

System Config : suggestion

2007-03-21 Thread Alain Benveniste
Hi all, We have several DASD array and many config files to use them. I was thinking that if an 'Offline_after_ipl' option was available, it could help (me & us). At this time I code many VARY ON (256 dev max !) in autolog2, that is not a 'restriction' in the config file. Depending on the cp

Re: EXECTRAC not inherited

2007-03-21 Thread Kris Buelens
I guess you are sure the code is not compiled (CA has some special REXX compiler; interpreters of compiled REXX don't check EXECTRAC); You don't pass through XEDIT first? (XEDIT turns EXECTRAC OFF when it displays the screen to the user) 2007/3/21, Phil Smith III <[EMAIL PROTECTED]>: "Ian S. W

Re: EXECTRAC not inherited

2007-03-21 Thread Phil Smith III
"Ian S. Worthington" <[EMAIL PROTECTED]> wrote: >I have some execs that call a vendor module that, in turn, invokes other >execs as user exits. >If I set EXECTRAC ON my initial execs are correctly traced. But the other >execs invoked out of the vendor module are not. >I'm not sure how this late