AUTO: Jon Butler is out of the office (returning 28-09-2008)

2008-09-20 Thread Jon Butler
I am out of the office until 28-09-2008. I will be out of the office until Monday, 29 September. I will not have access to eMail, and mobile coverage will be spotty. If you need assistance, please contact Jeff Beck or Denis Vo. Note: This is an automated response to your message ".IBM-MAIN Di

Re: Data conversion EBCDIC to ASCII

2008-09-20 Thread Jürgen Kehr
Hello, you may use the following REXX to do this job. AFAIK this program uses the german code table, but this may easily changed. /** REXX */ /*---*/ /*! FA#ASCII

Display Esoteric Values

2008-09-20 Thread Kenneth J. Kripke
Paste: From:"Donnelly, John P" <[EMAIL PROTECTED]> Subject: Display Esoteric values hellois there a console command which will display the esoteric a= ssigned by device type... End_paste: To my knowledge, there isn't. There have been postings of shareware tools to accomplish thi

Re: Display Esoteric values

2008-09-20 Thread Ron Hawkins
Howard, Try here http://www.cbttape.org/ Ron > -Original Message- > From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On > Behalf Of Howard Rifkind > Sent: Friday, September 19, 2008 2:09 PM > To: IBM-MAIN@BAMA.UA.EDU > Subject: Re: [IBM-MAIN] Display Esoteric values > > Jus

Re: Data conversion EBCDIC to ASCII

2008-09-20 Thread Mark Zelden
On Fri, 19 Sep 2008 20:27:54 -0300, Claudio Marcio <[EMAIL PROTECTED]> wrote: >Hello, > >How do I convert a member with data EBCDIC to ASCII in the TSO environment? > You'll find lots of different ways in the archives. Via JCL, FTP, using z/OS UNIX, just to name a few. The best methods use the

Re: Data conversion EBCDIC to ASCII

2008-09-20 Thread Ed Finnell
In a message dated 9/20/2008 9:38:44 A.M. Central Daylight Time, [EMAIL PROTECTED] writes: You'll find lots of different ways in the archives. Via JCL, FTP, using z/OS UNIX, just to name a few. The best methods use the ICONV() service. I have been using this C++ utility: >> Don't kn

Re: PDSE(1)_BUFFER_BEYOND_CLOSE & PDSE(1)_HSP_SIZE

2008-09-20 Thread Knutson, Sam
Hi Mark, I implemented Buffer Beyond Close in February without incident and I see a large number of PDSEs that are accessed frequently that are benefiting from this. You can use MXG TYPE1415 to do some simple reporting. I would actually like to see member data cached (Data In Memory is good) bu

Re: A STP question

2008-09-20 Thread Kenneth E Tomiak
I thought the CECs (pre-STP) would only get time from a Sysplex Timer or a special hardware device that knew how to dial NIST for the time. STP is a replacement for that, so if all 4 CECs play with STP then they need to be able to communicate with one another if only two of them are running the

Re: can the ENTER key be simulated in an ISPF panel

2008-09-20 Thread Kenneth E Tomiak
If you want TSO/E REXX to wait only a certain duration after having called another program (ISPEXEC), there is no such function. REXX waits for the called program to return control. Sounds like you want ISPF to have an option that when a panel is displayed it would 'timeout' if the user did not

Re: Tape Libraries

2008-09-20 Thread John Ticic IBM-MAIN
The MDL can also replicate the data. One solution I am known of starts the replication at tape close. There are other options. For example. If the MAS/MDL uses a DS6800 to store the Tape volumes, then the DS6800 can PPRC (in real-time of course) to a second DS6800. This is valid for any kind of

Re: Taking Image Copy of base tablespace,LOB Tablespace and all the indexspaces in DB2V8

2008-09-20 Thread Kenneth E Tomiak
And take advantage of search engines like GOOGLE and ASK. A search of the message id and "COPY YES" turned up this hit which explains why you received the message. If you are aDBA then from there you should know what to do or get a DBA to fix it. There are DBa consultants available if you are s

Re: PDSE(1)_BUFFER_BEYOND_CLOSE & PDSE(1)_HSP_SIZE

2008-09-20 Thread Mark Zelden
On Sat, 20 Sep 2008 10:56:41 -0400, Knutson, Sam <[EMAIL PROTECTED]> wrote: >Hi Mark, > >I implemented Buffer Beyond Close in February without incident and I see a large number of PDSEs that are accessed frequently that are benefiting from this. You can use MXG TYPE1415 to do some simple reporting

Re: can the ENTER key be simulated in an ISPF panel

2008-09-20 Thread Ted MacNEIL
>If you want TSO/E REXX to wait only a certain duration after having called >another program (ISPEXEC), there is no such function You need TSO to be a multi-tasking environment, where a parent process can kill another after a specific interval. I've done this in UNIX, GCOS, LINUX, and an experi

Re: can the ENTER key be simulated in an ISPF panel

2008-09-20 Thread J R
> ... but TSO is a single task. Actually, TSO is far from a single task. The problem is that, if you have more than one active task that can issue a TGET, when you enter a response, you don't know to whom you are responding. ISPF gets around this by only having an outstanding TGET on t

Re: can the ENTER key be simulated in an ISPF panel

2008-09-20 Thread Ted MacNEIL
>Actually, TSO is far from a single task. The problem is that, if you have >more than one active task that can issue a TGET, when you enter a response, >you don't know to whom you are responding. Okay. But, it acts as a single task. Only one is active at a time. Tomayto - tomatto! (8-{]} -

Re: can the ENTER key be simulated in an ISPF panel

2008-09-20 Thread J R
Well, I just thought a little more about this. ;-) ISPF does the TGET. Based on context, i.e. where the cursor is, the appropriate logical screen is given control. > Date: Sat, 20 Sep 2008 15:29:50 -0400 > From: [EMAIL PROTECTED] > Subject: Re: can the ENTER key be simulated in an ISPF p

Re: can the ENTER key be simulated in an ISPF panel

2008-09-20 Thread Ted MacNEIL
>Well, I just thought a little more about this. ;-) >ISPF does the TGET. Based on context, i.e. where the cursor is, the >appropriate logical screen is given control. Yes, but that is just context. There's still only one task listening. That's like 'one hand clapping'? - Too busy drivi

Re: can the ENTER key be simulated in an ISPF panel

2008-09-20 Thread J R
> Okay. But, it acts as a single task. > Only one is active at a time. I agree. The outstanding TGET is the reason why. > Date: Sat, 20 Sep 2008 19:32:09 + > From: [EMAIL PROTECTED] > Subject: Re: can the ENTER key be simulated in an ISPF panel > To: IBM-MAIN@BAMA.UA.EDU > > >Actuall

SHOWzOS 7.17

2008-09-20 Thread Roland Schiradin
Hi folks, anybody seen a LOGREC entry with S1C7 running SHOWzOS 7.17 under z/OS R9. I don't see them on my system so I can't set a SLIP to capture more data. I also didn't find any good hint in the IBM database. LOGREC entry SEARCH ARGUMENT ABSTRACT

Vacancy - WashDC - Capacity Reporting

2008-09-20 Thread Jim Marshall
Vacancy – z/OS Performance Reporting, Capacity Planning, Performance Tuning (optional). Data Center has 2-z9BCs operating in a z/OS Parallel Sysplex. Knowledge of SAS required to report using MXG. Knowledge of SAS/Connect and SAS/Access for Oracle would be a plus but not mandatory. This is a co

Re: Data conversion EBCDIC to ASCII

2008-09-20 Thread Claudio Marcio
Hello, I'm using below camando: //INPUT DD P=SHR- EBCDIC MEMBER // OUTPUT DD DSN=xxx..zz(member2),DISP=(,CATLG,DELETE), - create new ASCII member in same dataset of the INPUT member i // DCB=(DSORG=PO,RECFM=FB,LRECL=80,BLKSIZE=27920)

Re: Data conversion EBCDIC to ASCII

2008-09-20 Thread Scott Barry
On Sat, 20 Sep 2008 22:20:11 -0300, Claudio Marcio <[EMAIL PROTECTED]> wrote: >Hello, > >I'm using below camando: > >//INPUT DD >P=SHR- EBCDIC MEMBER > >// OUTPUT DD DSN=xxx..zz(member2),DISP=(,CATLG,DELETE), - >create new ASCII member in same

Re: Console restructure an Netview 3.1

2008-09-20 Thread Scott Fagen
On Fri, 19 Sep 2008 11:45:20 -0500, Stephen Wolf <[EMAIL PROTECTED]> wrote: -- snip -- >We discovered our >Netview version (3.1 - 5655-007) can no longer issue system commands >(message CNZ005I). I believe this is due to the console restructure part 2 >contained in z/OS 1.8. -- snip -- You do not

Re: Data conversion EBCDIC to ASCII

2008-09-20 Thread Claudio Marcio
Well, this is my situation I have a member in a Dataset with EBCDIC data, I need to turn into ASCII data Which round dealing?? Regards, - Original Message - From: "Scott Barry" <[EMAIL PROTECTED]> Newsgroups: bit.listserv.ibm-main To: Sent: Saturday, September 20, 2008 10:31 PM Su

Re: Data conversion EBCDIC to ASCII

2008-09-20 Thread Steve Comstock
Claudio Marcio wrote: Well, this is my situation I have a member in a Dataset with EBCDIC data, I need to turn into ASCII data Which round dealing?? Regards, OK, Claudio, but there are still possibilities that are not clear: * If you need to have it in ascii to be viewed on a workstation

Re: Data conversion EBCDIC to ASCII

2008-09-20 Thread Claudio Marcio
Hi, I use the system z / OS version V1R6 How I see if my directory is /u/ and my file is encoded in ibm-1047 in that System?? ==> oput '..zzz(member)' '/u/yourid/member' binary ==> omvs ==> iconv -f ibm-1047 -t iso8859-1 member > member2 ==> exit ==> oget '/u/yourid/membe