Re: Retiring after 43+ years with IBM

2012-05-15 Thread Roberto Halais
Frank:

The best!

Thank you!

Hey, have fun!




On Tue, May 15, 2012 at 10:08 PM, C. Ardillo cardill...@comcast.net wrote:

 Frank,
 You've been more than awesome contributing to the various feeds for as
 long as I can remember.  I'm envious of your expertise and your retirement
 positioning.


 On 5/15/2012 9:00 PM, Frank Yaeger wrote:

 Just a note to let everyone know I'll be retiring at the end
 of this month (5/31/2012).  I've been with IBM for 43+ years
 (plus a couple of summers in college) and I've enjoyed my
 career immensely.  I've especially enjoyed being able to
 help people use the DFSORT/ICETOOL functions I developed,
 over many years, in new and interesting ways.

 Once I retire, I won't be posting solutions any more since I
 won't have access to a mainframe to test them, and I don't
 like posting untested solutions.  I may lurk a bit or I may
 not.

 I'm looking forward to retirement, but I'll also miss this
 list.  I'm happy to say that others on the DFSORT Team will
 continue to contribute.

 Thanks to everyone for giving me the chance to earn a living
 all these years doing something that was a lot of fun for
 me.

 Long live the mainframe, IBM, z/OS, DFSORT and ICETOOL!

 Frank Yaeger - DFSORT Development Team (IBM) - yae...@us.ibm.com
 Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration

  =  DFSORT/MVS is on the Web at 
 http://www.ibm.com/storage/**dfsorthttp://www.ibm.com/storage/dfsort


 --**--**
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


 --
 The services, information or data made available in the above email are
 provided AS IS, without warranties of any kind. Expressly disclaimed are
 any representations and warranties, including without limitation, the
 implied warranties of merchantability and fitness for a particular purpose.
 Absolutely no liability in connection with the services including without
 limitation, any liability for damage to your computer/mobile device
 hardware, data, information, materials and business resulting from the
 information or the lack of information available.


 --**--**--
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN




-- 
Men will never be free until the last king is strangled with the entrails
of the last priest. Denis Diderot

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: Regular Expressions (OMVS)

2012-02-06 Thread Roberto Halais
I don't know if this is what you want:

/* REXX */
EXP = ABCDEFGNOPQRXXXABCDEFGNOPQRYYYABCDEFGNOPQRZZZ
START = POS(QR,EXP)
SAY START
EXIT 0

Result is 15



On Mon, Feb 6, 2012 at 10:44 AM, Ken MacKenzie
ken.macken...@pramerica.ie wrote:
 Hi All,

 I'm not sure if this is the appropriate forum, please point me to the correct 
 one if it's not.

 I'm playing around with regular expressions and I want to achieve the 
 following.  I spoke to a Unix geek but he didn't really understand what I was 
 asking.

 Given the following sample data, I want discover only the first occurrence of 
 any string which matches my regexp.
 ABCDEFGNOPQRXXXABCDEFGNOPQRYYYABCDEFGNOPQRZZZ
 ABCDEFGNOPQRXXXABCDEFGNOPQRYYYABCDEFGNOPQRZZZ
 ABCDEFGNOPQRXXXABCDEFGNOPQRYYYABCDEFGNOPQRZZZ
 ABCDEFGNOPQRXXXABCDEFGNOPQRYYYABCDEFGNOPQRZZZ
 ABCDEFGNOPQRXXXABCDEFGNOPQRYYYABCDEFGNOPQRZZZ
 ABCDEFGNOPQRXXXABCDEFGNOPQRYYYABCDEFGNOPQRZZZ

 I tried: awk 'sub(/CD.*QR/,junkt)' fxdata in an attempt to change 
 ABCDEFGNOPQRXXX to ABjunktXXX but instead, it takes the final 
 occurrence of QR, and returns ABjunktZZZ. Notice the ZZZ on the end 
 instead of XXX.

 This is being driven from a REXX exec in ISPF, if any of the above is not 
 clear, I will try to explain further.

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN



-- 
Those who can make you believe religious absurdities, can make you
commit atrocities.  Voltaire

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.  Denis Diderot

Men will never be free until the last king is strangled with the
entrails of the last priest. Denis Diderot

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: Multile TCP/IP Stacks

2011-09-22 Thread Roberto Halais
Lindy that was great!


On Wed, Sep 21, 2011 at 9:45 PM, Lindy Mayfield lindy.mayfi...@sas.comwrote:

 Does anyone do that thing anymore where you take a  brown paper and breathe
 into it?

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of Bill Hecox
 Sent: Wednesday, September 21, 2011 3:11 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Multile TCP/IP Stacks

 Is this about the same thing as  multiple network adapters (cards)?


 No.  A TCP/IP stack will often use multiple network adapters to the same
 network for load sharing and fault tolerence.
 If one adapter fails the other will continue to operate.

 If you have multiple stacks, one for each network, each stack would likely
 use a different network adapter.

 To make it more complicated, multiple stacks can share one adapter. In this
 case the adapter would be connected to one network device but each stack
 could use a different VLAN on the network.

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




-- 
Those who can make you believe religious absurdities, can make you commit
atrocities.  Voltaire

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.  Denis Diderot

Men will never be free until the last king is strangled with the entrails
of the last priest. Denis Diderot

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


INFO IBM-MAIN

2011-09-02 Thread Roberto Halais
INFO IBM-MAIN

--
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: SDSF REXX question

2011-08-26 Thread Roberto Halais
Steve:

Don't knowabout IRXJCL situation  but I use:

//TSOBAT   EXEC  PGM=IKJEFT01,PARM='RXCMD'

where rxcmd is the rexx using isfexec. It works fine.

Roberto

On Fri, Aug 26, 2011 at 7:46 AM, Steve Austin steve.aus...@macro4.comwrote:

 Hello,



 I have a REXX exec that issues D M=CPU using ISFEXEC and I expect the
 ULOG output to be returned in the isfulog. stem. This works fine under
 TSO, but if I run the exec under IRXJCL the command is issued, but no
 output returned in the isfulog. stem.



 Any idea what I'm missing?



 Thanks



 Steve


  -
 This email has been scanned for all known viruses by the MessageLabs Email
 Security Service and the Macro 4 internal virus protection system.
  -
 --
 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




-- 
Those who can make you believe religious absurdities, can make you commit
atrocities.  Voltaire

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.  Denis Diderot

Men will never be free until the last king is strangled with the entrails
of the last priest. Denis Diderot

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


Spooled report with machine characters

2011-05-19 Thread Roberto Halais
Listers:

I have a report that is in the JES2 output queue.

It has machine characters in the first byte of each record.

I am testing a FCB with that file.

I have saved it to a dataset (RECFM=FBM) so that I can (later on) put it
back out into the queue for other tests but the machine characters are
translated to ASA characters once I save it to a file.

I tried using the XDC SDSF command but the machine characters are translated
to
ASA characters and I lose the original first byte values.

Is ther some way to tell JES2 not to convert the  the machine characters to
ASA.

Is there some CBT utility which can help me?

Any hints will be appreciated.

--
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: Spooled report with machine characters

2011-05-19 Thread Roberto Halais
Don:

XFC it is.

It worked like a charm.

Thank you.
Roberto

On Thu, May 19, 2011 at 9:31 AM, Don Imbriale don.imbri...@gmail.comwrote:

 I believe you need to use XFC rather than XDC.  You will need to
 pre-allocate the output file and allocate it to a DDname of your choice.

 - Don Imbriale

 On Thu, May 19, 2011 at 9:26 AM, Roberto Halais roberto.hal...@gmail.com
 wrote:

  Listers:
 
  I have a report that is in the JES2 output queue.
 
  It has machine characters in the first byte of each record.
 
  I am testing a FCB with that file.
 
  I have saved it to a dataset (RECFM=FBM) so that I can (later on) put it
  back out into the queue for other tests but the machine characters are
  translated to ASA characters once I save it to a file.
 
  I tried using the XDC SDSF command but the machine characters are
  translated
  to
  ASA characters and I lose the original first byte values.
 
  Is ther some way to tell JES2 not to convert the  the machine characters
 to
  ASA.
 
  Is there some CBT utility which can help me?
 
  Any hints will be appreciated.
 
 

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




-- 
Those who can make you believe religious absurdities, can make you commit
atrocities.  Voltaire

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.  Denis Diderot

Men will never be free until the last king is strangled with the entrails
of the last priest. Denis Diderot

--
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: COBOL to SQL server

2011-05-06 Thread Roberto Halais
I think you can do it using ODBC.
http://msdn.microsoft.com/en-us/library/aa266544(v=vs.60).aspx

http://msdn.microsoft.com/en-us/library/aa266544(v=vs.60).aspxBut you must
check IBM's implementation of ODBC

On Fri, May 6, 2011 at 7:01 AM, Jim McAlpine jim.mcalp...@gmail.com wrote:

 cross posted to DB2 list.

 Does anyone know if it is possible to issue some SQL from a batch COBOL
 program running on z/OS to an SQL Server database.

 Jim McAlpine

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




-- 
Those who can make you believe religious absurdities, can make you commit
atrocities.  Voltaire

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.  Denis Diderot

Men will never be free until the last king is strangled with the entrails
of the last priest. Denis Diderot

--
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: A Single pack system?

2011-05-06 Thread Roberto Halais
Check Mark Zelden's web site. He has (or used to) a single pack creation
procedure.

On Fri, May 6, 2011 at 8:44 AM, Larry Macioce mace1...@gmail.com wrote:

 I'm thinking in DR terms now.
 I know in older versions of MVS this was possible, but with the ever
 expanding systems vols, is this still possible?
 I think it would be much easier and quicker to init/restore 1 pack then run
 inits/restores to the real volumes instead of having to do this for all
 system volumes.
 Thanks
 Mace

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




-- 
Those who can make you believe religious absurdities, can make you commit
atrocities.  Voltaire

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.  Denis Diderot

Men will never be free until the last king is strangled with the entrails
of the last priest. Denis Diderot

--
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: A Single pack system?

2011-05-06 Thread Roberto Halais
Check it out. I think it's still there.

http://www.mzelden.com/mvsutil.html

On Fri, May 6, 2011 at 8:54 AM, Larry Macioce mace1...@gmail.com wrote:

 Rob...thanks...lol

 Mark could you expand on what was needed and what size pack you use?

 Roberto, I saw it a long time ago, but I believe it was in the 2.10 days(or
 earlier), but thank you

 Mace

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




-- 
Those who can make you believe religious absurdities, can make you commit
atrocities.  Voltaire

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.  Denis Diderot

Men will never be free until the last king is strangled with the entrails
of the last priest. Denis Diderot

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


PSF and non AFP printer

2011-05-05 Thread Roberto Halais
Listers:

We have an IBM 6262 mod D22 impact printer that was converted from bus/tag
to coax. We have connected the printer
to the coax side of a protocol converter box and the tcp/ip side of the
converter box to our mainframe.

What we want to do is print using PSF but the printer does not support AFP
format data.

The question is: Can I use PSF to print to a non afp printer or do I need to
use another software product.

Thank you for any hints/help.

Roberto



Men will never be free until the last king is strangled with the entrails
of the last priest. Denis Diderot

--
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: The plural of 'virus'

2011-04-12 Thread Roberto Halais
What?

Did you get the license plates?


On Tue, Apr 12, 2011 at 7:53 PM, john gilmore john_w_gilm...@msn.comwrote:

 We have been around this way before.  The latin word 'virus' is an uncommon
 2nd-declension neuter noun.  (Most 2nd-declension neuter nouns end in 'um'
 in the nominative singular.)   Thus 'virus' has no latin plural.  If one is
 needed in English 'viruses' is available.

 The very common latin word 'vir', man, has the nominative plural 'viri',
 men.  Moreover, 'ii' is impossible qua suffix: it can occur only when a stem
 ends in 'i', as in radius==radii.

 Latin dropouts would indeed be well advised to avoid attempting to form the
 plural of -us words.  They are too problematic: the singular 'opus' has the
 plural 'opera'; the singular 'octopus' has the plural 'octopodes', etc.,
 etc.   It is far better, albeit subliterate, to speak of octopuses than of
 octopi.

 John Gilmore Ashland, MA 01721-1817 USA



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




-- 
Those who can make you believe religious absurdities, can make you commit
atrocities.  Voltaire

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.  Denis Diderot

Men will never be free until the last king is strangled with the entrails
of the last priest. Denis Diderot

--
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: FTP question

2011-03-31 Thread Roberto Halais
There exists REXX for PC (Reginald, OOREXX, etc) in the windows environment.
I would
code a REXX script which would issue an FTP and DIR then check for the files
existence.
If not exist then FTP put. That is if the Windows initiates FTP.

If z/OS initiates FTP the do reverse with REXX script.


On Thu, Mar 31, 2011 at 8:34 AM, McKown, John john.mck...@healthmarkets.com
 wrote:

  -Original Message-
  From: IBM Mainframe Discussion List
  [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Bernard Coeytaux
  Sent: Thursday, March 31, 2011 6:57 AM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: FTP question
 
  We use the followings steps
 
  Del targetfilename.$TMP$
 
  Put sourcefilename targetfiname.$TMP$
 
  If the put is RC 0 then the dataset is complete
 
  Ren targetfilename.$TMP$ realtargetname
 
  The rename is atomic, and will fails if the real target
  dataset exist on evry
  platform

 This works and I think it is the only way to do the noreplace in a
 generic, general, manner. Unfortunately it does not avoid the file upload
 entirely and so still takes as long as replacing. Another possible problem
 is that the z/OS step will exit with a non-zero RC if the file exists when
 using the '(EXIT' parameter, because the ren fails. Of course, the del
 could also fail and, with (EXIT, that would terminate your ftp step
 prematurely.

 z/OS really needs a better ftp client. I wish we had one that is scriptable
 much like IDCAMS is scriptable. No, don't ask me to write it. If I did, it
 would likely be in REXX. And I'd likely get in trouble from my management
 for wasting MSUs. We are sensitive to MSU usage. My boss monitors it because
 it directly impacts his software budget. And, from what I can tell, upper
 management has a visceral desire to eliminate IT spending altogether. Of
 course, at their level, they want to eliminate all spending other than their
 salaries. Yes, I'm very cynical.

 --
 John McKown
 Systems Engineer IV
 IT

 Administrative Services Group

 HealthMarkets(r)

 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone *
 john.mck...@healthmarkets.com * www.HealthMarkets.com

 Confidentiality Notice: This e-mail message may contain confidential or
 proprietary information. If you are not the intended recipient, please
 contact the sender by reply e-mail and destroy all copies of the original
 message. HealthMarkets(r) is the brand name for products underwritten and
 issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake
 Life Insurance Company(r), Mid-West National Life Insurance Company of
 TennesseeSM and The MEGA Life and Health Insurance Company.SM



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




-- 
Those who can make you believe religious absurdities, can make you commit
atrocities.  Voltaire

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.  Denis Diderot

Men will never be free until the last king is strangled with the entrails
of the last priest. Denis Diderot

--
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: accesing output from jes spool

2011-02-04 Thread Roberto Halais
Larry:

You can use FTP to retrieve reports from JES spool. See this link:

http://www.lbdsoftware.com/Submitting_Jobs_using_FTP.pdf

http://www.lbdsoftware.com/Submitting_Jobs_using_FTP.pdfThere is a section
for retrieving from JES spool.

Roberto

On Fri, Feb 4, 2011 at 9:58 AM, Larry Macioce mace1...@gmail.com wrote:

 WE are having a problem with our printer(wont name the brand), but we have
 all of last nights processing in the spool and need to get it out and print
 some of the standard report.
 We have CA-Dispatch but only a few jobs are setup with online viewing.
 Is there a way to retrieve the output from jes get it to a dataset so we
 could ftp to a network printer?
 Thanks
 Mace

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




-- 
Those who can make you believe religious absurdities, can make you commit
atrocities.  Voltaire

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: accesing output from jes spool

2011-02-04 Thread Roberto Halais
http://www.workers.com.br/manuais/pdfs/tcpacces/tcptn05.pdf

On Fri, Feb 4, 2011 at 9:58 AM, Larry Macioce mace1...@gmail.com wrote:

 WE are having a problem with our printer(wont name the brand), but we have
 all of last nights processing in the spool and need to get it out and print
 some of the standard report.
 We have CA-Dispatch but only a few jobs are setup with online viewing.
 Is there a way to retrieve the output from jes get it to a dataset so we
 could ftp to a network printer?
 Thanks
 Mace

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




-- 
Those who can make you believe religious absurdities, can make you commit
atrocities.  Voltaire

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

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


Dataset Last Reference Date

2011-01-26 Thread Roberto Halais
Listers:

I have been trying unsuccessfully to extract a dataset's last reference date
using the IGGCSI00 utility. In the IGGCSI00 utilities documentation there is
no mention of this field.

Is there some other way easier way to get last reference date?

Thank you for any hints.

Roberto

Those who can make you believe religious absurdities, can make you commit
atrocities.  Voltaire

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Dataset Last Reference Date

2011-01-26 Thread Roberto Halais
Mike, John and Dave:

Thank you for your usefull information.
We'll try both approaches (DSLIST vs DCOLLECT)

Regards.
Roberto

On Wed, Jan 26, 2011 at 3:55 PM, Dave Salt ds...@hotmail.com wrote:

 Take a look at ZDSRDATE returned by DSINFO.

 Hope that helps,

 Dave Salt

 SimpList(tm) - try it; you'll get it!

 http://www.mackinney.com/products/program-development/simplist.html






  Date: Wed, 26 Jan 2011 15:34:10 -0400
  From: roberto.hal...@gmail.com
  Subject: Dataset Last Reference Date
  To: IBM-MAIN@bama.ua.edu
 
  Listers:
 
  I have been trying unsuccessfully to extract a dataset's last reference
 date
  using the IGGCSI00 utility. In the IGGCSI00 utilities documentation there
 is
  no mention of this field.
 
  Is there some other way easier way to get last reference date?
 
  Thank you for any hints.
 
  Roberto
 
  Those who can make you believe religious absurdities, can make you
 commit
  atrocities.  Voltaire
 
  The philosopher has never killed any priests, whereas the priest has
  killed a great many philosophers.
  ~ Denis Diderot
 
  I am as you, in you, for you. One as you in all, as all, forever. My
 call
  is your call.
 
  --
  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




-- 
Those who can make you believe religious absurdities, can make you commit
atrocities.  Voltaire

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: No response to GET IBM-MAIN INFO

2010-12-27 Thread Roberto Halais
I just put the word INFO in the text message and got an answer back.

On Mon, Dec 27, 2010 at 3:57 PM, Rabbe, Luke 
luke.ra...@countryfinancial.com wrote:

 I sent an e-mail to lists...@bama.ua.edu with the message GET IBM-MAIN
 INFO in order to get IBM-MAIN instructions.  That was an hour and a half
 ago.  I haven't received a reply yet.  Does anyone else get a reply?


 --
 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 philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Relayng all WTORs to my cell phone via SMS

2010-11-24 Thread Roberto Halais
John:
Maybe you could have a Rexx that wakes up every x minutes and does a D R,R
to process outstanding messages. This script will then email/sms you the
WTOR.



On Wed, Nov 24, 2010 at 6:09 AM, McKown, John john.mck...@healthmarkets.com
 wrote:

 I know how to send an SMS cell phone message using an email to sms gateway.
 What I'm trying to figure out is a relatively simple and CPU efficient way
 to do it. We have CA-OPS/MVS 11.5 installed. I could use it, but since I
 don't know every possible WTOR message id which might occur, it appears that
 I need to trap every z/OS message and look at each one individually. Yuck!
 This is not CPU efficient. I could write an IEAVMXIT in assembler to trap
 all messages and process the WTORs. This is probably more CPU efficient, but
 not simple. Especially since I would likely need to queue the WTORs to
 another address space to actually process. I could write a program to set up
 an EMCS console. But this seems neither simple nor CPU efficient, although
 perhaps more so than CA-OPS.

 What have I overlooked?

 What do I want to accomplish? We run with no people other than on call
 people on the weekends and holidays. This means that a batch job or some
 other process could hang on a WTOR because we don't currently have a way to
 notify anybody that they need to take a look. The on-call person is
 basically forced to work overtime to periodically logon to the system and
 use TSO and use SDSF to check out the system, or use an SMCS VTAM console to
 look and issue commands. TSO and SDSF is usually easier. How does a total
 lights out operation do this?

 John McKown
 Systems Engineer IV
 IT

 Administrative Services Group

 HealthMarkets(r)

 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone *
 john.mck...@healthmarkets.com * www.HealthMarkets.com

 Confidentiality Notice: This e-mail message may contain confidential or
 proprietary information. If you are not the intended recipient, please
 contact the sender by reply e-mail and destroy all copies of the original
 message. HealthMarkets(r) is the brand name for products underwritten and
 issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake
 Life Insurance Company(r), Mid-West National Life Insurance Company of
 TennesseeSM and The MEGA Life and Health Insurance Company.SM


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




-- 
When God wishes to punish us, he answers our prayers.

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

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


VLAN Tagging

2010-11-24 Thread Roberto Halais
Listers:

Can I have VLAN tagging with an OSA console device (OSAC)?

I have RTFM'ed but cannot find any reference to tagging OSAC.

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: REXX address environments

2010-11-18 Thread Roberto Halais
John:
Your ideas are great.
Sign me in.
We sure need those environments from Rexx.

On Thu, Nov 18, 2010 at 9:43 AM, McKown, John john.mck...@healthmarkets.com
 wrote:

 There are a number of environments for REXX which are accessed via the
 ADDRESS command. Eg: ADDRESS TSO ; ADDRESS SDSF; ADDRESS SYSCALL; ADDRESS
 ISPEXEC; ADDRESS ISREDIT. So, I my mind was wandering around without a
 keeper the other day and started thinking about what other environments
 might be nice to have available. Some of these may already exist as they
 would be in envirnoments not available at my shop. But I was wonder what
 others might thing of them.

 The first one was one I can really get into: ADDRESS FTP. This would make
 scripting FTP sessions much easier. Some examples might be:

 RC=FTPCALLS('ON ')
 IF RC  0 THEN DO
SAY COULD NOT SET UP FTP ENVIRONMENT. RC=RC
/* OTHER FEEDBACK ??? */
EXIT 16
 END
 ADDRESS FTP
 OPEN SERVER /* GET USERID AND PASSWORD FROM DD:NETRC */
 LS /* LIST THE FILES */
 CD /Some/subdir/ectory
 lcd 'HLQ' 
 ascii
 put REST.OF.DSN(0) remote.File.txt
 lcd /some/unix/subdirectory
 get remote.file.txt
 close
 RC=FTPCALLS('OFF') /* shutdown ftp client software */

 Another might be ADDRESS SSH which would be similar, but would connect to a
 remoter SSH server and send the commands to the remote SSH shell for
 execution. Note that this was inspired by Dovetailed Technologies' excellent
 products for doing remote commands via SSH from z/OS batch jobs.

 How about ADDRESS SFTP to match the ADDRESS FTP?

 Other thoughts: ADDRESS CICS to send CICS requests via EXCI to a CICS
 region. ADDRESS IMS, ADDRESS DB2?? These may already exist for all I know -
 I'm quite ignorant.

 Am I overlooking something? Have I inspired anyone? Or am I whistling in
 the wind?

 John McKown
 Systems Engineer IV
 IT

 Administrative Services Group

 HealthMarkets(r)

 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone *
 john.mck...@healthmarkets.com * www.HealthMarkets.com

 Confidentiality Notice: This e-mail message may contain confidential or
 proprietary information. If you are not the intended recipient, please
 contact the sender by reply e-mail and destroy all copies of the original
 message. HealthMarkets(r) is the brand name for products underwritten and
 issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake
 Life Insurance Company(r), Mid-West National Life Insurance Company of
 TennesseeSM and The MEGA Life and Health Insurance Company.SM


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




-- 
When God wishes to punish us, he answers our prayers.

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: IBM Discussion Lists

2010-11-05 Thread Roberto Halais
I think the command is:  info refcard


On Fri, Nov 5, 2010 at 9:42 AM, Kelman, Tom
thomas.kel...@commercebank.comwrote:

 Helen,

 First, I would suggest you send an email to lists...@bama.ua.edu with
 the message listserv refcard in the body of the email.  This will get
 you a list of all the commands you can submit to control your session.

 For your specific question send the following to lists...@bama.ua.edu
 depending on what you want, a digest or an index.  I'm not sure what the
 difference is between a digest and an index, but you could try them
 both.

 Set ibm-main digest
 Set ibm-main index



 Tom Kelman
 Capacity Planning
 Commerce Bank, Kansas City

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of Biederbeck, Helen K
 Sent: Friday, November 05, 2010 8:23 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: IBM Discussion Lists

 Dear Sirs,

 My Inbox/deleted folders are getting over run with emails from IBM
 Mainframe Discussion List and I can't seem to figure out how to turn
 them off.

 I only want a daily list of IBM MF info I suppose by headers. I don't
 want all of the individual responses.

 How do I correct this asap?



 Thank you Helen Biederbeck


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



 *
 If you wish to communicate securely with Commerce Bank and its
 affiliates, you must log into your account under Online Services at
 http://www.commercebank.com or use the Commerce Bank Secure
 Email Message Center at https://securemail.commercebank.com

 NOTICE: This electronic mail message and any attached files are
 confidential. The information is exclusively for the use of the
 individual or entity intended as the recipient. If you are not
 the intended recipient, any use, copying, printing, reviewing,
 retention, disclosure, distribution or forwarding of the message
 or any attached file is not authorized and is strictly prohibited.
 If you have received this electronic mail message in error, please
 advise the sender by reply electronic mail immediately and
 permanently delete the original transmission, any attachments
 and any copies of this message from your computer system.

 *

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




-- 
When God wishes to punish us, he answers our prayers.

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: IBM-DYNAMIC 3270 emulated terminal type

2010-09-30 Thread Roberto Halais
Maybe this link will help.

http://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD102151
http://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD102151

On Thu, Sep 30, 2010 at 9:01 AM, Joel C. Ewing jcew...@acm.org wrote:

 Another issue related to the need to have your 3270 emulator explicitly set
 to the larger screen sizes has to do with using session managers that allow
 you to easily migrate your sessions to another workstation.

 Our session manager allows you to pull your physical connection to another
 workstation without disrupting the virtual sessions between the session
 manager and  applications like TSO/ISPF, and avoid the overhead of
 application logoff/logon. But if you move to another workstation that has a
 different emulator setup that does not support the same screen size, then
 undesirable and sometimes very confusing things can happen when your
 existing TSO/ISPF session thinks it has different display real estate than
 the emulator on the new workstation.

 I normally run 43x80 and even occasionally 60x132, but if I know I'm going
 to have to shift to another location (to do something from Operations or
 another user's location), I have to constrain to the default 24x80 to avoid
 problems migrating my sessions to a foreign emulator setup.

 If the 3270 type were really dynamic in the way I understand dynamic,
 then you should be able to change your emulator screen size on the fly
 without disrupting existing application sessions and have that change
 communicated to existing application sessions directly without having to
 re-logon to the application.  Now that would really be useful!
JC Ewing

 On 09/30/2010 01:07 AM, Juergen Keller wrote:

 hello Nick,
 just let me say that you are not alone. We also use larger screen-sizes
 when
 looking at syslogs or dumps etc. But the main problem is that you have to
 configure it by editor in the WS-profile (as explained in your link). And
 whenever you change anything in your PCOM-characteristics and saving your
 profile (or when leaving PCOM with save), this is overwritten by the
 model-
 type from the configuration. Now PCOM Vers. 6 gives you the chance to
 define 62*160 as screen-size in the configuration. This helps to avoid the
 above problem.
 And yes its true, most of the applications still use 24x80. In ISPF we
 prefer
 the setting of screen format to 1 (data). Then, when you are not in
 split
 screen with a syslog on one screen, most of the panels are sown in 24x80
 and
 only when data is longer the size changes. But that is how a user likes
 it. With
 LOGON-Commands we offer the possibility of using fixed sizes or varaiable
 sizes. So every user can do what he wants.
 regards Juergen

  ...

 --
 Joel C. Ewing, Fort Smith, ARjcew...@acm.org

 --
 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 philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: symbolic date parameter

2010-09-16 Thread Roberto Halais
Why don't you use a REXX script that will generate your JCL and parms and
submit the job.
That way you will get the date from REXX functions.

On Thu, Sep 16, 2010 at 5:26 PM, Ted MacNEIL eamacn...@yahoo.ca wrote:

 You'll have to migrate to VSE to get this feature.

 Or have a front end to parse the data before submission.

 -
 I'm a SuperHero with neither powers, nor motivation!
 Kimota!

 --
 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 philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Job Submission exit

2010-08-25 Thread Roberto Halais
Using Mark's idea.

I have a question.

Once the job gets authorized by the exit to proceed what would happen if the
operator decides to change the job class. Will the exit reenter again or is
there another exit we have to code?

Thank you for you replies.



On Tue, Aug 24, 2010 at 5:29 PM, Mark Zelden mzel...@flash.net wrote:

 On Tue, 24 Aug 2010 15:22:20 -0500, Ward, Mike S mw...@ssfcu.org wrote:

 Hello all, I'm asking for a little help. I would like to keep TSO users
 from submitting jobs using class P. I am looking through the Jes2 exits,
 but I'm not sure which one to choose. If someone could point me in the
 right direction I would appreciate it. Also if anyone has a sample or
 knows where I can get one it would save reinventing the wheel.
 
 

 I've done it in EXIT 6, but it could be done in EXIT 2 / 52 also.   My exit
 made calls to an installation defined RACF class ($EXIT or some such) to
 see if the user was authorized to submit in that class.  FACILITY could be
 used
 also.

 Not that TSO SUBMIT exit is not a good solution for this as it is very easy
 to
 code a sysout to INTRDR, write to it and bypass the submit exit (or
 allocate
 INTRDR to your TSO session).

 Mark
 --
 Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS
 mailto:mzel...@flash.net
 Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html
 Systems Programming expert at http://expertanswercenter.techtarget.com/

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




-- 
It is no measure of health to be well adjusted to a profoundly sick
society. -Krishnamurti

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Job Submission exit

2010-08-25 Thread Roberto Halais
John and Mark:
Thank you for your comments.

On Wed, Aug 25, 2010 at 9:55 AM, Mark Zelden mzel...@flash.net wrote:

 No, the exit will not get called again after conversion of the JCL.But
 you
 can protect the ability to change the class via operator commands or
 products like SDSF with external security (RACF/ACF2/Top Secret).

 For example, in the OPERCMDS class you would protect

 JES2.MODIFY.BAT

 See the JES2 Init and Tuning for more details.

 Regards,

 Mark
 --
 Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS
 mailto:mzel...@flash.net
 Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html
 Systems Programming expert at http://expertanswercenter.techtarget.com/


 On Wed, 25 Aug 2010 08:28:32 -0400, Roberto Halais
 roberto.hal...@gmail.com wrote:

 Using Mark's idea.
 
 I have a question.
 
 Once the job gets authorized by the exit to proceed what would happen if
 the
 operator decides to change the job class. Will the exit reenter again or
 is
 there another exit we have to code?
 
 Thank you for you replies.
 
 
 
 On Tue, Aug 24, 2010 at 5:29 PM, Mark Zelden mzel...@flash.net wrote:
 
  On Tue, 24 Aug 2010 15:22:20 -0500, Ward, Mike S mw...@ssfcu.org
 wrote:
 
  Hello all, I'm asking for a little help. I would like to keep TSO users
  from submitting jobs using class P. I am looking through the Jes2
 exits,
  but I'm not sure which one to choose. If someone could point me in the
  right direction I would appreciate it. Also if anyone has a sample or
  knows where I can get one it would save reinventing the wheel.
  
  
 
  I've done it in EXIT 6, but it could be done in EXIT 2 / 52 also.   My
 exit
  made calls to an installation defined RACF class ($EXIT or some such) to
  see if the user was authorized to submit in that class.  FACILITY could
 be
  used
  also.
 
  Not that TSO SUBMIT exit is not a good solution for this as it is very
 easy
  to
  code a sysout to INTRDR, write to it and bypass the submit exit (or
  allocate
  INTRDR to your TSO session).
 
  Mark
  --
  Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS
  mailto:mzel...@flash.net
  Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html
  Systems Programming expert at http://expertanswercenter.techtarget.com/
 

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




-- 
It is no measure of health to be well adjusted to a profoundly sick
society. -Krishnamurti

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: optimizing compilers

2010-08-16 Thread Roberto Halais
http://wiretap.area.com/Gopher/Library/Humor/Nerd/quiche.txt

On Mon, Aug 16, 2010 at 4:32 PM, Ted MacNEIL eamacn...@yahoo.ca wrote:

 Or has the practice of commenting code come into disrepute?

 Real programmers don't document code.
 It was hard to write, so it should be hard to read!

 (8-{]}


 A joke!
 -
 I'm a SuperHero with neither powers, nor motivation!
 Kimota!

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




-- 
It is no measure of health to be well adjusted to a profoundly sick
society. -Krishnamurti

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: z/OS V1.11 and DFHSM performance

2010-08-06 Thread Roberto Halais
Just for the record.
We had a similar problem and the culprit turned out to be Tivoli Allocation
Optimizer.

On Fri, Aug 6, 2010 at 5:06 PM, Gibney, Dave gib...@wsu.edu wrote:

 I didn't run into this one. What level of z/OS 1.11 did you convert to?
 I went at RSU1005 plus one fix to IDGZILLA marked RSU1006.

 Dave Gibney
 Information Technology Services
 Washington State University


  -Original Message-
  From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
  Behalf Of Lizette Koehler
  Sent: Friday, August 06, 2010 12:34 PM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: z/OS V1.11 and DFHSM performance
 
  What I have found out so far is our Primary Space management gets
  started
  and then all of a sudden, DFHSM, is running at 60% or higher cpu
  utilization.  In fact, RMF shows it PROC: 96%
  And it stays that way until I cancel DFHSM.  STOP has no affect.
 
  So something is definitely going on.
 
  If IBM finds out anything interesting, I will let you know.
 
  Thanks for everyone's input.
 
  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




-- 
It is no measure of health to be well adjusted to a profoundly sick
society. -Krishnamurti

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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 validate the existence of a file on a Server via JCL

2010-05-21 Thread Roberto Halais
Using a Rexx script
1-From z/os to the server establish an FTP connection to the folder where
the file should be..
2-Do a directory list
3-Catch the output in Rexx
4-Parse the output and look for your file.
5- If found execute your job step.

At least that's how I would do it.
Regards,
Roberto


On 5/21/10, Hilario Garcia cucho...@gmail.com wrote:

 I would like to know how to test the existence of a file on a Server
 Directory
 (Windows or Linux) and if exist to execute a job step in an z/os jcl.

 Thanks in advance.

 Hilario

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




-- 
It is no measure of health to be well adjusted to a profoundly sick
society. -Krishnamurti

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: z/OS file system and some Friday thoughts

2010-05-21 Thread Roberto Halais
Automatic QED.

On 5/21/10, Thompson, Steve steve_thomp...@stercomm.com wrote:

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of Thomas Berg
 Sent: Friday, May 21, 2010 8:03 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: z/OS file system and some Friday thoughts

 SNIPPAGE


 Am I an idiot or just a typical programmer ?  :)

 door flung open

 And there is a difference?

 shields at maximum

 Regards,
 Steve Thompson

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




-- 
It is no measure of health to be well adjusted to a profoundly sick
society. -Krishnamurti

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: RMM and VRSMIN

2010-04-12 Thread Roberto Halais
Could the VRS deletes occur thru some batch utility?



On 4/12/10, David G. Schlecht dschle...@doit.nv.gov wrote:

 Hi All,

 We're considering changing the EDGRMM PARMLIB member to set VRSMIN to some
 minimal value such as 1000 and FAIL.  But, for the life of me, I just can't
 see a benefit for this. Looking over the books, this seems that it would
 only benefit us in the event someone accidentally deleted thousands of VRSs
 and this just doesn't seem accidentally feasible.

 Is it possible to accidentally delete thousands of VRSs? It appears the
 DELETE VRS panel doesn't allow a generic VRS Name and the Data set mask only
 applies to one VRS so what's the worry? What am I missing? What do you do at
 your shop?

 - David

 + David G. Schlecht
 + Information Technology Professional
 + State of Nevada
 + Department of Information Technology
 + 775.684.4328
 This communication, including any attachments, may contain
 confidential information and is intended only for the individual or
 entity to whom it is addressed. Any review, dissemination or copying
 of this communication by anyone other than the intended recipient is
 strictly prohibited. If you are not the intended recipient, please
 contact the sender by reply e-Mail and delete all copies of the
 original message.



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




-- 
It is no measure of health to be well adjusted to a profoundly sick
society. -Krishnamurti

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

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


EXIT a running PROC

2010-01-29 Thread Roberto Halais
Listers:

Is there a way thru JCL using the COND keyword or using IF to exit a
running PROC on a particular STEP.

I have a PROC with 100 steps and would like to end execution of the proc
when STEP73 finishes.

Thank you.

Great list.
Roberto Halais



It is no measure of health to be well adjusted to a profoundly sick
society. -Krishnamurti

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: EXIT a running PROC

2010-01-29 Thread Roberto Halais
Thank you Barry!
Worked like a charm.


On 1/29/10, Schwarz, Barry A barry.a.schw...@boeing.com wrote:

 Put all the remaining steps inside a set of IF/ENDIF brackets and test for
 condition code LT 0, which will never be true.  If you ever decide to run
 the remaining steps, change the comparison to GE, which will always be true.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of Roberto Halais
 Sent: Friday, January 29, 2010 7:15 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: EXIT a running PROC

 Listers:

 Is there a way thru JCL using the COND keyword or using IF to exit a
 running PROC on a particular STEP.

 I have a PROC with 100 steps and would like to end execution of the proc
 when STEP73 finishes.

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




-- 
It is no measure of health to be well adjusted to a profoundly sick
society. -Krishnamurti

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: ASA character viewer

2009-12-15 Thread Roberto Halais
I wish to thank all of those who replied.
All answers were helpful in one way or another.
Great list we have here!


On 12/15/09, Gerry Palmer gpal...@mindspring.com wrote:

 I wrote a Microsoft Word macro that handles the basics (new page, skip
 one/two/three lines, and to some extent overtype). I'll send you the macro
 and installation instructions off-list.


 At 01:50 PM 12/14/2009, you wrote:

 Do you know of a freeware Windows viewer that can display reports with
 embedded asa carriage control characters and be able to display it
 correctly? The viewer should be able to interpret the ASA characters.


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




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: DFRMM removing VOLSER

2009-12-14 Thread Roberto Halais
Listers:

Do you know of a freeware Windows viewer that can display reports with
embedded asa carriage control characters and be able to display it
correctly? The viewer should be able to interpret the ASA characters.

Thank you for any tips.

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


ASA character viewer

2009-12-14 Thread Roberto Halais
You are right Binyamin. Delta subject line.

On 12/14/09, Binyamin Dissen bdis...@dissensoftware.com wrote:

 On Mon, 14 Dec 2009 14:50:34 -0400 Roberto Halais 
 roberto.hal...@gmail.com
 wrote:

 :Do you know of a freeware Windows viewer that can display reports with
 :embedded asa carriage control characters and be able to display it
 :correctly? The viewer should be able to interpret the ASA characters.

 You should probably change the subject. Look for a ASA to PDF program.

 --
 Binyamin Dissen bdis...@dissensoftware.com
 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Monitor lpr printer on Windows from Mainframe

2009-11-24 Thread Roberto Halais
Maybe writing out a status record to a sequential file on the mainframe
everytime you poll the printer. Keep printer-id, date, time, return code ,
etc in that record. Then make a ISPF appl to access those records and make
it viewable.

On Tue, Nov 24, 2009 at 12:09 PM, Gilbert Cardenas 
gilbertcarde...@grocerybiz.com wrote:

 I have the need to monitor the status of an lpr printer running on a
 windows server from the mainframe.

 We use VPS to route print from the mainframe to the windows server
 and when the server goes down for maintenance etc, the vps printer
 goes into an error status cause it can't communicate with the printer.
 I can't rely on the network folks to communicate what they are doing to
 me so I really need this to be automated.

 I have developed a jcl that uses IKJEFT01 to issue an LPQ command
 against the printer and some REXX code to extract the status.  I can
 schedule the job to run in 15 minute intervals and return a code of zero
 if all is well or one if the printer is inaccessible.

 I'm stuck with how to keep track of the status of the printer.  Is there
 some global variable I could set somewhere that would maintain the
 value of the status of the printer(s) such as up or down.

 Is there a better way to do this?  Without purchasing new software of
 course.  Can the HEALTH CHECKER be used for this application?

 Any Ideas?

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




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: IBM book prices

2009-10-15 Thread Roberto Halais
And it ain't Friday, yet.

On Thu, Oct 15, 2009 at 9:21 AM, Thompson, Steve 
steve_thomp...@stercomm.com wrote:

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of Ted MacNEIL
 Sent: Wednesday, October 14, 2009 7:53 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: IBM book prices

 ) It's easier to take hardcopy to the bathroom, and it has all these
 chapters you'll never read anyway, just in case.

 Funny thing.
 You can print a PDF and have all the glories of a hard copy.
 SNIP

 Assuming:

 1) you have 3 holed paper
 2) if 1 is false, you have a paper drill
 3) for either 1 or 2, your printer handles duplex printing properly
 4) for color pages, your printer actually prints color
 5) your printer can hold enough paper in the input tray to print the
 whole manual while you do other things besides baby sit the printer
 6) looking at 5, your printer can hold all the output...

 Perhaps getting some oxygen will help with your gas problem?

 Regards,
 Steve Thompson

 -- Opinions expressed by this poster may not reflect those of poster's
 employer --

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




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.
Who am I? I am nobody and everybody!

--
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: A Smile for the Week

2009-01-02 Thread Roberto Halais
Interesting link

http://www.cfug-md.org/articles/progcreed.cfm

On Fri, Jan 2, 2009 at 10:33 AM, Howard Brazee howard.bra...@cusys.eduwrote:

 On 1 Jan 2009 17:25:30 -0800, eamacn...@yahoo.ca (Ted MacNEIL) wrote:

 A TRUE programmer does not comment their code!
 It was hard to write; it should be hard to read!


 (We don't want others to know that it really wasn't hard to write).
 But if we had to analyze what the users wanted - they should analyze
 what we wanted!

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




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Display Esoteric values

2008-09-19 Thread Roberto Halais
You can use Rob Scott's   MXI freeware using the EDT function to get what
you want.

http://www.searchengineconcepts.co.uk/mximvs/index.shtml

Get the freeware version at thi site.

On Fri, Sep 19, 2008 at 2:17 PM, John McKown [EMAIL PROTECTED] wrote:

 On Fri, 19 Sep 2008, Donnelly, John P wrote:

hellois there a console command which will display thefunction
 to get what you want esoteric assigned by device type...
 

 There is not an IBM supplied z/OS operator command to do this. I use BMC's
 Sysprog Services (nee RESOLVE) which can display the addresses assigned to
 a generic or esoteric. I would think that Tivoli, et al. could likely do
 this as well.


 --
 Q: What do theoretical physicists drink beer from?
 A: Ein Stein.

 Maranatha!
 John McKown

 --
 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 very, very careful what you put into that head,
because you will never, ever get it out.
Thomas Cardinal Wolsey (1471-1530)

I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Do you protect your power switch with a lock?

2008-08-05 Thread Roberto Halais
We cut some clear plastic as covers and velcro attached them over the
recessed on-off switches. Although not fool proof it was somewhat of a
deterrent.

On 8/5/08, Itschak Mugzach [EMAIL PROTECTED] wrote:

 Many sites here are protected with card readers. To get out, you have to
 push a button, but usually it near the lie switch

 | Itschak Mugzach | Director | SecuriTeam Software |
 | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype:
 Itschak
 Mugzach | Web: www.Securiteam.co.il  |

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
 Behalf
 Of Kenny Fogarty
 Sent: Tuesday, August 05, 2008 3:28 PM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: Re: Do you protect your power switch with a lock?

 I once worked at a site that had a huge, red power off button that powered
 down everything in the room, and right next to it, a huge green button,
 same
 size, and same shape, that merely opened the door.

 You can guess the rest.

 On 05/08/2008, Compton, John [EMAIL PROTECTED] wrote:
  ISTR that the front panel of 360-30's (and -40's,  possibly others)
  featured a big red EPO pull-button that automatically locked when
  used. If you pulled it, an engineer had to come in and unlock it
  before you could power-up again.
 
 
  John Compton
 
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
  Behalf Of Bond, Richard
  Sent: 05 August 2008 14:13
  To: IBM-MAIN@BAMA.UA.EDU
  Subject: Re: Do you protect your power switch with a lock?
 
  I used to put a cardboard (actually made from an 80-column card) over
  the emergency power switch on our 360-30 that had a DO NOT TOUCH!
 warning
  hand-written on it.   Couldn't really call that a lock but was a lame
  attempt at Detroit/Soupy Sales humor.
 
 
  Dick Bond
  HFHS Mainframe Administration
 
   -Original Message-
   From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
  Behalf
   Of Chase, John
   Sent: Tuesday, August 05, 2008 9:07 AM
   To: IBM-MAIN@BAMA.UA.EDU
   Subject: Re: Do you protect your power switch with a lock?
  
-Original Message-
From: IBM Mainframe Discussion List On Behalf Of McKown, John
   
 [ snip ]

 Do you mean Emergency Power Off switches?
 That would be like securing fire alarm buttons with a lock.
 If not, there are so many buttons on a machine, that you must
 trust people who are allowed into the room, i.e. only allow
 people that
   you
 trust into the room.

 Kees.
   
Difficult here at times. Somebody decided that the computer room
was a wonderful refuge in case of tornado. So we have a number
lets see what happens when I push this button people in there
during drills. We actually have to have IT people guarding the
hardware from these nit-wits.
  
   Straight-jackets?
  
   Alternatively, hang up some European-style electrical outlets with
   holes enlarged to finger-size.  Further the temptation with placards
   along the lines of WARNING -- These are not finger holes.
  
   -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
  
 
 
  ==
  ==
  ==
  CONFIDENTIALITY NOTICE: This email contains information from the
  sender that may be CONFIDENTIAL, LEGALLY PRIVILEGED, PROPRIETARY or
  otherwise protected from disclosure. This email is intended for use
  only by the person or entity to whom it is addressed. If you are not
  the intended recipient, any use, disclosure, copying, distribution,
  printing, or any action taken in reliance on the contents of this
  email, is strictly prohibited. If you received this email in error,
  please contact the sending party by reply email, delete the email from
 your computer system and shred any paper copies.
 
  Note to Patients: There are a number of risks you should consider
  before using e-mail to communicate with us. See our Privacy Policy and
  Henry Ford My Health at www.henryford.com for more detailed
  information. If you do not believe that our policy gives you the
  privacy and security protection you need, do not send e-mail or Internet
 communications to us.
 
  ==
  ==
  ==
 
  --
  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] 

Print output

2008-06-09 Thread Roberto Halais
Hi:

Is there a way to print a report to two (2) different jes2 classes (A and B)
using a single SYSOUT?

I want to print a report in a single job step but I want a copy of it in
CLASS=A and another in CLASS=B.

I tried using the OUTPUT statement and could only produce the two copies in
a single class.

Any help is greatly appreciated.

Thank you,
Roberto

--
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: Print output

2008-06-09 Thread Roberto Halais
Thank you, John. it worked like a charm.
Did not know you could code sysout=(,).

Thanks again.


On 6/9/08, McKown, John [EMAIL PROTECTED] wrote:

  -Original Message-
  From: IBM Mainframe Discussion List
  [mailto:[EMAIL PROTECTED] On Behalf Of Roberto Halais
  Sent: Monday, June 09, 2008 1:07 PM
  To: IBM-MAIN@BAMA.UA.EDU
  Subject: Print output
 
  Hi:
 
  Is there a way to print a report to two (2) different jes2
  classes (A and B)
  using a single SYSOUT?
 
  I want to print a report in a single job step but I want a
  copy of it in
  CLASS=A and another in CLASS=B.
 
  I tried using the OUTPUT statement and could only produce the
  two copies in
  a single class.
 
  Any help is greatly appreciated.
 
  Thank you,
  Roberto

 You're close:

 //CLASSA OUTPUT SYSOUT=A,other parms as needed
 //CLASSB OUTPUT SYSOUT=B,other parms as needed
 //STEP1 EXEC ...
 //REPORT DD SYSOUT=(,),OUTPUT=(CLASSA,CLASSB)

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




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

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



Forms Control Buffer (FCB)

2008-05-02 Thread Roberto Halais
Hi listers:

I have searched IBM BOOKS web site and can't seem to find where FCB's are
documented.

I know they reside in Sys1.imagelib.

Can anyone point me to a manual?

Thank you in advance.

kind regards,
Roberto








I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

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



Forms Control Buffer (FCB)

2008-05-02 Thread Roberto Halais
Hi listers;

I have searched IBM online books and can't seem to find where FCB's are
documented.

Can anyone point me to a manual?

Thanks in advance. (Have a good weekend)

Kind regards,
Roberto


On 5/2/08, Pommier, Rex R. [EMAIL PROTECTED] wrote:

 Hey Steve and Ed,

 It isn't the action bar LIST option.  It is something in the way the
 emulators are set up but for the life of me I can't find it.  We're all
 using the same emulator but I haven't been able to find anything in the
 emulator that would indicate this behavior.

 Thanks for the suggestion, tho.

 Rex

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
 Behalf Of Steve Comstock
 Sent: Monday, April 28, 2008 5:03 PM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: Re: IND$FILE question

 Pommier, Rex R. wrote:
   Hi List,
 
  I don't know if it is lack of sleep or just a bad day, but a
  programmer came to me with a strange question that I can't find an
  answer to.  We are using IND$FILE to transfer small files from PCs to
 a PDS on TSO.
  The users log onto TSO/ISPF then navigate to the ISPF command shell
  (standard option 6) screen then run their send or receive command from

  Rumba.  When I run the command, TSO places the IND$FILE command in my
  TSO history (or command recall) line so I can see what was run.  When
  my colleague runs the same command, TSO does NOT place the IND$FILE
  command in his command recall area of the ISPF panel.  I have checked
  the TSO PROFILEs for both sessions and they are identical.  Any idea
  as to why mine would keep the command and his wouldn't?
 
 
 
  TIA.
 
  Rex
 

 On the ISPF option 6 panel, there is an action bar at the top.

 The second choice is List; this can be set as Update on or Update
 off. If you want to preserve the command in the list, set Update on.



 Kind regards,

 -Steve Comstock
 The Trainer's Friend, Inc.

 303-393-8716
 http://www.trainersfriend.com

   z/OS Application development made easier
 * Our classes include
+ How things work
+ Programming examples with realistic applications
+ Starter / skeleton code
+ Complete working programs
+ Useful utilities and subroutines
+ Tips and techniques

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




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Forms Control Buffer (FCB)

2008-05-02 Thread Roberto Halais
John:

Thank you for answering. That's the one.

Thanks again,
Roberto


On 5/2/08, John Laubenheimer [EMAIL PROTECTED] wrote:

 Try looking at the MVS DFP Utilities manual, SC26-7414.  The utility that
 you
 need is IEBIMAGE.

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




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Forms Control Buffer (FCB)

2008-05-02 Thread Roberto Halais
Thank you, Roger. That's another option I had not considered.



On Fri, May 2, 2008 at 5:39 PM, Roger Bolan [EMAIL PROTECTED] wrote:

 See
 http://publibfp.boulder.ibm.com/cgi-bin/bookmgr/DOCNUM/SC26-7414/CCONTENTS
 ?
 for links to the various levels of the z/OS: DFSMSdfp Utilities  book.

 See the FCB statement for the IEBIMAGE utility.

 Depending on what you're doing, you probably don't want to create new
 ones.  You can format line data better using PSF and pagedefs and
 formdefs.
 See the PSF 4.1 bookshelf here
 http://publibfp.boulder.ibm.com/cgi-bin/bookmgr/SHELVES/apsbk400.bks
 it also discusses FCBs.

 Roger Bolan
 Software Engineer
 infoprint.com

 Boulder, Colorado, USA


 P Think before you print

 IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU wrote on 05/02/2008
 03:08:21 PM:

  Hi listers:
 
  I have searched IBM BOOKS web site and can't seem to find where FCB's
 are
  documented.
 
  I know they reside in Sys1.imagelib.
 
  Can anyone point me to a manual?
 
  Thank you in advance.
 
  kind regards,
  Roberto
 
 
 
 
 
 
 
 
  I am as you, in you, for you. One as you in all, as all, forever. My
 call
  is your call.
 
  --
  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




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Rexx bug?

2008-03-10 Thread Roberto Halais
I'm running zOS 1.4 and I get MATCH

IF I use the == comparison in the IF then I get NO MATCH


On 3/10/08, Todd Burch [EMAIL PROTECTED] wrote:

 Running z/OS 1.9.



 Running this, I get a match.



 /* rexx */



 offset1 = E0 ;

 offset2 = E8 ;

 if (offset1 = offset2) then say MATCH! ;

 else say NO MATCH!



 What does it return on your system?



 Thanks, Todd








 No virus found in this outgoing message.
 Checked by AVG.
 Version: 7.5.518 / Virus Database: 269.21.7/1322 - Release Date: 3/9/2008
 12:17 PM


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




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Two things missing from DFSORT in a perfect world?

2008-01-28 Thread Roberto Halais
I agree with you, John. And also a conversion for IP addresses as they are
stored in SMF in hex format to something like xxx.xxx.xxx.xxx.

On Jan 28, 2008 2:36 PM, McKown, John [EMAIL PROTECTED] wrote:

 I am looking at all the new, nifty, stuff in DFSORT. Wow, it is becoming
 a very powerful data manipulation tool. I'm getting to the point where I
 think it might even be able to replace SAS (at least around here), if
 only it had an easy way to convert SMF and RMF date/time stamps into
 character strings (according to a conversion template?).

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




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: KSDS insert failed with out of space

2008-01-18 Thread Roberto Halais
Maybe the new record being added causes a CI (control interval) split and
there is no free CIs in the CA (control area)  causing a CA split which
would possibly try to add a new extent to the file and there is no more
space in the volume for the new extent. So you get an out of space condition
in the volume.
 Also, maybe you do not have specified free CIs in a CA.


On 1/18/08, Johnny Luo [EMAIL PROTECTED] wrote:

 Hi,

 I encountered a strange problem with a KSDS data set. At this time, I only
 have some description of the problem from my colleague. Since it's so
 urgent, I would like to get some hints before I get more detailed info.
 (Sorry for that, I never did things like this before. But it's urgent..)

 According to the description, an out of space error occurred while
 inserting a record from within CICS. It's a KSDS reproed from a PS data
 set.
 You can add records to the end of those 'old' records and after that you
 can
 insert records into the new block of records. However, if you try to
 insert
 a record into the existing block, you get an 'out of space' error.

 Anyone give me some advices?

 Thanks.
 Johnny

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




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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 retrieve the terminal IP address from CICS

2008-01-14 Thread Roberto Halais
Check the archives I think it has been heavily discussed here.

On 1/14/08, Al Cole [EMAIL PROTECTED] wrote:

 Hello,

 I am working on a project where I need to obtain the user's terminal I.P.
 address from with in CICS. I can see in the CICS CSMT log that the I.P.
 address is displayed when the terminal is autoinstalled.

 Could someone suggest how I could obtain the terminal I.P address.

 thanks

 Alfred Cole
 BJC HealthCare
 mailstop 92-92-117
 8374 Eage Road Suite 200
 St Louis, MO 63144

 (314) 362-7837
 [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




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: ADMINISTRIVIA: Announcement!

2007-10-30 Thread Roberto Halais
Darren:

Best wishes for you!

Thank you for your excellent work.

Kind regards,
Roberto


On 10/30/07, Darren Evans-Young [EMAIL PROTECTED] wrote:

 After 26 years, I will be retiring from The University of Alabama
 effective December 1, 2007.  It has been a wonderfulyeah, whatever.

 Anyhow, how does this affect you, the subscribers?
 It doesn't really. I will still be the list owner slapping your wrists.

 I won't have access to update my list exit with all my secret rules for
 denying your posts, which is why I disabled it recently.  I also won't
 have any say so if the admins in power decide to ditch Listserv or
 some other drastic action. But, we'll see how things work out.

 OK, back to work everybody...

 Darren

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




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Free Up Unowned CSA/ECSA

2007-09-03 Thread Roberto Halais
Please heed Ted's words. DO NOT free it! It cost me an IPL at 10am on a week
day.



On 9/3/07, Ted MacNEIL [EMAIL PROTECTED] wrote:

 Maybe I'm missing something here, but isn't it highly dangerous to assume
 just because CSA/ECSA is unowned that it is also unused and not
 referenced by some address pointer somewhere?

 YES (or NO)! DO NOT free it, unless you are the next coming of Christ, and
 you know!

 I have been there! Don't do it! I could show you my scars from when we
 tried it with OMEGAMON.

 It worked the first time. We were down for a day the second time!

 -
 Too busy driving to stop for gas!

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




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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 old are you?

2007-08-03 Thread Roberto Halais
57

On 8/3/07, Patrick O'Keefe [EMAIL PROTECTED] wrote:

 On Thu, 2 Aug 2007 10:54:04 -0500, Rick Fochtman
 [EMAIL PROTECTED] wrote:

 ...
 My sympathies. Turned 57 today
 ...

 Don't worry; you'll outgrow it ... youngster.

 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




-- 
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: LU Connection IP Address - URGENT

2007-02-09 Thread Roberto Halais

Jacky:

John is right. You have to search SMF files. I've done this before and all
the information you want is there.
You can use DFSORT's ICETOOL to mine SMF.

RH


On 2/9/07, Jacky Bright [EMAIL PROTECTED] wrote:


Hi,

We are using 3270 clients for connections.
We can find out the active session client ip address frm lu name by
following command

D NET,E,ID=luname

However, this command displays active sessions detail. Is it possible to
found backdated information for some specific lu name.

From which log I can extract this information.

Objective is to find out the IP address associated with  lu name.

JAcky

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





--
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Need ideas - IRADU00 output very large.

2007-01-31 Thread Roberto Halais

John:

1- Maybe security folks started a new audit feature?
2- Check the userid of the access/success records to see who's running
what.

Just some ideas.

Roberto








I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: LU definition for TN3270 printer(3287)

2007-01-29 Thread Roberto Halais

Johnny:
Sorry.
I don't know of any other appl. I'running OS/290 2.10

My FSS:
--
FSS(PRINTWAY) PROC=ANFWPROC,
HASPFSSM=HASPFSSM,
AUTOSTOP=YES

My JES2 printers are defined as:

PRT(97)  CLASS=T,
FSS=PRINTWAY,

MODE=FSS,

PRESELCT=YES,

SEP=NO,
ROUTECDE=(YOURDEST),

START=NO,

TRKCELL=YES,
WS=(Q,R/)

--
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: LU definition for TN3270 printer(3287)

2007-01-28 Thread Roberto Halais

For my printers I use:

NETSPRT1 APPL EAS=1,SESSLIM=YES,DLOGMOD=SCS,LOSTERM=IMMED

On 1/28/07, Johnny Luo [EMAIL PROTECTED] wrote:


Hi,

I'm trying to connect a TN3270 printer session to z/os so I can route
print
output to it and finally be routed to a lan printer or just a text file.
The
software I use is Infoprint Server.

During the configuration process, the only thing I did to VTAM is to
define
a APPL:


PRINTWAY VBUILD TYPE=APPL

VTAMPR01 APPL  AUTH=ACQ



Actually I was following the Infoprint manual for VTAM protocol printer.
So
I also modified JES parm:



FSS(FSS01) PROC=ANFWPROC

PRT01 CLASS=E,FSS=FSS01,MODE=FSS,PRESELCT=NO,

   START=NO,TRKCELL=YES,UCS=0,WS=(Q)





I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

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


Unix System Services Maintenance

2007-01-23 Thread Roberto Halais

Listers:

Is there some existing documentation that details the steps necesary to
apply smp/e maintenance to USS on z/OS 1.4 ?

I know you have to follow some procedure involving the file systems and
having them in service mode. But I can't find where it is
explained.

TIA.

Kind regards,
Roberto




--
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Unix System Services Maintenance

2007-01-23 Thread Roberto Halais

Don and Robert:

Thank you.

Missed that one!

Kind regards,
Roberto


On 1/23/07, Imbriale, Donald (Exchange) [EMAIL PROTECTED] wrote:


Check out manual UNIX System Services Planning and the section titled
'Installing service into the z/OS UNIX file system'.

Don Imbriale

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Roberto Halais
Sent: Tuesday, January 23, 2007 10:46 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Unix System Services Maintenance

Listers:

Is there some existing documentation that details the steps necesary to
apply smp/e maintenance to USS on z/OS 1.4 ?

I know you have to follow some procedure involving the file systems and
having them in service mode. But I can't find where it is
explained.




***
Bear Stearns is not responsible for any recommendation, solicitation,
offer or agreement or any information about any transaction, customer
account or account activity contained in this communication.
***

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





--
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Tape mount difficulties

2007-01-19 Thread Roberto Halais

Jack:

Thank you for II13276.

It has a nice debugging method for this type of problem.

The problem was exactly what you said:  READCOMPAT.

I did what the apar suggested and altered the volume's  TCDB  for
readcompat.

My job worked first shot.

Thank you again!

Kind regards,
Roberto



On 1/19/07, Jack Kelly [EMAIL PROTECTED] wrote:


You may want to review IBM's  II13276. Although it talks mostly about
output, the portion about 'readcompat' might address your concern.



Jack Kelly
LA Systems @ US Courts
x 202-502-2390

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





--
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: JCL to determine how dset was deleted is needed.

2007-01-09 Thread Roberto Halais

I think in CBT TAPE there is a Dataset Audit Facility (DAF) which you can
download and find the info you want.

On 1/9/07, Carol Srna [EMAIL PROTECTED] wrote:


Hello All.  Can someone share with me JCL to determine how a dataset was
deleted?
TIA

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





--
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: JCL to determine how dset was deleted is needed.

2007-01-09 Thread Roberto Halais

File # 094 CBT TAPE at www.cbttape.org.



On 1/9/07, Carol Srna [EMAIL PROTECTED] wrote:


Hello All.  Can someone share with me JCL to determine how a dataset was
deleted?
TIA

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





--
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
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: Transferring ADABAS backup file from VSE to MVS using FTP

2006-12-28 Thread Roberto Halais

Gadi:
I think there are numerous samples in IBM-MAIN archives. I recall having
seen this theme
before. Check the archives at:

http://bama.ua.edu/archives/ibm-main.html

Kind regards,
Roberto


On 12/28/06, גדי בן אבי [EMAIL PROTECTED] wrote:


Hi,

We are trying to transfer an ADABAS backup file from a VSE system to an
MVS system using FTP.

There is no direct connection between the VSE and MVS systems. We have to
transfer the file from the VSE system to a ftp server and then from there to
the MVS system.

Using tapes is not an option since the systems do not have common media.

The problem is that the ADABAS backup file has variable length records and
the record and block length information is lost during the transfer.

Can anyone recommend a way to perform this transfer.

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





--
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.


Re: Transferring ADABAS backup file from VSE to MVS using FTP

2006-12-28 Thread Roberto Halais

Check the TCP/IP archives at:

http://www2.marist.edu/htbin/wlvindex?IBMTCP-L


On 12/28/06, גדי בן אבי [EMAIL PROTECTED] wrote:


Hi Roberto,
I asked after I searched the archives and the rest of the web.

Gadi

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Roberto Halais
Sent: Thursday, December 28, 2006 2:22 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Transferring ADABAS backup file from VSE to MVS using FTP

Gadi:
I think there are numerous samples in IBM-MAIN archives. I recall having
seen this theme before. Check the archives at:

http://bama.ua.edu/archives/ibm-main.html

Kind regards,
Roberto


On 12/28/06, גדי בן אבי [EMAIL PROTECTED] wrote:

 Hi,

 We are trying to transfer an ADABAS backup file from a VSE system to
 an MVS system using FTP.

 There is no direct connection between the VSE and MVS systems. We have
 to transfer the file from the VSE system to a ftp server and then from
 there to the MVS system.

 Using tapes is not an option since the systems do not have common media.

 The problem is that the ADABAS backup file has variable length records
 and the record and block length information is lost during the transfer.

 Can anyone recommend a way to perform this transfer.

 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




--
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

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





--
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.


Dataset Name Report

2006-12-19 Thread Roberto Halais

Dear Listers:

I have a need to create a report of all catalogued datasets and to produce
totals by high level qualifiers (at different levels)
of space allocated and used, etc.

If there is a public utility can you please point me to the site that I may
donwload it.

Thank you all for this wonderful site.

Roberto

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


VSAM extended format

2006-02-15 Thread Roberto Halais Kareh
I tried this post at CICS forum but got limited replies.
Please bear with me.

Dear Listers:
 
We are currently using CICS/ESA 4.1 and are planning to convert to CICS/TS but 
not right now.
 
We need to create some very large VSAM files.
 
Does CICS/ESA 4.1 support Extended Format Vsam files?
 
We need to go beyond the 4GB limit of traditional vsam files.
 
Thank you for any information you can provide.
 
Kind regards,
Roberto Halais
Puerto Rico Treasury Department






l

--
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: Merry Christmas!

2005-12-28 Thread Roberto Halais Kareh
Please accept with no obligation, implied or implicit, best wishes for an 
environmentally conscious, socially responsible, low stress, non-addictive, 
gender neutral celebration of the WINTER SOLSTICE holiday, practiced within the 
most enjoyable traditions of the religious persuasion of your choice, or 
secular practices of your choice, with respect for the religious/secular 
persuasions and/or traditions of others, or their choice not to practice 
religious or secular traditions at all.  
 
In addition, please also accept best wishes for a fiscally successful, 
personally fulfilling and medically uncomplicated recognition of the onset of 
the generally accepted calendar year 2006, but not without due respect for the 
calendars of choice of other cultures whose contributions to society have 
helped make this country great (not to imply that this country is necessarily 
greater than any other country or area of choice), and without regard to the 
race, creed, color, age, physical ability, religious faith or sexual 
orientation of the wishers.  
 
This wish is limited to the customary and usual good tidings for a period of 
one year, or until the issuance of a subsequent holiday greeting, whichever 
comes first.  Holiday  is not intended to, nor shall it be considered, 
limited to the usual Judeo-Christian celebrations or observances, or to such 
activities of any organized or ad hoc religious community, group, individual or 
belief (or lack thereof).  
 
Note: By accepting this greeting, you are accepting these terms. This greeting 
is subject to clarification or withdrawal, and is revocable at the sole 
discretion of the wisher at any time, for any reason or for no reason at all. 
This greeting is freely transferable with no alteration to the original 
greeting. This greeting implies no promise by the wisher to actually implement 
any of the wishes for the wisher her/himself or others, or responsibility for 
the consequences which may arise from the implementation or non-implementation 
of it.  
 
This greeting is void where prohibited by law. 
 
Please check with your physician before accepting this, or any other greetings. 
 
Merry Christmas to all and to all a good night! 

--
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: RMF Spreadsheet Reporter

2005-12-14 Thread Roberto Halais Kareh
Check with your firewall people. Something could have changed.


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of Eric Chevalier
Sent: Wednesday, December 14, 2005 2:24 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: RMF Spreadsheet Reporter


On 14 Dec 2005 09:42:34 -0800,
[EMAIL PROTECTED] (Perryman, Brian) wrote:

.one thing that might be relevant, the (first four) numbers in the
PORT statement below do not match my target FTP server.. How do I
interpret that line in the log please?

SENT: PORT 192,168,2,1,6,190 
200 Port request OK.

The IP address in the PORT command is the IP address of the FTP *client*
(your workstation), *not* the FTP server (the mainframe).

The FTP client (your workstation) has opened a socket on port 6190 in the
workstation's TCP/IP stack and is listening for a connection *from* the
FTP server. The purpose of the PORT command (sent by the FTP client) is to
give the server the IP address and port number that it (the server) needs
to connect to in order to transfer the results of the LIST command.

Again, you might want to see if the FTP client being used can support
passive-mode data transfers.

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: INFOPRINT server for z/OS

2005-12-08 Thread Roberto Halais Kareh
Marie:

That is one way we use it to print from CICS thru TD queues.
We also do CICS SEND commands directly to the printer.

We use at 110 sites.

Up till now, no problems.

Roberto

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of VENET Marie-Claude
Sent: Wednesday, December 07, 2005 9:53 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: INFOPRINT server for z/OS


Is-it the good solution to print on a LPD from transaction CICS that write in a 
TD queue ? 

 -Message d'origine-
 De:   IBM Mainframe Discussion List [SMTP:[EMAIL PROTECTED] À la place de 
 Richard Pinion
 Date: mercredi 7 décembre 2005 14:27
 À:IBM-MAIN@BAMA.UA.EDU
 Objet:Re: INFOPRINT server for z/OS
 
 What would you like know?
 
  [EMAIL PROTECTED] 12/7/2005 3:58 AM 
 hello, 
 
 I seek people who set up Infoprint server on z/OS ?
 
  
 
  
 
 --
 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 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: Rexx Question

2005-11-22 Thread Roberto Halais Kareh
ADDRESS ISPEXEC  
   'LIBDEF ISPPLIB DATASET ID('''YOUR.PANELLIB''')'

Before you display your panel.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of Brian Thomas
Sent: Tuesday, November 22, 2005 2:49 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Rexx Question


Hi,
   
  
Now it is working, no i did not miss the brackets . but still i am unable to 
allocate the panle to the ISPLIB as it is saying already allocated. Could you 
please help me how to concate to the ISPLIB so that my panel can be displayed 
on logon
   
  Thanks,
  Brian

Itschak Mugzach [EMAIL PROTECTED] wrote:
  Didn't you miss the ')' char in the )attr section declaration? 

Itschak 

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


Send instant messages to your online friends http://uk.messenger.yahoo.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: REXX Question

2005-11-18 Thread Roberto Halais Kareh
In your code you do not show an END statement after the last ITERATE.
You should have two (2) ENDs for both DOs.


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of Alan Schwartz
Sent: Friday, November 18, 2005 12:54 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: REXX Question


I'm stuck in a REXX routing and haven't figured my way out yet. 

I'm going through a file of CICS shutdown statistics with the intent of 
generating a list of programs used and their counts.   Simple stuff.  The 
data where the routine falls apart is (hope this formats fairly decently. 
I'm not including all columns):

0PROGRAMS 
+ 
0  Program 
   NameTimes Used 
+  ___
 
   ABCAARCH  1219 
   ABIGSNP  0 
   ABOCFTM946 
   ABOCHOM  14667 

My code to process the data is:

Do a = 1 to cics.0 
  Parse upper var cics.a pgmname.a timesused.a .
If pgmname.a ¬= '0PROGRAMS' 
  Then Iterate 
Else 
trace i 
Do a = a to cics.0 
  If pgmname.a = '*TOTALS*' 
Then Leave 
  If Datatype(timesused.a) ¬= 'NUM' 
Then Iterate 

My problem, as shown by the trace, is the last Iterate is going back to 
the first Do and not the second Do.
The TSO REXX Reference says that Iterate steps the innermost Do. 

The trace does show that when it found 0PROGRAMS it executed the test for 
Datatype.  On lthat line the test
fails and it Iterates but to the first Do not the second.

I'm continuing to look at this but I welcome all help. 

Alan Schwartz
Assurant Shared Business Services
Lead Systems Programmer
Phone:  651-361-4758
Fax:   651-361-5625
**
This e-mail message and all attachments transmitted with it may contain legally 
privileged and/or confidential information intended solely for the use of the 
addressee(s). If the reader of this message is not the intended recipient, you 
are hereby notified that any reading, dissemination, distribution, copying, 
forwarding or other use of this message or its attachments is strictly 
prohibited. If you have received this message in error, please notify the 
sender immediately and delete this message and all copies and backups thereof.

Thank you.
**

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


MXI 4.3

2005-09-22 Thread Roberto Halais Kareh
Listers:

I am running MXI 4.3 under OS/390 2.10

When I issue an mvs command using the / option I only get
back 50 lines of messages.

I have RTFM'd to no avail.

I tried increasing the EMCSWAIT and EMCSFILL parameters of MXI but
same result.

I was trying to do a D TCPIP,,N,CONN command using MXI's mvs command (/) option.
When I issue this command thru TSO I get over 1,000 lines.
Any ideas?

Thank you.

Regards,
Roberto Halais
Puerto Rico Treasury
San Juan,PR

--
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: Softaudit for Z/OS

2005-09-14 Thread Roberto Halais Kareh
Patrick, Ken, et al:
Thank you all for your replies.
Roberto


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of Hall, Ken (GTI)
Sent: Wednesday, September 14, 2005 10:35 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Softaudit for Z/OS


The started task is now called (by default) MONITOR, and has fairly low 
overhead.  I looked at one of ours running, and it's used 9 CPU seconds in 77 
hours running.

The started task is now called (by default) MONITOR, and has fairly low 
overhead.  I looked at one of ours running, and it's used 9 CPU seconds in 77 
hours running.

The batch parts of Softaudit, like he says below, are another story.  We have a 
very large DASD farm, and the SURVEYOR jobs by default look at the VTOC on 
every online volume.  You have to be really careful to scope it down and keep 
the runtimes reasonable.  It was fairly common for me to spend 2-3 days running 
the monthly audit cycle of SURVEYOR, IDENTIFIER, EXTRACTOR, and DISTILLER.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
 Behalf Of [EMAIL PROTECTED]
 Sent: Wednesday, September 14, 2005 10:09 AM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: Re: [IBM-MAIN] Softaudit for Z/OS
 
 
 Well, I guess when we used this product it was for OS/390 
 since this was a 
 while back, 98'. There was an STC  called  SOTFAUDT that also 
 ran with a 
 couple of batch jobs, SOURCER and SURVEYOR, that took some 
 considerable 
 CPU resources. I'm fairly sure that these batch jobs were 
 report jobs and 
 not part of the actual monitoring task but I remember being concerned 
 enough about the amount of CPU that these batch jobs were 
 accruing that  I 
 eventually had them scheduled to run off hours to reduce the 
 pain to prime 
 time since these jobs were defined as production batch back 
 then. We're 
 talking *hours* of CPU on RC4 technology, at that time.
 
 So I would say that while the MONITOR itself was not CPU 
 dependent the 
 batch jobs, especially SOURCER, took some considerable CPU 
 resources when 
 run and I'm not sure why. 
 



If you are not an intended recipient of this e-mail, please notify the sender, 
delete it and do not read, act upon, print, disclose, copy, retain or 
redistribute it. Click here for important additional terms relating to this 
e-mail. http://www.ml.com/email_terms/


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


Softaudit for Z/OS

2005-09-13 Thread Roberto Halais Kareh
Listers:

We are evaluating installing the Softaudit for z/OS (ITLCM now sold by IBM).

What is the performance impact of this product's MONITOR component?

Any comments would be appreciated.

Regards,
Roberto Halais
Puerto Rico Treasury Dept.

--
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: Checking if all UNIX Filesystems were mounted successfully at IPL

2005-08-11 Thread Roberto Halais Kareh
Use this command at zOS console:  d omvs,f

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of Fred Schmidt
Sent: Wednesday, August 10, 2005 11:08 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Checking if all UNIX Filesystems were mounted successfully at
IPL


Hi folks.

I'm looking for a way of automatically verifying that all Filesystems 
specified in BPXPRMxx were successfully mounted at IPL. 

We've currently got a rather ugly REXX that chains through MVS control 
blocks to locate the BPXPRMxx members, extract the filesystem names, 
substitute system symbols and then compare the results against the mount 
table via the getmntent syscall service. 

Please tell me that there's an easier and more reliable way.

Regards,
Fred Schmidt
Senior Systems Programmer
Department of Corporate and Information Services (DCIS)
Data Centre Services (DCS)
Northern Territory Government

Email  [EMAIL PROTECTED]
Phone(08) 89 99 6891
Fax (08) 89 99 7493

--
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: oxymora, proper and improper

2005-06-27 Thread Roberto Halais Kareh
Darell, wherefore art thou?

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of john gilmore
Sent: Monday, June 27, 2005 9:03 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: oxymora, proper and improper


Volker Bandke has asked for citations for my distinction between proper and 
improper oxymora.
Very well.  From, for example, the Wikipedia On-Line Encyclopedia (which is 
reachable by googling 'oxymoron'):

An oxymoron (plural oxymora) (noun) is a figure of speech that combines 
two normally contradictory terms (e.g. deafening silence). Oxymoron is a 
Greek term derived from oxy (sharp) and moros (dull). Oxymora are a 
proper subset of the expressions called contradiction  in terms. What 
distinguishes oxymora from other paradoxes and contradictions is that they 
are used intentionally, for rhetorical effect, and the contradiction is 
only apparent, as the combination  of terms provides a novel expression of 
some concept.

which is a szuitably elementary discussion.

The notion of 'a novel expression of some concept' is of course problematic 
when it is viewed diachronically; but it is important to remember that 
'deafening silence' was once, perhaps in Cicero's time, a fresh and novel 
expression.  (Or again, he may have borrowed it from a Greek text known to 
him and lost to us.)

John Gilmore
Ashland, MA 01721
USA

_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

--
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: IPL periodicity

2005-06-23 Thread Roberto Halais Kareh
Monthly.

Maintenance, ptf's, memory leaks., etc.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of Peter Hunkeler
Sent: Thursday, June 23, 2005 8:15 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: IPL periodicity


Out of curiosity, how often and for what reasons do you IPL your z/OS 
systems?

Peter Hunkeler
Senior IT Specialist, IBM zSeries Technical Sales Support, Switzerland

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