Re: JCL MISTERY (for me)

2010-02-10 Thread Vernooij, CP - SPLXM


gnalu itsys...@bper.dpn.ch wrote in message
news:cbf721dc-368a-497c-905a-371b2aa80...@r33g2000yqb.googlegroups.com
...
 Can somebody explain why the temporary dataset is empty in the last
 ST3 step ?
 I would like to obtain the record written is ST2, not the null from
 the ST1.
 
 //ST1 EXEC PGM=SORT,PARM='NULLOUT=RC4'
 //SYSOUT  DD SYSOUT=*
 //SORTIN  DD *
 //SORTOUT DD DISP=(,PASS),DSN=TMPFILE,DCB=*.SORTIN,SPACE=(TRK,1)
  OPTION COPY
 
 //ST2 EXEC PGM=SORT,PARM='NULLOUT=RC4'
 //SYSOUT  DD SYSOUT=*
 //SORTIN  DD *
 RECORD1
 //SORTOUT DD DISP=(,PASS),DSN=TMPFILE,DCB=*.SORTIN,SPACE=(TRK,1)
  OPTION COPY
 
 //ST3 EXEC PGM=SORT,PARM='NULLOUT=RC4'
 //SYSOUT  DD SYSOUT=*
 //SORTIN   DD DISP=(OLD,DELETE),DSN=TMPFILE
 //SORTOUT  DD SYSOUT=*
  OPTION COPY
 
 Regards
 Bernard Coeytaux

You create 2 TMPFILE files and then you say: give me TMPFILE and you
should not be surprised the system does not pick the one you intended.
Give them different names.

Kees.

Ps. This newsgroup is a mirror of a listserver, where most of the
IBM-MAIN population resides. See the information automagically added at
the bottom.
**
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee
only. If you are not the addressee, you are notified that no part
of the e-mail or any attachment may be disclosed, copied or
distributed, and that any other action related to this e-mail or
attachment is strictly prohibited, and may be unlawful. If you have
received this e-mail by error, please notify the sender immediately
by return e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries
and/or its employees shall not be liable for the incorrect or
incomplete transmission of this e-mail or any attachments, nor
responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch Airlines) is registered in Amstelveen, The Netherlands, with
registered number 33014286 
**

--
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: Does anyone know of a good *batch* FTP client for Windows?

2010-02-10 Thread Gibney, Dave
  I think we use http://www.snapfiles.com/get/moveitfreely.html

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of Charles Mills
 Sent: Tuesday, February 09, 2010 5:37 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Does anyone know of a good *batch* FTP client for Windows?
 
 I'm looking for an FTP client for Windows with maximum compatibility
with
 the z/OS Comm. Server client (the ftp command), the z/OS Comm.
Server
 server (FTPSERVE), and z/OS traditional datasets in general.
 
 
 
 I also need SSL support.
 
 
 
 The Windows command line freebie would be about perfect except for the
 lack
 of SSL support.
 
 
 
 I *cannot* use a GUI Window for this particular application. I need
 something that processes a file analogous to the INPUT DD processed by
the
 z/OS ftp client.
 
 
 
 I've got Ipswitch WS_FTP which has a batch FTP but it is doing me way
too
 many favors that may make sense on UNIX or Windows but which make a
mess
 on z/OS. For example, it is turning
 
 
 
 PUT SOMEFILE.TXT 'USERID.FOO.BAR'
 
 
 
 into
 
 
 
 CD 'USERID.FOO
 
 PUT SOMEFILE.TXT BAR'
 
 
 
 which is obviously useless.
 
 
 
 (I will cross-post this to IBMTCP-L.)
 
 
 
 Thanks,
 
 
 
 Charles
 
 
 --
 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


FTP problems

2010-02-10 Thread גדי בן אבי
Hi,

Lately we’ve been having problems with ftp transfers from the mainframe to 
windows ftp servers.
It usually happens during the night. When we rerun the job during the day, 
everything works fine.

Can anyone suggest a procedure or product that would help pin point the problem.

We are using z/OS v1.9.
The ftp servers are running Microsoft FTP service.

Gadi




לשימת לבך, בהתאם לנהלי החברה וזכויות החתימה בה, כל הצעה, התחייבות או מצג מטעם 
החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את לוגו 
החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך סרוק) 
המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה לדיון, 
ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי.

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

2010-02-10 Thread מתן כהן
HI gadi,
why didn't you add the output for the FTP job running in the night.
you may find a solution in FTP subcommands : DEBUG or DUMP

בתאריך 10 בפברואר 2010 10:24, מאת גדי בן אבי gad...@malam.com:

 Hi,

 Lately we’ve been having problems with ftp transfers from the mainframe to
 windows ftp servers.
 It usually happens during the night. When we rerun the job during the day,
 everything works fine.

 Can anyone suggest a procedure or product that would help pin point the
 problem.

 We are using z/OS v1.9.
 The ftp servers are running Microsoft FTP service.

 Gadi



 
 לשימת לבך, בהתאם לנהלי החברה וזכויות החתימה בה, כל הצעה, התחייבות או מצג
 מטעם החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את
 לוגו החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך
 סרוק) המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה
 לדיון, ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי.

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

2010-02-10 Thread גדי בן אבי
The message in the tp job says:
150 Opening ASCII mode data connection for DPT0119.DAT.
426 Connection closed; transfer aborted.

Gadi

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
מתן כהן
Sent: Wednesday, February 10, 2010 10:44 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: FTP problems

HI gadi,
why didn't you add the output for the FTP job running in the night.
you may find a solution in FTP subcommands : DEBUG or DUMP

בתאריך 10 בפברואר 2010 10:24, מאת גדי בן אבי gad...@malam.com:

 Hi,

 Lately we’ve been having problems with ftp transfers from the mainframe to
 windows ftp servers.
 It usually happens during the night. When we rerun the job during the day,
 everything works fine.

 Can anyone suggest a procedure or product that would help pin point the
 problem.

 We are using z/OS v1.9.
 The ftp servers are running Microsoft FTP service.

 Gadi



 
 לשימת לבך, בהתאם לנהלי החברה וזכויות החתימה בה, כל הצעה, התחייבות או מצג
 מטעם החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את
 לוגו החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך
 סרוק) המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה
 לדיון, ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי.

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


לשימת לבך, בהתאם לנהלי החברה וזכויות החתימה בה, כל הצעה, התחייבות או מצג מטעם 
החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את לוגו 
החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך סרוק) 
המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה לדיון, 
ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי.

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


Re: Preview: z/OS V1.12 - September 2010

2010-02-10 Thread Anthony Thompson
Off-topic but still...

Queue was used literally decades ago because it was the only thing around that 
provided a general interface to the JES2 queues. SDSF is now a many generations 
removed descendant. There was no such animal as ISPF back then either, it was 
called SPF. You might also want look at DISASM (the original, in file 217) off 
the CBT tape, and compare it to IBM's HLASM Toolkit dis-assembler. Notice any 
similarities? 

Cheers, Ant.

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Ed Gould
Sent: Wednesday, 10 February 2010 4:10 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Preview: z/OS V1.12 - September 2010


From: Anthony Thompson anthony.thomp...@nt.gov.au
To: IBM-MAIN@bama.ua.edu
Sent: Tue, February 9, 2010 7:50:53 PM
Subject: Re: Preview: z/OS V1.12 - September 2010

And I remember when SDSF was called Q and it was shipped on the CBT tape.

Ant.


Its been years but I do not recall SDSF ever being remotely like Q.
I tried it out long long ago and did not like it at all.(Q that is)
When I first tried SDSF out it worked exactly like I thought a product should 
work and the PFK keys were standard ISPF type .
We were pushed into looking at Q by a user and we couldn't get it out of the 
house fast enough. I suppose it was OK in some sort of wierd way but there was 
no way I was going to give it out to the general users.

Ed



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

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


Re: FTP problems

2010-02-10 Thread מתן כהן
there isn't any diffrent in your night job and the job you running at day
time, right?
 you need to check ,in case you are establish the connection by a name
and not ip, if the connection at night preform by a diffrent attributes (can
cause by the network or the windows machine) .
what the diffrent between the state of the windows machine at night and at
morning .
investigation on the windows machine can help more in understanding the
problem (search the ftp log on the machine ).



בתאריך 10 בפברואר 2010 10:53, מאת גדי בן אבי gad...@malam.com:

 The message in the tp job says:
 150 Opening ASCII mode data connection for DPT0119.DAT.
 426 Connection closed; transfer aborted.

 Gadi

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of מתן כהן
 Sent: Wednesday, February 10, 2010 10:44 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: FTP problems

 HI gadi,
 why didn't you add the output for the FTP job running in the night.
 you may find a solution in FTP subcommands : DEBUG or DUMP

 בתאריך 10 בפברואר 2010 10:24, מאת גדי בן אבי gad...@malam.com:

  Hi,
 
  Lately we’ve been having problems with ftp transfers from the mainframe
 to
  windows ftp servers.
  It usually happens during the night. When we rerun the job during the
 day,
  everything works fine.
 
  Can anyone suggest a procedure or product that would help pin point the
  problem.
 
  We are using z/OS v1.9.
  The ftp servers are running Microsoft FTP service.
 
  Gadi
 
 
 
  
  לשימת לבך, בהתאם לנהלי החברה וזכויות החתימה בה, כל הצעה, התחייבות או מצג
  מטעם החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא
 את
  לוגו החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות
 מסמך
  סרוק) המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום
 טיוטה
  לדיון, ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי.
 
  --
  For IBM-MAIN subscribe / signoff / archive access instructions,
  send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
  Search the archives at http://bama.ua.edu/archives/ibm-main.html
 

 לשימת לבך, בהתאם לנהלי החברה וזכויות החתימה בה, כל הצעה, התחייבות או מצג
 מטעם החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את
 לוגו החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך
 סרוק) המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה
 לדיון, ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי.

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



Re: Preview: z/OS V1.12 - September 2010

2010-02-10 Thread Shane
On Wed, 2010-02-10 at 00:00 -0600, Barbara Nitz wrote:

 Hmmm... In some situations, your operations may be so critical that
 human analysis and intervention may not be fast enough, and the system
 must have the ability to act quickly and decisively.
 
 yes, I have been laughing real hard about that one! Especially in light of 
 z/OS 
 still being so dumb as to schedule more than 10 dumps in less than a second 
 for an 878-10, effectively tying up the system and drastically increasing 
 paging. Talk about absolutely intelligent recovery routines!

Maybe eLiza (http://www-03.ibm.com/servers/autonomic/index.html)
(re-)arises from the ashes.
.
.
.
again ...

Shane ...

--
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: SMP/E -- Removing a CSECT from a load module?

2010-02-10 Thread Shane
On Wed, 2010-02-10 at 00:25 -0600, Chris Craddock wrote:

 It isn't rocket science
 but there are an amazing number of packaging tools out there that don't
 understand SMP/E arcana.

No  surely not.
I think I'd better take a seat and recompose myself.

Shane ...

--
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: Preview: z/OS V1.12 - September 2010

2010-02-10 Thread Shane
On Wed, 2010-02-10 at 18:45 +0930, Anthony Thompson wrote:

 Off-topic but still...
 
 Queue was used literally decades ago because it was the only thing
 around that provided a general interface to the JES2 queues.

And I can remember it saving us big time.
JES2 control blocks in circular loops. Only way to fix it was Q - and a
fella who happened to know just a tad about JES2 structure.

Shane ...

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


formatting TCP/IP PKTTRACE output

2010-02-10 Thread Jim McAlpine
I've taken a PKTTRACE to an external writer dataset but I can't find any doc
regarding formatting the output.  I'd like to do it in batch.  Does anyone
have an example job or a pointer to some documentation.

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


Re: How stable is the Name/Token area mappings?

2010-02-10 Thread Binyamin Dissen
On Tue, 9 Feb 2010 23:45:32 -0800 David Alcock mainframed...@sbcglobal.net
wrote:

: I would like to anchor something for high performance 
: via name token, but to call IEANTRT one needs 9 writeable 
: words (4 for the plist, 4 for the result and one for the 
: return code).

:Looks like I'm not the only one that wishes you could retrieve a N/T pair  
without doing a GETMAIN for the parmlist.  Also on the wishlist is IBM 
providing a list of all of the N/T pairs instead of only retrieving by exact 
name.   SHOWMVS can do this by guess work on OCO control blocks. 

It certainly can support an API where the TOKEN is returned in R0-R1 and the
return code is in R15. Then the PLIST can be merely the level and name and no
writeable storage at all is required.

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


Re: JES2 Rmt and Security Issue

2010-02-10 Thread Erik Janssen
I dont understand why your not getting any RACF message (you are using RACF?).
I would issue the $POJOBQ,JM=E*,HOURS96 directly to see if that will give
you some indication of the error. Also, have a look at joboutput starting
with E and see if there is some job that might explain the error. 

here is a part of the output after the command $tdebug was issue:
IEF695I START AUTOCMDF WITH JOBNAME AUTOCMDF IS ASSIGNED TO USER MNTUSER
 , GROUP SDLSYS
$HASP373 AUTOCMDF STARTED
IEF403I AUTOCMDF - STARTED - TIME=10.19.28
IEA630I  OPERATOR AUTOCMD  NOW ACTIVE,   SYSTEM=PANDAF  , LU=thtAUTOCMDF
$T AACTV,T=07.00,'$D A'
$HASP604 ID ACTV T=  7.00 I=0 L=AUTOCMD  $D A
$HASP890 JOB(IX95RET7) 355
$HASP890 JOB(IX95RET7)  STATUS=(EXECUTING/SYS1),CLASS=A,
$HASP890PRIORITY=9,SYSAFF=(ANY),HOLD=(NONE)
$HASP890 JOB(IX29A) 356
$HASP890 JOB(IX29A) STATUS=(EXECUTING/SYS1),CLASS=A,
$HASP890PRIORITY=9,SYSAFF=(ANY),HOLD=(NONE)
IEA631I  OPERATOR AUTOCMD  NOW INACTIVE, SYSTEM=PANDAF  , LU=AUTOCMDF
IEA630I  OPERATOR AUTOCMD  NOW ACTIVE,   SYSTEM=PANDAF  , LU=AUTOCMDF
*$POJOBQ,JM=E*,HOURS96   *
*$HASP690 COMMAND REJECTED - SOURCE OF COMMAND HAS IMPROPER AUTHORITY *
*IEA631I  OPERATOR AUTOCMD  NOW INACTIVE, SYSTEM=PANDAF  , LU=AUTOCMDF*
*
*
some of the command from the rexx are issued successfully and apart of them
get the HASP690 message with no further information.


--
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: Compuware FileAid to IBM FileManager Conversion

2010-02-10 Thread Vince Getgood
I'd also be interested in any comments, as we're looking to do exactly the 
same thing.

We're also considering replacing: - 

Abend/AID  Abend/AID CICS with Fault analyser
Xpediter TSO  Xpediter CICS with Debug tool
Strobe  iStrobe with Application performance analyser

Any other comments or experiences with these conversions also welcome!

--
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: Download system rexx using the SMP/E web download

2010-02-10 Thread Jorge Garcia
I have received this email yesterday from smsinet support:

Jorge 

Thank you for reporting the problem you experienced with an IBM website.  
Unfortunately, that Campaign is no longer available. 
 
Is it necessary install the system rexx for executing the migration checker 
tool 
like said the ptf UA44741?

Regards

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


Re: formatting TCP/IP PKTTRACE output

2010-02-10 Thread Rob Scott
Jim

The doc is in the IP Diagnosis Guide GC31-8782 


Rob Scott
Developer
Rocket Software
275 Grove Street * Newton, MA 02466-2272 * USA
Tel: +1.617.614.2305 
Email: rsc...@rs.com
Web: www.rocketsoftware.com

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Jim McAlpine
Sent: 10 February 2010 09:45
To: IBM-MAIN@bama.ua.edu
Subject: formatting TCP/IP PKTTRACE output

I've taken a PKTTRACE to an external writer dataset but I can't find any doc 
regarding formatting the output.  I'd like to do it in batch.  Does anyone have 
an example job or a pointer to some documentation.

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

--
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: formatting TCP/IP PKTTRACE output

2010-02-10 Thread Jim McAlpine
On Wed, Feb 10, 2010 at 10:17 AM, Rob Scott rsc...@rocketsoftware.comwrote:

 Jim

 The doc is in the IP Diagnosis Guide GC31-8782


 Rob Scott
 Developer
 Rocket Software
 275 Grove Street * Newton, MA 02466-2272 * USA
 Tel: +1.617.614.2305
 Email: rsc...@rs.com
 Web: www.rocketsoftware.com



Thanks Rob, I'll check it out.

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


Re: Preview: z/OS V1.12 - September 2010

2010-02-10 Thread Bob Shannon
I used Queue and thought it was a great tool. Then came IOF. Then came SDSF. 
Goodbye Queue.

Bob Shannon
Rocket Software

--
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: JCL MISTERY (for me)

2010-02-10 Thread Elardus Engelbrecht
Vernooij, CP wrote: 

You create 2 TMPFILE files and then you say: give me TMPFILE and you
should not be surprised the system does not pick the one you intended.
Give them different names.

Thanks. The first TMPFILE was chosen. (Where is that fact actually 
documented? Anybody? )

Bernard Coeytaux wrote:
Can somebody explain why the temporary dataset is empty in the last ST3 
step? I would like to obtain the record written is ST2, not the null from the 
ST1.

Have ST3.SORTIN refer to ST2.SORTOUT with a temp DSN name unique in the 
whole JCL. Or you can refer to DSN=*.ST2.SORTOUT. 

Look in JCL Ref for more info about backward reference.

Groete / Greetings
Elardus Engelbrecht

--
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: JES2 Rmt and Security Issue

2010-02-10 Thread מתן כהן
yes, i'm using RACF.
this user don't have a login authority .
but i changed in the racf so this procedure will run under ibmuser and i get
the same message.
so i believe it is somthing involve JES2 authrity for EMCS. but i couldn't
find any helpful information.

2010/2/10 Erik Janssen erik.jans...@ing.nl

 I dont understand why your not getting any RACF message (you are using
 RACF?).
 I would issue the $POJOBQ,JM=E*,HOURS96 directly to see if that will give
 you some indication of the error. Also, have a look at joboutput starting
 with E and see if there is some job that might explain the error.

 here is a part of the output after the command $tdebug was issue:
 IEF695I START AUTOCMDF WITH JOBNAME AUTOCMDF IS ASSIGNED TO USER MNTUSER
  , GROUP SDLSYS
 $HASP373 AUTOCMDF STARTED
 IEF403I AUTOCMDF - STARTED - TIME=10.19.28
 IEA630I  OPERATOR AUTOCMD  NOW ACTIVE,   SYSTEM=PANDAF  , LU=thtAUTOCMDF
 $T AACTV,T=07.00,'$D A'
 $HASP604 ID ACTV T=  7.00 I=0 L=AUTOCMD  $D A
 $HASP890 JOB(IX95RET7) 355
 $HASP890 JOB(IX95RET7)  STATUS=(EXECUTING/SYS1),CLASS=A,
 $HASP890PRIORITY=9,SYSAFF=(ANY),HOLD=(NONE)
 $HASP890 JOB(IX29A) 356
 $HASP890 JOB(IX29A) STATUS=(EXECUTING/SYS1),CLASS=A,
 $HASP890PRIORITY=9,SYSAFF=(ANY),HOLD=(NONE)
 IEA631I  OPERATOR AUTOCMD  NOW INACTIVE, SYSTEM=PANDAF  , LU=AUTOCMDF
 IEA630I  OPERATOR AUTOCMD  NOW ACTIVE,   SYSTEM=PANDAF  , LU=AUTOCMDF
 *$POJOBQ,JM=E*,HOURS96   *
 *$HASP690 COMMAND REJECTED - SOURCE OF COMMAND HAS IMPROPER AUTHORITY *
 *IEA631I  OPERATOR AUTOCMD  NOW INACTIVE, SYSTEM=PANDAF  , LU=AUTOCMDF*
 *
 *
 some of the command from the rexx are issued successfully and apart of
 them
 get the HASP690 message with no further information.
 

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


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


Re: About ENQ - some basic questions

2010-02-10 Thread Shmuel Metz (Seymour J.)
In listserv%20100209124760.0...@bama.ua.edu, on 02/09/2010
   at 12:47 PM, Scott Fagen scottfagen...@yahoo.com said:

Allocation ENQs are assigned to the JSTCB

No, the Initiator task, which is one task up from the JSTCB.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: About ENQ - some basic questions

2010-02-10 Thread Shmuel Metz (Seymour J.)
In
e46b4df55a5e8746855078ae31f1b180338e974...@fspas01ev010.fspa.myntet.se,
on 02/09/2010
   at 04:49 PM, Thomas Berg thomas.b...@swedbank.se said:

As I'm playing a bit with an ENQ-function, I wonder how ENQ's work when
doing dynamic allocation.

The same as any other ENQ or RESERVE, except that you're not the one
issuing it.

Normally - as I understand - an ENQ is always released when the
(sub)task terminates (or doing DEQ). 

An ENQ is release when the task owning the resource terminates. For an
unprivileged caller, that's the task issuing the ENQ. DYNALLOC is a
privileged caller, so it is more complicated.

But if You e g do an allocation in the same rexx its ENQ is kept thru
the entire TSO session or until You free the dataset.

More or less, except that an allocation might be marked not in use, which
is sort of intermediate between allocated and unallocated.

Does this mean that the ENQ in this case is assigned to the main task
(TSO) or is there another mechanism in work ?

The ENQ is assigned to the Initiator task for the jobstep; that's the
login task for foreground TSO.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: I will not support EAV disk emulation.

2010-02-10 Thread shai hess
HI,


 I create the unit check status to Cyl 1010a Head E. I put the Track address
Cyl 1010a Head E and run Erep.

 MVS report the Cyl 1010a Head E in Erep without Encryption or what so ever.

 So there is a small error in Erep 3.5 book which I highlight with yellow
color.

 So, the EAV will be supported one day in MFNetDisk.

 Sorry for the thread, but it was intersthing,no?

Shai

| |
| |
| |
| | DEVICE NUMBER: 005708 REPORT: OUTBOARD (LONG) DAY YEAR JOB IDENTITY: EOS
EXIT |
| | SCP: VS 2 REL. 3 DATE: 273 05 C5D6E240C5E7C9E3 |
| | DEVICE TYPE: 3390 |
| | MODEL: 2084 HH MM SS.TH |
| | ERROR PATH: 14-5708 CPU ID: 132906 TIME: 13 38 42.32 |
| |
| | RECORD IS: TEMPORARY |
| |
| | MODE IS: 370XA |
| |
| | CC CA FL CT |
| | FAILING CCW: 1E E76072 60 00  |
| |
| | K FLAGS CA US SS CT |
| | SCSW: 00 404017 00E68400 0E 00  |
| |
| | ---UNIT STATUS SUB-CHANNEL STATUS --SCSW
FLAGS |
| | FLAG 0 FLAG 1 |
| | ATTENTION 0 PGM-CTLD IRPT 0 CCW FORMAT 0 RESERVED 0 SUBCHANNEL ACTIV 0 |
| | STATUS MODIFIER 0 INCORRECT LENGTH 0 PRE-FETCH CCW 1 SSCH FUNCTION 1
DEVICE ACTIVE 0 |
| | CONTROL UNIT END 0 PROGRAM CHECK 0 INIT STATUS 0 HSCH FUNCTION 0
SUSPENDED 0 |
| | BUSY 0 PROTECTION CHECK 0 ADDR LIMIT 0 CSCH FUNCTION 0 ALERT STATUS 1 |
| | CHANNEL END 1 CHAN DATA CHECK 0 SUPP SUSPEND INT 0 RESUME PENDING 0
INTERMED STATUS 0 |
| | DEVICE END 1 CHAN CTL CHECK 0 ZERO COND CODE 0 START PENDING 0 PRIMARY
STATUS 1 |
| | UNIT CHECK 1 I/F CTL CHECK 0 EXTENDED CONTROL 0 HALT PENDING 0 SECONDARY
STATUS 1 |
| | UNIT EXCEPTION 0 CHAINING CHECK 0 PATH NOT OPER 0 CLEAR PENDING 0 STATUS
PENDING 1 |
| |
| |
| | DEVICE DEPENDENT DATA |
| |
| | STORAGE CONTROL UNIT: TYPE: 2107 SEQUENCE NUMBER: 0 PATH: 0 |
| |
| | DEVICE: TYPE: 2107 SEQUENCE NUMBER: N/A DEVICE ID: 00 STRING: 0 |
| |
| | SSID: N/A VOLUME: 339S02 CYLINDER: 00101A0 HEAD: E |
| |
| | SENSE BYTE DATA |
| | BYTE 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 |

| | 10 00 00 00 00 3C 20 00 00 00 00 00 00 00 00 00 |

| | BYTE 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |

| | 00 00 00 00 00 00 00 00 04 81 00 10 DE F1 AB C2 |
| |

| | HEX DUMP OF RECORD |
| | HEADER 30831840  0005273F 13384232 FF132906 2084 |
| | 0018 C5D6E240 C5E7C9E3 1EE76072 6000   03145708
801F2032 |
| | 0038 5708 0020 F3F3F9E2 F0F3   
 |
| | 0058 1000 003C2000     0481001000101A0E|
| | 0078 00404017 00E68400 0E00 008D F0F261F2 F461F0F5 |
|

--
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: JCL MISTERY (for me)

2010-02-10 Thread Veilleux, Jon L
Take a look at the file names in your allocation messages for the temporary 
datasets. They will be SYSxxx and will be different for each file. 
The actual names assigned to TMPFILE are system generated and are 
intentionally unique. If you want to access the file created in ST2 in ST3 you 
must use REFERBACK (look it up in the JCL manual).
The DD in ST3 would look something like this:

//SORTIN   DD DISP=(OLD,DELETE),DSN=*.ST2.SORTOUT

Jon L. Veilleux 
veilleu...@aetna.com 
(860) 636-9179 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Vernooij, CP - SPLXM
Sent: Wednesday, February 10, 2010 3:07 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: JCL MISTERY (for me)



gnalu itsys...@bper.dpn.ch wrote in message 
news:cbf721dc-368a-497c-905a-371b2aa80...@r33g2000yqb.googlegroups.com
...
 Can somebody explain why the temporary dataset is empty in the last
 ST3 step ?
 I would like to obtain the record written is ST2, not the null from 
 the ST1.
 
 //ST1 EXEC PGM=SORT,PARM='NULLOUT=RC4'
 //SYSOUT  DD SYSOUT=*
 //SORTIN  DD *
 //SORTOUT DD DISP=(,PASS),DSN=TMPFILE,DCB=*.SORTIN,SPACE=(TRK,1)
  OPTION COPY
 
 //ST2 EXEC PGM=SORT,PARM='NULLOUT=RC4'
 //SYSOUT  DD SYSOUT=*
 //SORTIN  DD *
 RECORD1
 //SORTOUT DD DISP=(,PASS),DSN=TMPFILE,DCB=*.SORTIN,SPACE=(TRK,1)
  OPTION COPY
 
 //ST3 EXEC PGM=SORT,PARM='NULLOUT=RC4'
 //SYSOUT  DD SYSOUT=*
 //SORTIN   DD DISP=(OLD,DELETE),DSN=TMPFILE
 //SORTOUT  DD SYSOUT=*
  OPTION COPY
 
 Regards
 Bernard Coeytaux

You create 2 TMPFILE files and then you say: give me TMPFILE and you should not 
be surprised the system does not pick the one you intended.
Give them different names.

Kees.

Ps. This newsgroup is a mirror of a listserver, where most of the IBM-MAIN 
population resides. See the information automagically added at the bottom.
**
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286
**

--
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
This e-mail may contain confidential or privileged information. If
you think you have received this e-mail in error, please advise the
sender by reply e-mail and then delete this e-mail immediately.
Thank you. Aetna   

--
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: SMP/E -- Removing a CSECT from a load module?

2010-02-10 Thread Tom Marchant
On Wed, 10 Feb 2010 19:33:15 +1000, Shane wrote:

I think I'd better take a seat and recompose myself.

Did you decompose?

-- 
Tom Marchant

--
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: JES2 Rmt and Security Issue

2010-02-10 Thread Robert S. Hansel (RSH)
Does the LPAR where it is failing share its RACF database with the LPARs
where it is working?

Regards, Bob

-
Robert S. Hansel   | 2010 RACF Training (January - July)
Lead RACF Specialist   |  Audit for Results   - Boston - MAY 4-6
RSH Consulting, Inc.   |  Intro  Basic Admin - Boston - MAY 25-27
www.rshconsulting.com  |  Securing z/OS Unix  - WebEx  - JUL 13-15
617-969-8211   | Visit our website for registration  details
-

-Original Message-
Date:Tue, 9 Feb 2010 16:42:27 +0200
From:=?UTF-8?B?157XqtefINeb15TXnw==?= matancohen...@gmail.com
Subject: Re: JES2 Rmt and Security Issue

the procedure is processing the command through a rexx calling this cmd rex=
x
:
ARG CCMD
PROF MSGID
/* NAME =3D 'AUTOCMD'  * USERID()   */
NAME =3D AUTOCMD
CONSPROF SOLDISP(NO) SOLNUM(400)
CONSOLE ACTIVATE NAME(NAME)
CONSOLE SYSCMD(CCMD) CART('CMD1')
CMD_RC =3D GETMSG('LINE.','SOL','CMD1',,2)
CONSOLE DEACTIVATE
IF LINE.0  0 THEN
   DO I =3D 1 TO LINE.0 ; SAY LINE.I ; END

all of this work fine in others lpars.

--
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: Preview: z/OS V1.12 - September 2010

2010-02-10 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Timothy Sipples
 Sent: Tuesday, February 09, 2010 6:35 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Preview: z/OS V1.12 - September 2010
 
 John McKown writes:
 Maybe it means that IBM wishes every ISPF (development)
 shop to use WDz. Which is more profitable to IBM. cynicism/
 
 Uh, no.
 
 Your mileage may vary, but Rational Developer for System z 
 tends to be more
 parsimonious in its use of mainframe CPU resources, at least 
 with typical
 usage patterns. If those are peak monthly 4-hour rolling average CPU
 resources, then you would see a financial benefit in using 
 RDz. Again, how
 much financial benefit will vary. Any financial benefit 
 mostly comes at
 IBM's expense. Enjoy. :-)
 
 My own view is that most developers should be using RDz for 
 very sensible
 business and financial reasons. But that's most, not all. In most
 development organizations a mix of RDz and ISPF (probably 
 also with the
 ISPF Productivity Tool, formerly known as SPIFFY, and/or other ISPF
 utilities) is the best formula.
 
 - - - - -
 Timothy Sipples

Hum, now that is interesting. Of course, around here, doing anything is like 
mating elephants: It makes a lot of noise and mess, and there are no results 
for close to two years. Honestly, getting our programmer to embrace an new 
paradigm is usually a waste of time. And, I don't know how long it would take, 
in MSU savings, to recoup the initial cost.  Anything with an ROI of less than 
3 months is basically dead before it starts.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
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


Re: SMP/E -- Removing a CSECT from a load module?

2010-02-10 Thread john gilmore
Shane's comment was entirely appropriate, although it may be that we need a 
special font for irony here.  

 

That the arcana of SMP/E, indeed some of its basic functions, are little 
understood both within and without IBM is evident here several times a month.  

 

Moreover, the same radical ignorance of the arcana of the Linkage Editor and 
now the Binder too is demonstrated here even more frequently. 

 

This time, however, the subject is a facility---that of deleting a CSECT by 
replacing it with nothing---that the Linkage Editor supported ab initio and the 
Binder continues to support.  The question whether SMP/E can do it is thus moot 
or worse.  It must of course be done, as porcupines are said to make love, very 
carefully. 

John Gilmore Ashland, MA 01721-1817 USA


  
_
Hotmail: Trusted email with powerful SPAM protection.
http://clk.atdmt.com/GBL/go/201469227/direct/01/
--
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 problems

2010-02-10 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of ??? ?? ???
 Sent: Wednesday, February 10, 2010 2:24 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: FTP problems
 
 Hi,
 
 Lately we've been having problems with ftp transfers from the 
 mainframe to windows ftp servers.
 It usually happens during the night. When we rerun the job 
 during the day, everything works fine.
 
 Can anyone suggest a procedure or product that would help pin 
 point the problem.
 
 We are using z/OS v1.9.
 The ftp servers are running Microsoft FTP service.
 
 Gadi

What sort of problems are you having? We had a problem with an old Windows 
version where the file transferred properly, but the server did not send the 
proper response. In this case, I had to do a TCPIP trace of the entire ftp 
transaction. I then sent that to the Windows people (who, of course, said it 
was an IBM problem). They eventually just said to ftp to a different server and 
the problem just disappeared.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
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

 
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html
 
 

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


Re: SMP/E -- Removing a CSECT from a load module?

2010-02-10 Thread Staller, Allan
That is because WOMBAT is already included in the real FOO. IMO, the
most expedient way to fix this is to
1) relink SYSLMOD FOO w/o WOMBAT (outside of SMP).
2) Perform you JCLIN.

You might also try: 

++ JCLIN
INCLUDE DISTLIB(FRED)
  REPLACE WOMBAT
  NAME FOO(R)

HTH, 

snip

++ JCLIN
  REPLACE WOMBAT
  INCLUDE DISTLIB(FRED)
  NAME FOO(R)

Simple enough.  Alas, SMP/E elaborates this as:

  REPLACE WOMBAT
  INCLUDE SMPPTS(FRED)   Should get rid of WOMBAT
  INCLUDE SYSLMOD(FOO)   ... but WOMBAT comes right back.
  NAME FOO(R)

All Broken As Documented.  How do I really get
rid of WOMBAT?  (How do I get the REPLACE to appear
in the right place, one line lower?)
/snip

--
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: Need Testers for Dataset Audit Facility (DAF) 1.4.9

2010-02-10 Thread Richards, Robert B.
Out of curiosity (and lack of knowledge in this area), is there any benefit to 
having DAF if I am already a Vanguard customer?

Bob

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Michael Cleary
Sent: Tuesday, February 09, 2010 11:47 PM
To: IBM-MAIN@bama.ua.edu
Subject: Need Testers for Dataset Audit Facility (DAF) 1.4.9

Greetings,

It is that time again, folks.

Here is the change log:
2010-02-01 - Level 1.4.9a
 Add Customization Variable GLIMITMSG
 Add SMF RT 42 ST 24 Support
 Add SMF RT 42 ST 25 Support
 Add SMF RT 82 ST 24 Support
 Add SMF RT 82 ST 25 Support
 Add SMF RT 82 ST 26 Support
 Add SMF RT 92 ST 15 Support
 Correct DAF022  Add low values to SMF22FNC
 Correct DAF073  SMF73CSS validity
 Correct DAF074  SMF74TTM length
 Correct DAF082  Ignore CUSP and PCF
 Correct DAFDSI  Data Facilities level
 Correct DAFMC   Stop moving field when low values
 Correct DAFNFTP Add blank to DVGxTYP1
 Correct DAFPC   S378-14 in DAFTERM
 Correct DAFRR2  Datatype 267 IPC Access Requested
 Use GLIMITMSG on DAF610W (Invalid DSN)
 Use GLIMITMSG on DAF611W (Invalid Triplet)
 Use GLIMITMSG on DAF612W (Unknown Data)

http://sites.google.com/site/michaeljosephcleary/

then select z/OS Freeware
then you download from the attachments at the bottom

All feedback is encouraged.

Cheers...

Michael

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

2010-02-10 Thread גדי בן אבי
These are the type messages that we are seeing.

150 Opening ASCII mode data connection for DPT0119.DAT.
426 Connection closed; transfer aborted.


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
McKown, John
Sent: Wednesday, February 10, 2010 3:31 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: FTP problems

 -Original Message-
 From: IBM Mainframe Discussion List
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of ??? ?? ???
 Sent: Wednesday, February 10, 2010 2:24 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: FTP problems

 Hi,

 Lately we've been having problems with ftp transfers from the
 mainframe to windows ftp servers.
 It usually happens during the night. When we rerun the job
 during the day, everything works fine.

 Can anyone suggest a procedure or product that would help pin
 point the problem.

 We are using z/OS v1.9.
 The ftp servers are running Microsoft FTP service.

 Gadi

What sort of problems are you having? We had a problem with an old Windows 
version where the file transferred properly, but the server did not send the 
proper response. In this case, I had to do a TCPIP trace of the entire ftp 
transaction. I then sent that to the Windows people (who, of course, said it 
was an IBM problem). They eventually just said to ftp to a different server and 
the problem just disappeared.

--
John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
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


 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html



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

לשימת לבך, בהתאם לנהלי החברה וזכויות החתימה בה, כל הצעה, התחייבות או מצג מטעם 
החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את לוגו 
החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך סרוק) 
המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה לדיון, 
ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי.

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


re : monitor/auditing tools

2010-02-10 Thread Robert Bell
Hi there

We currently run z/OS 1.9 with CA datacom and cics.
We are looking for tools to monitor/audit this environment, so that we are
able to answer the question
'Who did what and when did they do it'

We can trace from logon to cics tranasaction execution but do not have a way
to 'see' what the user did within the database.

We have a solution currently implemented for our non-z environment that is
based on a 'traffic sniffer' type of technology. 

Any ideas would be greatly appreciated.

Thanks
Robbie

--
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: Compuware FileAid to IBM FileManager Conversion

2010-02-10 Thread Farley, Peter x23353
I am told by my sysprogs that Fault Analyzer requires the ADATA output
file of the compiler to be allocated in the production JCL in order to
analyze production abends the first time they occur.  This is a
non-starter for us, thousands of JCL's would have to change.  YMMV.

I recommend you investigate Macro4 products, InSync to replace FileAid
and DumpMaster to replace Abend/AID.

DumpMaster captures dump info from a production abend without any extra
JCL required, and production dump analysis only requires copying the
matching compiler listing into their VSAM listing database.  No ADATA
required.  Highly recommended.

We use Intertest for interactive debugging instead of Xpediter, but I'm
not sure what the differences are in that case.  It's been too long
since I worked in an Xpediter shop.

Cole Software (the z/XDC assembler debugger folk) has a new product
z/XPF for performance analysis.  It would be worth your time to take a
look, given the high quality of Cole Software products and support.

HTH

Peter

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of Vince Getgood
 Sent: Wednesday, February 10, 2010 5:10 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Compuware FileAid to IBM FileManager Conversion
 
 I'd also be interested in any comments, as we're looking to do exactly
the
 same thing.
 
 We're also considering replacing: -
 
 Abend/AID  Abend/AID CICS with Fault analyser
 Xpediter TSO  Xpediter CICS with Debug tool
 Strobe  iStrobe with Application performance analyser
 
 Any other comments or experiences with these conversions also welcome!


This message and any attachments are intended only for the use of the addressee 
and
may contain information that is privileged and confidential. If the reader of 
the 
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your 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


Re: FTP problems

2010-02-10 Thread Charles Mills
When I owned a mainframe-to-PC file transfer software company we had a
customer with whom we went around and around and around on a problem that
they could only describe as your product works during the day but not at
night. There did not seem to be enough intelligence/ambition at the
customer to run traces, collect logs, etc. The answer to all technical
questions was it works fine during the day but not at night. We would ask
what error messages they were seeing and they would say none -- it just
doesn't work at night.

In spite of many denials that this could possibly be the problem, the cause
turned out to be that at night they were shutting off the circuit breakers
that controlled the affected PCs. So you might want to look into that.

Charles

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of McKown, John
Sent: Wednesday, February 10, 2010 5:31 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: FTP problems

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of ??? ?? ???
 Sent: Wednesday, February 10, 2010 2:24 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: FTP problems
 
 Hi,
 
 Lately we've been having problems with ftp transfers from the 
 mainframe to windows ftp servers.
 It usually happens during the night. When we rerun the job 
 during the day, everything works fine.
 
 Can anyone suggest a procedure or product that would help pin 
 point the problem.
 
 We are using z/OS v1.9.
 The ftp servers are running Microsoft FTP service.
 
 Gadi

What sort of problems are you having? We had a problem with an old Windows
version where the file transferred properly, but the server did not send the
proper response. In this case, I had to do a TCPIP trace of the entire ftp
transaction. I then sent that to the Windows people (who, of course, said it
was an IBM problem). They eventually just said to ftp to a different server
and the problem just disappeared.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
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

 
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html
 
 

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

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


re : monitor/auditing tools

2010-02-10 Thread Rob Schramm
I am curious... what did CA say?

--
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: LE abend U4082-002

2010-02-10 Thread McKown, John
I set the SLIP. But the job which abended 4 times in a row yesterday, ran OK 
this morning. sign

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
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

 

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Tony Lubrano
 Sent: Tuesday, February 09, 2010 4:27 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: LE abend U4082-002
 
 John,
 
 I assume when you say you didn't get any dumps or anything, 
 you mean SVC, SYSABEND, SYSUDUMP and SYSMDUMP.  How about LOGREC data?
 
 If the problem is recurring, although not persistent, is it 
 possible to set a SLIP for the U4082?
 
 Tony Lubrano
 Product Author
 NEON Enterprise Software, LLC.
 p: 281 207 4922 f: 281 207 4973
 tony.lubr...@neon.com
  
 What is zPrime?  Find out at www.zprime.com or just ask us!
  
 
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of McKown, John
 Sent: Tuesday, February 09, 2010 2:55 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: LE abend U4082-002
 
 I think this abend is due to an abend during abend recovery. 
 We had a very weird problem last night which resulted in this 
 happening multiple times. The programmer got the job running 
 by restoring a VSAM KSDS to a test dataset name (the data was 
 from the actual production file) and pointing the step at 
 that DSN. I have absolutely no idea why the program would 
 abend with this code and then run successfully with what 
 should have been identical data in a test DSN. Yes, the job 
 did have access to the production DSN. The job had run OK on 
 Saturday, but abended this morning. I got no dumps or 
 anything to determine what went on. The programmer is 
 convinced that the problem is not the program or the data, 
 but with the DASD subsystem or OS software, somehow. I don't 
 see that as likely, but cannot explain the abend.
 
 John McKown
 Systems Engineer IV
 IT
 
 Administrative Services Group
 
 HealthMarkets(r)
 
 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone * (817)-961-6183 cell
 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
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html
 
 

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


Re: Compuware FileAid to IBM FileManager Conversion

2010-02-10 Thread William Janulin
Macro 4 also has Tracemaster which is an Xpeditor replacement

Bill Janulin
Mgr Tech Support  Product Dev. 
ASPG, Inc.
 
 

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Farley, Peter x23353
Sent: Wednesday, February 10, 2010 9:26 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Compuware FileAid to IBM FileManager Conversion

I am told by my sysprogs that Fault Analyzer requires the ADATA output
file of the compiler to be allocated in the production JCL in order to
analyze production abends the first time they occur.  This is a
non-starter for us, thousands of JCL's would have to change.  YMMV.

I recommend you investigate Macro4 products, InSync to replace FileAid
and DumpMaster to replace Abend/AID.

DumpMaster captures dump info from a production abend without any extra
JCL required, and production dump analysis only requires copying the
matching compiler listing into their VSAM listing database.  No ADATA
required.  Highly recommended.

We use Intertest for interactive debugging instead of Xpediter, but I'm
not sure what the differences are in that case.  It's been too long
since I worked in an Xpediter shop.

Cole Software (the z/XDC assembler debugger folk) has a new product
z/XPF for performance analysis.  It would be worth your time to take a
look, given the high quality of Cole Software products and support.

HTH

Peter

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of Vince Getgood
 Sent: Wednesday, February 10, 2010 5:10 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Compuware FileAid to IBM FileManager Conversion
 
 I'd also be interested in any comments, as we're looking to do exactly
the
 same thing.
 
 We're also considering replacing: -
 
 Abend/AID  Abend/AID CICS with Fault analyser
 Xpediter TSO  Xpediter CICS with Debug tool
 Strobe  iStrobe with Application performance analyser
 
 Any other comments or experiences with these conversions also welcome!


This message and any attachments are intended only for the use of the
addressee and
may contain information that is privileged and confidential. If the
reader of the 
message is not the intended recipient or an authorized representative of
the
intended recipient, you are hereby notified that any dissemination of
this
communication is strictly prohibited. If you have received this
communication in
error, please notify us immediately by e-mail and delete the message and
any
attachments from your 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

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


SV: About ENQ - some basic questions

2010-02-10 Thread Thomas Berg
 -Ursprungligt meddelande-
 Från: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] För
 Scott Fagen
 Skickat: den 9 februari 2010 19:47
 Till: IBM-MAIN@bama.ua.edu
 Ämne: Re: About ENQ - some basic questions

 On Tue, 9 Feb 2010 16:49:05 +0100, Thomas Berg thomas.b...@swedbank.se
 wrote:
 -snip-
 But if You e g do an allocation in the same rexx its ENQ is kept
 thru the entire TSO session or until You free the dataset.
 Does this mean that the ENQ in this case is assigned to the main
 task (TSO) or is there another mechanism in work ?
 -snip-

 Allocation ENQs are assigned to the JSTCB which is not necessarily the
 task
 that issued the DYNALLOC/SVC 99.

 REXX is blissfully unaware of ENQs issued by utilities that it calls.
 Each
 has its own semantic for dealing with the release of the ENQ.

 Scott Fagen
 CA Mainframe BU

I interpreted the text in Assembler Services Reference:

ENQ assigns control of one or more serially reusable resources to a task. If 
any of the resources are not available, the task might be placed in a wait 
condition until all of the requested resources are available. Once control of a 
resource has been assigned to a task, it remains with that task until one of 
the programs running under that task issues a DEQ macro to release the resource 
or the task terminates.

..that it's inherent to the ENQ function to release itself at end of the task.
Did I misunderstood this ?  How do You control which task the ENQ is assigned 
to ?

TIA



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






--
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: SMP/E -- Removing a CSECT from a load module?

2010-02-10 Thread Kurt Quackenbush

I'm thinking that had the packaging been originally designed using the
++MOD
entry's CSECT parameter, removing a CSECT from a ++MOD would have been
straightforward.


Of course, that could be done after the fact by redelivering the MOD.

What, then, would be the MCS to remove the superfluous CSECT?


Original:
  ++MOD(FRED) CSECT(FRED, WOMBAT).

To remove CSECT named WOMBAT, simply remove that named from the CSECT 
operand:

  ++MOD(FRED) CSECT(FRED).

SMP/E will see that WOMBAT has been removed and therefore generate the 
proper REPLACE statement when linking FOO.


Kurt Quackenbush -- IBM, SMP/E Development

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


SV: About ENQ - some basic questions

2010-02-10 Thread Thomas Berg
Thanks!  It was as I suspected, more or less.

 

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



 -Ursprungligt meddelande-
 Från: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] För
 Shmuel Metz (Seymour J.)
 Skickat: den 10 februari 2010 02:09
 Till: IBM-MAIN@bama.ua.edu
 Ämne: Re: About ENQ - some basic questions
 
 In
 e46b4df55a5e8746855078ae31f1b180338e974...@fspas01ev010.fspa.myntet.se,
 on 02/09/2010
at 04:49 PM, Thomas Berg thomas.b...@swedbank.se said:
 
 As I'm playing a bit with an ENQ-function, I wonder how ENQ's work when
 doing dynamic allocation.
 
 The same as any other ENQ or RESERVE, except that you're not the one
 issuing it.
 
 Normally - as I understand - an ENQ is always released when the
 (sub)task terminates (or doing DEQ).
 
 An ENQ is release when the task owning the resource terminates. For an
 unprivileged caller, that's the task issuing the ENQ. DYNALLOC is a
 privileged caller, so it is more complicated.
 
 But if You e g do an allocation in the same rexx its ENQ is kept thru
 the entire TSO session or until You free the dataset.
 
 More or less, except that an allocation might be marked not in use, which
 is sort of intermediate between allocated and unallocated.
 
 Does this mean that the ENQ in this case is assigned to the main task
 (TSO) or is there another mechanism in work ?
 
 The ENQ is assigned to the Initiator task for the jobstep; that's the
 login task for foreground TSO.
 
 --
  Shmuel (Seymour J.) Metz, SysProg and JOAT
  ISO position; see http://patriot.net/~shmuel/resume/brief.html
 We don't care. We don't have to care, we're Congress.
 (S877: The Shut up and Eat Your spam act of 2003)
 
 --
 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


cpu capping question

2010-02-10 Thread Tommy Tsui
Hi all,
I have following question on CPU hard capping
LPAR1  initial capping=No   CPU weight 80  = 800mips
LPAR2  initial capping=Yes CPU weight 20  = 200mips
assume CPU has 1000mips

my question is, for LPAR2 the maximum CPU utilization is 200 mips with
hard capping but how about LPAR1? the maximum CPU utilization is
800mips or more than 800mips with initial capping=no?
I knew that soft capping is more suitable for this case with defined
capacity  weight.

any help 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: FTP problems

2010-02-10 Thread Hal Merritt
This sounds like a firewall problem. Could be that you are exhausting the 
number of open ports in your firewall. 
 
I assume that more concurrent FTP's run at night than during the day. 

FTP uses three ports: the well known port to negotiate the control port, and 
then the control port to negotiate the data port. The messages suggest that a 
control port was opened successfully, but the open of the data port was 
blocked. 

Another issue we have seen is that some platforms cannot handle more than one 
concurrent FTP session. We use the scheduler to serialize FTP transmissions to 
those boxes.   

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
??? ?? ???
Sent: Wednesday, February 10, 2010 7:39 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: FTP problems

These are the type messages that we are seeing.

150 Opening ASCII mode data connection for DPT0119.DAT.
426 Connection closed; transfer aborted.


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
McKown, John
Sent: Wednesday, February 10, 2010 3:31 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: FTP problems

 -Original Message-
 From: IBM Mainframe Discussion List
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of ??? ?? ???
 Sent: Wednesday, February 10, 2010 2:24 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: FTP problems

 Hi,

 Lately we've been having problems with ftp transfers from the
 mainframe to windows ftp servers.
 It usually happens during the night. When we rerun the job
 during the day, everything works fine.

 Can anyone suggest a procedure or product that would help pin
 point the problem.

 We are using z/OS v1.9.
 The ftp servers are running Microsoft FTP service.

 Gadi

What sort of problems are you having? We had a problem with an old Windows 
version where the file transferred properly, but the server did not send the 
proper response. In this case, I had to do a TCPIP trace of the entire ftp 
transaction. I then sent that to the Windows people (who, of course, said it 
was an IBM problem). They eventually just said to ftp to a different server and 
the problem just disappeared.

--
John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
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


 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html



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

לשימת לבך, בהתאם לנהלי החברה וזכויות החתימה בה, כל הצעה, התחייבות או מצג מטעם 
החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את לוגו 
החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך סרוק) 
המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה לדיון, 
ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.

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


DFHSM QUESTION -ARC0022I DFSMSHSM LOG RENAME ERROR

2010-02-10 Thread esmie moo
Good Morning Gentle Readers,
 
I have a problem with the DFHSM log file.  Originally the HSM.HSMLOGXC had only 
the catalog entry and nothing else.  I recreated the HSMLOGXC using the same 
attributes as the HSMLOGYC.  However, when I brought up the region it gave the 
following error messages:
ARC0036I I/O DISABLED FOR DFSMSHSM PROBLEM  646 
ARC0036I (CONT.) DETERMINATION OUTPUT DATA SET, REAS= 11    
IEC331I 042-002(04120416),DFHSMC  ,DFHSMC  ,RNAM,IGG0CLH2   
IEC331I VOL,SBB101,NAME,HSM.HSMLOGYC    
IEC614I RENAME FAILED - RC 008, DIAGNOSTIC INFORMATION IS (04120416)
DFHSMC,SBB101,HSM.HSMLOGYC  
ARC0020I ** 
ARC0022I DFSMSHSM LOG RENAME ERROR  ALTERNATE DATA SET  978 
ARC0022I (CONT.) NAME HSM.HSMLOGYC TO CURRENT DATA SET NAME    
ARC0022I (CONT.) HSM.HSMLOGXC, RC=8, REAS=3    
ARC0020I **    
ARC0020I **    
ARC0022I DFSMSHSM LOG RENAME ERROR  TEMPORARY DATA SET  981    
ARC0022I (CONT.) NAME HSM.HSMLOGC.TEMP.HSMLOG.TEMP TO ALTERNATE DATA   
ARC0022I (CONT.) SET NAME HSM.HSMLOGYC, RC=8, REAS=0   
ARC0020I **    

I noticed that the STC has the HSMLOGXC dsn allocated.  If I understand the 
ARC022I message correctly the cause of the problem is due to the HSMLOG*C dsns 
not being on the same volume.  If I am right,  do I need to delete either 
HSMLOG*C file and recreate on the same volume as the other?
 
Thanks in advance.


  __
Connect with friends from any web browser - no download required. Try the new 
Yahoo! Canada Messenger for the Web BETA at 
http://ca.messenger.yahoo.com/webmessengerpromo.php

--
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: re : monitor/auditing tools

2010-02-10 Thread Hal Merritt
There are some tools out there, but keep in mind that the TCO could be *very* 
expensive. You are going to be functionally running detailed traces with all of 
the associated overhead and masses of data generated. You are going to need 
more DASD, tape, and of course more CPU. 
 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Robert Bell
Sent: Wednesday, February 10, 2010 7:58 AM
To: IBM-MAIN@bama.ua.edu
Subject: re : monitor/auditing tools

Hi there

We currently run z/OS 1.9 with CA datacom and cics.
We are looking for tools to monitor/audit this environment, so that we are
able to answer the question
'Who did what and when did they do it'

We can trace from logon to cics tranasaction execution but do not have a way
to 'see' what the user did within the database.

We have a solution currently implemented for our non-z environment that is
based on a 'traffic sniffer' type of technology. 

Any ideas would be greatly appreciated.

Thanks
Robbie

 
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.

--
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: Compuware FileAid to IBM FileManager Conversion

2010-02-10 Thread John P Kalinich
Peter Farley of the IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
wrote on 02/10/2010 08:26:27 AM:

 I am told by my sysprogs that Fault Analyzer requires the ADATA output
 file of the compiler to be allocated in the production JCL in order to
 analyze production abends the first time they occur.  This is a
 non-starter for us, thousands of JCL's would have to change.  YMMV.

You can specify the compiler listing PDS names in the Fault Analyzer
PARMLIB member IDICNFxx, so you do not have to change any JCL.  If the
compiler listing is not available, FA will perform a real-time analysis of
the abend, but it will not use any source code information.

After the fact, FA can perform an interactive re-analysis of the abend
using the information written to the FA History file.  Before re-analysis,
FA will prompt you for a compiler listing file.  This gives you the option
to compile after abend and let FA use that source code information.

Regards,
John K

  -Original Message-
  From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
  Behalf Of Vince Getgood
  Sent: Wednesday, February 10, 2010 5:10 AM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: Compuware FileAid to IBM FileManager Conversion
 
  I'd also be interested in any comments, as we're looking to do exactly
 the
  same thing.
 
  We're also considering replacing: -
 
  Abend/AID  Abend/AID CICS with Fault analyser
  Xpediter TSO  Xpediter CICS with Debug tool
  Strobe  iStrobe with Application performance analyser

--
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: JES2 Rmt and Security Issue

2010-02-10 Thread מתן כהן
no , but the database are quite the same.

2010/2/10 Robert S. Hansel (RSH) r.han...@rshconsulting.com

 Does the LPAR where it is failing share its RACF database with the LPARs
 where it is working?

 Regards, Bob

 -
 Robert S. Hansel   | 2010 RACF Training (January - July)
 Lead RACF Specialist   |  Audit for Results   - Boston - MAY 4-6
 RSH Consulting, Inc.   |  Intro  Basic Admin - Boston - MAY 25-27
 www.rshconsulting.com  |  Securing z/OS Unix  - WebEx  - JUL 13-15
 617-969-8211   | Visit our website for registration  details
 -

 -Original Message-
 Date:Tue, 9 Feb 2010 16:42:27 +0200
 From:=?UTF-8?B?157XqtefINeb15TXnw==?= matancohen...@gmail.com
 Subject: Re: JES2 Rmt and Security Issue

 the procedure is processing the command through a rexx calling this cmd
 rex=
 x
 :
 ARG CCMD
 PROF MSGID
 /* NAME =3D 'AUTOCMD'  * USERID()   */
 NAME =3D AUTOCMD
 CONSPROF SOLDISP(NO) SOLNUM(400)
 CONSOLE ACTIVATE NAME(NAME)
 CONSOLE SYSCMD(CCMD) CART('CMD1')
 CMD_RC =3D GETMSG('LINE.','SOL','CMD1',,2)
 CONSOLE DEACTIVATE
 IF LINE.0  0 THEN
DO I =3D 1 TO LINE.0 ; SAY LINE.I ; END

 all of this work fine in others lpars.

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


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


Re: DFHSM QUESTION -ARC0022I DFSMSHSM LOG RENAME ERROR

2010-02-10 Thread Walter Marguccio
 If I am right,  do I need to delete either HSMLOG*C file and recrea


 If I am right,  do I need to delete either HSMLOG*C file and recreate on the 
 same volume as the other?

You are right.

Walter Marguccio
z/OS Systems Programmer
BELENUS LOB Informatic GmbH
Munich - Germany




--
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: DFHSM QUESTION -ARC0022I DFSMSHSM LOG RENAME ERROR

2010-02-10 Thread esmie moo
Thanks Walter.

--- On Thu, 2/11/10, Walter Marguccio walter_marguc...@yahoo.com wrote:


From: Walter Marguccio walter_marguc...@yahoo.com
Subject: Re: DFHSM QUESTION -ARC0022I DFSMSHSM LOG RENAME ERROR
To: IBM-MAIN@bama.ua.edu
Received: Thursday, February 11, 2010, 4:06 AM


 If I am right,  do I need to delete either HSMLOG*C file and recrea


 If I am right,  do I need to delete either HSMLOG*C file and recreate on the 
 same volume as the other?

You are right.

Walter Marguccio
z/OS Systems Programmer
BELENUS LOB Informatic GmbH
Munich - Germany




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



  __
Be smarter than spam. See how smart SpamGuard is at giving junk email the boot 
with the All-new Yahoo! Mail.  Click on Options in Mail and switch to New Mail 
today or register for free at http://mail.yahoo.ca

--
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: Compuware FileAid to IBM FileManager Conversion

2010-02-10 Thread Don Leahy
Re Fault Analyzer, ADATA output is not required in the production JCL.   If
you want FA to perform real-time analysis, there is a PARMLIB member that
you can use to specify where the ADATA (or other side file output) can be
found.

We don't bother with real-time analysis.  When investigating a dump, we use
Fault Analyzer's ISPF interface to perform Interactive Reanalysis.
Interactive Reanalysis allows you to manually specify the compile listing or
side file DSN that you wish to use.  You can easily automate the process so
the programmer doesn't even have to know where the side file is coming from.


On Wed, Feb 10, 2010 at 09:26, Farley, Peter x23353 
peter.far...@broadridge.com wrote:

 I am told by my sysprogs that Fault Analyzer requires the ADATA output
 file of the compiler to be allocated in the production JCL in order to
 analyze production abends the first time they occur.  This is a
 non-starter for us, thousands of JCL's would have to change.  YMMV.

 I recommend you investigate Macro4 products, InSync to replace FileAid
 and DumpMaster to replace Abend/AID.

 DumpMaster captures dump info from a production abend without any extra
 JCL required, and production dump analysis only requires copying the
 matching compiler listing into their VSAM listing database.  No ADATA
 required.  Highly recommended.

 We use Intertest for interactive debugging instead of Xpediter, but I'm
 not sure what the differences are in that case.  It's been too long
 since I worked in an Xpediter shop.

 Cole Software (the z/XDC assembler debugger folk) has a new product
 z/XPF for performance analysis.  It would be worth your time to take a
 look, given the high quality of Cole Software products and support.

 HTH

 Peter

  -Original Message-
  From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
  Behalf Of Vince Getgood
  Sent: Wednesday, February 10, 2010 5:10 AM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: Compuware FileAid to IBM FileManager Conversion
 
  I'd also be interested in any comments, as we're looking to do exactly
 the
  same thing.
 
  We're also considering replacing: -
 
  Abend/AID  Abend/AID CICS with Fault analyser
  Xpediter TSO  Xpediter CICS with Debug tool
  Strobe  iStrobe with Application performance analyser
 
  Any other comments or experiences with these conversions also welcome!


 This message and any attachments are intended only for the use of the
 addressee and
 may contain information that is privileged and confidential. If the reader
 of the
 message is not the intended recipient or an authorized representative of
 the
 intended recipient, you are hereby notified that any dissemination of this
 communication is strictly prohibited. If you have received this
 communication in
 error, please notify us immediately by e-mail and delete the message and
 any
 attachments from your 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


--
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: LE abend U4082-002

2010-02-10 Thread Elardus Engelbrecht
McKown, John wrote:

I set the SLIP. But the job which abended 4 times in a row yesterday, ran OK 
this morning. sign

Could you locate the records processed with the abending job and the one 
running fine? Failing all test, there could REALLY be a difference in the VSAM 
dataset(s)?

Could you compare the 'failing' and working VSAM dataset's attributes?

Another possibility is: Check that the program(s) are using the same set 
services and program libraries.

I do not believe your programmer stating 'nothing changed' or giving his story 
to you.

HTH.

Groete / Greetings
Elardus Engelbrecht

--
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: Need Testers for Dataset Audit Facility (DAF) 1.4.9

2010-02-10 Thread Steve Conway
DAF is King of ad-hoc reporting for SMF, as far as I'm concerned.  Easy to use, 
built in keywords for common functions, just a ton of good stuff for systems 
guys who get asked what happened? all too often.  And without spending a 
boatload of cash, of course.  
 
Big kudos to Michael for maintaining DAF all these years, and to such a high 
state of currency.
 
 
Cheers,,,Steve



From: IBM Mainframe Discussion List on behalf of Richards, Robert B.
Sent: Wed 2/10/2010 8:38 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Need Testers for Dataset Audit Facility (DAF) 1.4.9



Out of curiosity (and lack of knowledge in this area), is there any benefit to 
having DAF if I am already a Vanguard customer?

Bob

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Michael Cleary
Sent: Tuesday, February 09, 2010 11:47 PM
To: IBM-MAIN@bama.ua.edu
Subject: Need Testers for Dataset Audit Facility (DAF) 1.4.9

Greetings,

It is that time again, folks.

Here is the change log:
2010-02-01 - Level 1.4.9a
 Add Customization Variable GLIMITMSG
 Add SMF RT 42 ST 24 Support
 Add SMF RT 42 ST 25 Support
 Add SMF RT 82 ST 24 Support
 Add SMF RT 82 ST 25 Support
 Add SMF RT 82 ST 26 Support
 Add SMF RT 92 ST 15 Support
 Correct DAF022  Add low values to SMF22FNC
 Correct DAF073  SMF73CSS validity
 Correct DAF074  SMF74TTM length
 Correct DAF082  Ignore CUSP and PCF
 Correct DAFDSI  Data Facilities level
 Correct DAFMC   Stop moving field when low values
 Correct DAFNFTP Add blank to DVGxTYP1
 Correct DAFPC   S378-14 in DAFTERM
 Correct DAFRR2  Datatype 267 IPC Access Requested
 Use GLIMITMSG on DAF610W (Invalid DSN)
 Use GLIMITMSG on DAF611W (Invalid Triplet)
 Use GLIMITMSG on DAF612W (Unknown Data)

http://sites.google.com/site/michaeljosephcleary/

then select z/OS Freeware
then you download from the attachments at the bottom

All feedback is encouraged.

Cheers...

Michael

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

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


Re: Compuware FileAid to IBM FileManager Conversion

2010-02-10 Thread Farley, Peter x23353
I stand corrected.  Thanks for the info.

Does FA require the ADATA info as I was told, or can it operate only off
the compiler listing without ADATA?  Needing to produce and archive
ADATA going forward with FA would be a problem because pre-existing
compiles would not have that data captured.  Recompiling to produce
ADATA would not always work either, because compiler versions and/or
PTF's may have been updated between the original production compile date
and the date of the abend.  That could (but might not) invalidate the
analysis or point to the wrong place in the source.

Peter

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of John P Kalinich
 Sent: Wednesday, February 10, 2010 10:06 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Compuware FileAid to IBM FileManager Conversion
 
 Peter Farley of the IBM Mainframe Discussion List
IBM-MAIN@bama.ua.edu
 wrote on 02/10/2010 08:26:27 AM:
 
  I am told by my sysprogs that Fault Analyzer requires the ADATA
output
  file of the compiler to be allocated in the production JCL in order
to
  analyze production abends the first time they occur.  This is a
  non-starter for us, thousands of JCL's would have to change.  YMMV.
 
 You can specify the compiler listing PDS names in the Fault Analyzer
 PARMLIB member IDICNFxx, so you do not have to change any JCL.  If the
 compiler listing is not available, FA will perform a real-time
analysis of
 the abend, but it will not use any source code information.
 
 After the fact, FA can perform an interactive re-analysis of the abend
 using the information written to the FA History file.  Before
re-analysis,
 FA will prompt you for a compiler listing file.  This gives you the
option
 to compile after abend and let FA use that source code information.


This message and any attachments are intended only for the use of the addressee 
and
may contain information that is privileged and confidential. If the reader of 
the 
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your 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


Re: JES2 Rmt and Security Issue

2010-02-10 Thread Hayim Sokolsky
Matan,

From the looks of things, as there is no ICH408I message issued - you do 
not have the RACF OPERCMDS class active. Therefore, the command must be 
authorized against normal EMCS console authority attributes, and native 
console security.

As a default, EMCS consoles are given INFO authority, which lets them 
issue display commands (like D A,L or $D A) only. To give your EMCS 
console more authority, it will need an OPERPARM segment for its RACF 
UserID.

To give your automated task native authority issue the following RACF 
command:
ALTUSER MNTUSER OPERPARM(AUTH(ALL)) 

What is not clear from the JES2 doc is if AUTH(SYS) or AUTH(IO) or 
AUTH(CONS) will be sufficient. The above example uses AUTH(ALL) as it 
encompasses SYS, IO, and CONS.


Hayim
_
Hayim Sokolsky, CISSP
Mainframe Security Architect
DTCC Corporate Information Security
18301 Bermuda Green Dr, MS 1-CIS
Tampa FL 33647-1760

Tel. (813) 470-2177



מתן כהן matancohen...@gmail.com 
Sent by: IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
2010.02.10 07:01
Please respond to
IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu


To
IBM-MAIN@bama.ua.edu
cc

Subject
Re: JES2 Rmt and Security Issue






yes, i'm using RACF.
this user don't have a login authority .
but i changed in the racf so this procedure will run under ibmuser and i 
get
the same message.
so i believe it is somthing involve JES2 authrity for EMCS. but i couldn't
find any helpful information.

2010/2/10 Erik Janssen erik.jans...@ing.nl

 I dont understand why your not getting any RACF message (you are using
 RACF?).
 I would issue the $POJOBQ,JM=E*,HOURS96 directly to see if that will 
give
 you some indication of the error. Also, have a look at joboutput 
starting
 with E and see if there is some job that might explain the error.

 here is a part of the output after the command $tdebug was issue:
 IEF695I START AUTOCMDF WITH JOBNAME AUTOCMDF IS ASSIGNED TO USER 
MNTUSER
  , GROUP SDLSYS
 $HASP373 AUTOCMDF STARTED
 IEF403I AUTOCMDF - STARTED - TIME=10.19.28
 IEA630I  OPERATOR AUTOCMD  NOW ACTIVE,   SYSTEM=PANDAF  , 
LU=thtAUTOCMDF
 $T AACTV,T=07.00,'$D A'
 $HASP604 ID ACTV T=  7.00 I=0 L=AUTOCMD  $D A
 $HASP890 JOB(IX95RET7) 355
 $HASP890 JOB(IX95RET7)  STATUS=(EXECUTING/SYS1),CLASS=A,
 $HASP890PRIORITY=9,SYSAFF=(ANY),HOLD=(NONE)
 $HASP890 JOB(IX29A) 356
 $HASP890 JOB(IX29A) STATUS=(EXECUTING/SYS1),CLASS=A,
 $HASP890PRIORITY=9,SYSAFF=(ANY),HOLD=(NONE)
 IEA631I  OPERATOR AUTOCMD  NOW INACTIVE, SYSTEM=PANDAF  , LU=AUTOCMDF
 IEA630I  OPERATOR AUTOCMD  NOW ACTIVE,   SYSTEM=PANDAF  , LU=AUTOCMDF
 *$POJOBQ,JM=E*,HOURS96   *
 *$HASP690 COMMAND REJECTED - SOURCE OF COMMAND HAS IMPROPER AUTHORITY *
 *IEA631I  OPERATOR AUTOCMD  NOW INACTIVE, SYSTEM=PANDAF  , LU=AUTOCMDF*
 *
 *
 some of the command from the rexx are issued successfully and apart of
 them
 get the HASP690 message with no further information.
 

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



BR_
FONT size=2BR
DTCC DISCLAIMER: This email and any files transmitted with it are
confidential and intended solely for the use of the individual or
entity to whom they are addressed. If you have received this email
in error, please notify us immediately and delete the email and any
attachments from your system. The recipient should check this email
and any attachments for the presence of viruses.  The company
accepts no liability for any damage caused by any virus transmitted
by this email./FONT

Re: re : monitor/auditing tools

2010-02-10 Thread Scott Barry
On Wed, 10 Feb 2010 07:57:38 -0600, Robert Bell bell...@ghc.org wrote:

Hi there

We currently run z/OS 1.9 with CA datacom and cics.
We are looking for tools to monitor/audit this environment, so that we are
able to answer the question
'Who did what and when did they do it'

We can trace from logon to cics tranasaction execution but do not have a way
to 'see' what the user did within the database.

We have a solution currently implemented for our non-z environment that is
based on a 'traffic sniffer' type of technology.

Any ideas would be greatly appreciated.

Thanks
Robbie

CA Datacom provides Accounting tables with the product, which can be used
for audit and also accounting/chargeback.  The level of granularity is
user-defined, so you can control data-volume.

Scott Barry
SBBWorks, Inc.

Google advanced search argument: datacom accounting site:ca.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


Re: Compuware FileAid to IBM FileManager Conversion

2010-02-10 Thread Schumacher, Otto
Do I understand correctly Fault analyzer software can eliminate the need for 
Dumpmaster(Macro4) and/or the Abendaid products(Compuware)? Is this also true 
for CICS and IMS online dumps? 

Regards
Otto schumacher 

HP Enterprise Services 
Infrastructure Specialist 
Ahold Account
CICS  Capacity Technical Support
P.O. Box 6462
2000 Wade Hampton Blvd.
LC1-302 
Greenville,  South Carolina, 29606
Cell: 864 449 1755
Tel: 864 987-1417
Fax: 864 987-4500
E-mail: otto.schumac...@hp.com
 

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
John P Kalinich
Sent: Wednesday, February 10, 2010 10:06 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Compuware FileAid to IBM FileManager Conversion

Peter Farley of the IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
wrote on 02/10/2010 08:26:27 AM:

 I am told by my sysprogs that Fault Analyzer requires the ADATA output
 file of the compiler to be allocated in the production JCL in order to
 analyze production abends the first time they occur.  This is a
 non-starter for us, thousands of JCL's would have to change.  YMMV.

You can specify the compiler listing PDS names in the Fault Analyzer
PARMLIB member IDICNFxx, so you do not have to change any JCL.  If the
compiler listing is not available, FA will perform a real-time analysis of
the abend, but it will not use any source code information.

After the fact, FA can perform an interactive re-analysis of the abend
using the information written to the FA History file.  Before re-analysis,
FA will prompt you for a compiler listing file.  This gives you the option
to compile after abend and let FA use that source code information.

Regards,
John K

  -Original Message-
  From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
  Behalf Of Vince Getgood
  Sent: Wednesday, February 10, 2010 5:10 AM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: Compuware FileAid to IBM FileManager Conversion
 
  I'd also be interested in any comments, as we're looking to do exactly
 the
  same thing.
 
  We're also considering replacing: -
 
  Abend/AID  Abend/AID CICS with Fault analyser
  Xpediter TSO  Xpediter CICS with Debug tool
  Strobe  iStrobe with Application performance analyser

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

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


Re: cpu capping question

2010-02-10 Thread Hal Merritt
LPAR1 is not capped. It can take 100% of the CPU if LPAR 2 is idle and it needs 
it. If LPAR 2 is active, then LPAR 1 can take up to 80% and LPAR 2 20%.  If 
LPAR 1 is idle, then LPAR 2 can take up to the hard cap value. 

You did not mention the capping value for LPAR2. If, for example, you have hard 
capped LPAR 2 at, say, 150 mips, then it can never take more than that. So, 
LPAR 1 could take 85% and LPAR 2 15% if both are competing for the CPU.   

I assume you really meant to say MSU's instead of MIPS. MIPS is not a valid 
metric in this context.  

Hard cap, soft cap, and weights are all different controls, but all three need 
be considered to manage your machine. 

HTH and good luck. 


 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Tommy Tsui
Sent: Wednesday, February 10, 2010 8:59 AM
To: IBM-MAIN@bama.ua.edu
Subject: cpu capping question

Hi all,
I have following question on CPU hard capping
LPAR1  initial capping=No   CPU weight 80  = 800mips
LPAR2  initial capping=Yes CPU weight 20  = 200mips
assume CPU has 1000mips

my question is, for LPAR2 the maximum CPU utilization is 200 mips with
hard capping but how about LPAR1? the maximum CPU utilization is
800mips or more than 800mips with initial capping=no?
I knew that soft capping is more suitable for this case with defined
capacity  weight.

any help will be appreciated
 
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.

--
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: Need Testers for Dataset Audit Facility (DAF) 1.4.9

2010-02-10 Thread Richards, Robert B.
Steve,

I concur with *all* of what you have said, but my question was not answered. Is 
there a need for DAF if I already own Vanguard's suite of products?

Bob

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Steve Conway
Sent: Wednesday, February 10, 2010 10:03 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Need Testers for Dataset Audit Facility (DAF) 1.4.9

DAF is King of ad-hoc reporting for SMF, as far as I'm concerned.  Easy to use, 
built in keywords for common functions, just a ton of good stuff for systems 
guys who get asked what happened? all too often.  And without spending a 
boatload of cash, of course.

Big kudos to Michael for maintaining DAF all these years, and to such a high 
state of currency.


Cheers,,,Steve



From: IBM Mainframe Discussion List on behalf of Richards, Robert B.
Sent: Wed 2/10/2010 8:38 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Need Testers for Dataset Audit Facility (DAF) 1.4.9



Out of curiosity (and lack of knowledge in this area), is there any benefit to 
having DAF if I am already a Vanguard customer?

Bob

--
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: Preview: z/OS V1.12 - September 2010

2010-02-10 Thread Arthur Gutowski
On Tue, 9 Feb 2010 11:21:02 -0600, Mark Zelden 
mark.zel...@zurichna.com wrote:

Good point,  but if they are all named uniquely, why would you need
indirect cataloging at all?  (isn't that how everyone does it today)?
How would the new support enhance what you have today?

Precisely!  Spot on, as usual.  I see no benefit in it.  Zero.  Sounds more 
like 
someone in ICF development needed to keep busy.

Not only would MOUNT require VOLSER support, but so would automount.  We 
automount-manage our /service directory due to our numerous SYSRES pairs, 
and this is the ONLY way we have found to ensure the correct version HFS' 
are mounted.  Considering the lengthy, nigh futile, discussions we had with 
L2/L3 on automount and /service, I doubt such support will be readily available 
and reliable.

I see no reason, barring IBM forcing the zFS conversion to an insane end, to 
convert my version HFS'.  We finally sorted through the last Java repackaging. 
It works, it's fine, please just leave it be.

Regards,
Art Gutowski
Ford Motor Company

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


Re: cpu capping question

2010-02-10 Thread Tommy Tsui
Hi Merritt,
If LPAR1 (our production) is not capped but LPAR 2 (development) is
active (assume the weight=20% or 200 mips, it only utilize 100 mips at
night), Can LPAR1 utilize 900 mips at night ???


2010/2/10 Hal Merritt hmerr...@jackhenry.com:
 LPAR1 is not capped. It can take 100% of the CPU if LPAR 2 is idle and it 
 needs it. If LPAR 2 is active, then LPAR 1 can take up to 80% and LPAR 2 20%. 
  If LPAR 1 is idle, then LPAR 2 can take up to the hard cap value.

 You did not mention the capping value for LPAR2. If, for example, you have 
 hard capped LPAR 2 at, say, 150 mips, then it can never take more than that. 
 So, LPAR 1 could take 85% and LPAR 2 15% if both are competing for the CPU.

 I assume you really meant to say MSU's instead of MIPS. MIPS is not a valid 
 metric in this context.

 Hard cap, soft cap, and weights are all different controls, but all three 
 need be considered to manage your machine.

 HTH and good luck.





 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf 
 Of Tommy Tsui
 Sent: Wednesday, February 10, 2010 8:59 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: cpu capping question

 Hi all,
 I have following question on CPU hard capping
 LPAR1  initial capping=No   CPU weight 80  = 800mips
 LPAR2  initial capping=Yes CPU weight 20  = 200mips
 assume CPU has 1000mips

 my question is, for LPAR2 the maximum CPU utilization is 200 mips with
 hard capping but how about LPAR1? the maximum CPU utilization is
 800mips or more than 800mips with initial capping=no?
 I knew that soft capping is more suitable for this case with defined
 capacity  weight.

 any help will be appreciated

 NOTICE: This electronic mail message and any files transmitted with it are 
 intended
 exclusively for the individual or entity to which it is addressed. The 
 message,
 together with any attachment, may contain confidential and/or privileged 
 information.
 Any unauthorized review, use, printing, saving, copying, disclosure or 
 distribution
 is strictly prohibited. If you have received this message in error, please
 immediately advise the sender by reply email and delete all copies.

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


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


Re: Compuware FileAid to IBM FileManager Conversion

2010-02-10 Thread Don Leahy
For Cobol programs, FA requires the use of the XREF option.

This created a problem for us when we migrated because most of our programs
were compiled without XREF (to save space).  We ended up writing a special
utility program to extract the Cobol source from the listing and then
recompile it with XREF turned on.  The new compile listing (which was
discarded after the process) was then used to generate a side file using a
FA utility program.  The side file was stored in a PDS that we maintain in
parallel with the compile listings.

We knew that this process would not be 100% reliable (because of compiler
versions and PTFs, as you pointed out), but it has proved to be good
enough for our purposes.  Good enough meaning that FA was able to
interpret Working Storage correctly, which is really all you need to solve
run-of-the-mill application abends.

On Wed, Feb 10, 2010 at 10:18, Farley, Peter x23353 
peter.far...@broadridge.com wrote:

 I stand corrected.  Thanks for the info.

 Does FA require the ADATA info as I was told, or can it operate only off
 the compiler listing without ADATA?  Needing to produce and archive
 ADATA going forward with FA would be a problem because pre-existing
 compiles would not have that data captured.  Recompiling to produce
 ADATA would not always work either, because compiler versions and/or
 PTF's may have been updated between the original production compile date
 and the date of the abend.  That could (but might not) invalidate the
 analysis or point to the wrong place in the source.

 Peter

  -Original Message-
  From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
  Behalf Of John P Kalinich
  Sent: Wednesday, February 10, 2010 10:06 AM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: Compuware FileAid to IBM FileManager Conversion
 
  Peter Farley of the IBM Mainframe Discussion List
 IBM-MAIN@bama.ua.edu
  wrote on 02/10/2010 08:26:27 AM:
 
   I am told by my sysprogs that Fault Analyzer requires the ADATA
 output
   file of the compiler to be allocated in the production JCL in order
 to
   analyze production abends the first time they occur.  This is a
   non-starter for us, thousands of JCL's would have to change.  YMMV.
 
  You can specify the compiler listing PDS names in the Fault Analyzer
  PARMLIB member IDICNFxx, so you do not have to change any JCL.  If the
  compiler listing is not available, FA will perform a real-time
 analysis of
  the abend, but it will not use any source code information.
 
  After the fact, FA can perform an interactive re-analysis of the abend
  using the information written to the FA History file.  Before
 re-analysis,
  FA will prompt you for a compiler listing file.  This gives you the
 option
  to compile after abend and let FA use that source code information.


 This message and any attachments are intended only for the use of the
 addressee and
 may contain information that is privileged and confidential. If the reader
 of the
 message is not the intended recipient or an authorized representative of
 the
 intended recipient, you are hereby notified that any dissemination of this
 communication is strictly prohibited. If you have received this
 communication in
 error, please notify us immediately by e-mail and delete the message and
 any
 attachments from your 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


--
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: LE abend U4082-002

2010-02-10 Thread McKown, John
I got absolutely NO diagnostic information. I'm totally frustrated and ready to 
go postal.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
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

 

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Elardus Engelbrecht
 Sent: Wednesday, February 10, 2010 9:16 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: LE abend U4082-002
 
 McKown, John wrote:
 
 I set the SLIP. But the job which abended 4 times in a row 
 yesterday, ran OK 
 this morning. sign
 
 Could you locate the records processed with the abending job 
 and the one 
 running fine? Failing all test, there could REALLY be a 
 difference in the VSAM 
 dataset(s)?
 
 Could you compare the 'failing' and working VSAM dataset's attributes?
 
 Another possibility is: Check that the program(s) are using 
 the same set 
 services and program libraries.
 
 I do not believe your programmer stating 'nothing changed' or 
 giving his story 
 to you.
 
 HTH.
 
 Groete / Greetings
 Elardus Engelbrecht
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html
 
 

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


Re: Compuware FileAid to IBM FileManager Conversion

2010-02-10 Thread John P Kalinich
Otto Shumacher of the IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
wrote on 02/10/2010 09:21:09 AM:

 Do I understand correctly Fault analyzer software can eliminate the
 need for Dumpmaster(Macro4) and/or the Abendaid products(Compuware)?
 Is this also true for CICS and IMS online dumps?

We replaced Abend-Aid with Fault Analyzer.  There is some good web-based
training on Fault Analyzer at the IBM Education Assistant site,
http://publib.boulder.ibm.com/infocenter/ieduasst/stgv1r0/index.jsp.

There is a section on CICS, IMS, and DB2 applications.

Regards,
John K

--
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: Compuware FileAid to IBM FileManager Conversion

2010-02-10 Thread Don Leahy
We replaced Abendaid with Fault Analyzer. The programmers complained (I was
one of the complainers) but the cost savings were substantial (so they tell
me).

 FA works for IMS and CICS dumps as well.

On Wed, Feb 10, 2010 at 10:21, Schumacher, Otto otto.schumac...@hp.comwrote:

 Do I understand correctly Fault analyzer software can eliminate the need
 for Dumpmaster(Macro4) and/or the Abendaid products(Compuware)? Is this also
 true for CICS and IMS online dumps?

 Regards
 Otto schumacher

 HP Enterprise Services
 Infrastructure Specialist
 Ahold Account
 CICS  Capacity Technical Support
 P.O. Box 6462
 2000 Wade Hampton Blvd.
 LC1-302
 Greenville,  South Carolina, 29606
 Cell: 864 449 1755
 Tel: 864 987-1417
 Fax: 864 987-4500
 E-mail: otto.schumac...@hp.com


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of John P Kalinich
 Sent: Wednesday, February 10, 2010 10:06 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Compuware FileAid to IBM FileManager Conversion

 Peter Farley of the IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
 wrote on 02/10/2010 08:26:27 AM:

  I am told by my sysprogs that Fault Analyzer requires the ADATA output
  file of the compiler to be allocated in the production JCL in order to
  analyze production abends the first time they occur.  This is a
  non-starter for us, thousands of JCL's would have to change.  YMMV.

 You can specify the compiler listing PDS names in the Fault Analyzer
 PARMLIB member IDICNFxx, so you do not have to change any JCL.  If the
 compiler listing is not available, FA will perform a real-time analysis of
 the abend, but it will not use any source code information.

 After the fact, FA can perform an interactive re-analysis of the abend
 using the information written to the FA History file.  Before re-analysis,
 FA will prompt you for a compiler listing file.  This gives you the option
 to compile after abend and let FA use that source code information.

 Regards,
 John K

   -Original Message-
   From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
   Behalf Of Vince Getgood
   Sent: Wednesday, February 10, 2010 5:10 AM
   To: IBM-MAIN@bama.ua.edu
   Subject: Re: Compuware FileAid to IBM FileManager Conversion
  
   I'd also be interested in any comments, as we're looking to do exactly
  the
   same thing.
  
   We're also considering replacing: -
  
   Abend/AID  Abend/AID CICS with Fault analyser
   Xpediter TSO  Xpediter CICS with Debug tool
   Strobe  iStrobe with Application performance analyser

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

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


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


Re: LE abend U4082-002

2010-02-10 Thread Hunkeler Peter (KIUP 4)
I got absolutely NO diagnostic information. I'm totally 
frustrated and ready to go postal.

No hint in LOGREC?

-
Peter Hunkeler
Credit Suisse

--
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: Need Testers for Dataset Audit Facility (DAF) 1.4.9

2010-02-10 Thread Steve Conway
Bob, I am not familiar with Vanguard's product's SMF reporting capabilities 
outside of security-related items.  Sorry I have no answer.
 
 
Cheers,,,Steve



From: IBM Mainframe Discussion List on behalf of Richards, Robert B.
Sent: Wed 2/10/2010 10:28 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Need Testers for Dataset Audit Facility (DAF) 1.4.9



Steve,

I concur with *all* of what you have said, but my question was not answered. Is 
there a need for DAF if I already own Vanguard's suite of products?

Bob

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Steve Conway
Sent: Wednesday, February 10, 2010 10:03 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Need Testers for Dataset Audit Facility (DAF) 1.4.9

DAF is King of ad-hoc reporting for SMF, as far as I'm concerned.  Easy to use, 
built in keywords for common functions, just a ton of good stuff for systems 
guys who get asked what happened? all too often.  And without spending a 
boatload of cash, of course.

Big kudos to Michael for maintaining DAF all these years, and to such a high 
state of currency.


Cheers,,,Steve



From: IBM Mainframe Discussion List on behalf of Richards, Robert B.
Sent: Wed 2/10/2010 8:38 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Need Testers for Dataset Audit Facility (DAF) 1.4.9



Out of curiosity (and lack of knowledge in this area), is there any benefit to 
having DAF if I am already a Vanguard customer?

Bob

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

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


Re: LE abend U4082-002

2010-02-10 Thread Ed Finnell
 
In a message dated 2/10/2010 9:41:34 A.M. Central Standard Time,  
peter.hunke...@credit-suisse.com writes:

No hint in LOGREC?

Only seen these a couple of times. If it's not data, not  
hardware(apparent) or reported and nothing has changed? Could be a timing  
problem. Get HELP! 



--
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: SMP/E -- Removing a CSECT from a load module?

2010-02-10 Thread Paul Gilmartin
On Wed, 10 Feb 2010 09:31:35 -0500, Kurt Quackenbush wrote:

Original:
   ++MOD(FRED) CSECT(FRED, WOMBAT).

To remove CSECT named WOMBAT, simply remove that named from the CSECT
operand:
   ++MOD(FRED) CSECT(FRED).

SMP/E will see that WOMBAT has been removed and therefore generate the
proper REPLACE statement when linking FOO.

Thanks greatly.  I hadn't known that.  We didn't supply
CSECT(FRED,WOMBAT) in the initial installation (WOMBAT was
somewhat inadvertent).  We could introduce it in a PTF,
then immediately remove it in another.  But I fear the
hazard that one of the PTFs might be SUPerseded later.  I
believe we'll supply a dummy WOMBAT until the next release.

Thanks again,
gil

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


Re: Preview: z/OS V1.12 - September 2010

2010-02-10 Thread David Andrews
On Tue, 2010-02-09 at 14:41 -0500, Dave Salt wrote:
 I know, and one of the reasons [for ISPF and PDF consolidation] was
 probably because many people had no idea what the difference was.

My recollection is that this happened about the same time that ISPF was
included as part of the OS base product.  Prior to that you could
license ISPF by itself (if you needed it for -say- InfoMan) but I can't
think of anybody who actually did that and didn't license PDF.

-- 
David Andrews
A. Duda and Sons, Inc.
david.andr...@duda.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


Re: SMP/E -- Removing a CSECT from a load module?

2010-02-10 Thread Paul Gilmartin
On Wed, 10 Feb 2010 13:24:52 +, john gilmore john_w_gilm...@msn.com wrote:

This time, however, the subject is a facility---that of deleting a CSECT by 
replacing it with nothing---that the Linkage Editor supported ab initio and 
the Binder continues to support.  The question whether SMP/E can do it is thus 
moot or worse.  It must of course be done, as porcupines are said to make 
love, very carefully. 

Regardless that Linker has supported ab initio the facility ideal to
the intended purpose, SMP/E's transmogrification (necessary by design)
of SYSLIN images to a form that renders that facility inaccessible
leaves the question of choosing a suitable alternative hardly moot.

-- gil

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


Re: JES2 Rmt and Security Issue

2010-02-10 Thread מתן כהן
the MNTUSER have all the authority i could from the aspact of racf ;
CONSOLE, OPERCMDS,OPERPARM(Segment)

just in case i gave it again the command you refer.
and still don't work.
do you any extended authority EMCS should have (maybe by JES2)?
i look in the literature for the answer but couldn't find what is the
problem.
thanks

בתאריך 10 בפברואר 2010 17:20, מאת Hayim Sokolsky hsokol...@dtcc.com:

 Matan,

 From the looks of things, as there is no ICH408I message issued - you do
 not have the RACF OPERCMDS class active. Therefore, the command must be
 authorized against normal EMCS console authority attributes, and native
 console security.

 As a default, EMCS consoles are given INFO authority, which lets them
 issue display commands (like D A,L or $D A) only. To give your EMCS
 console more authority, it will need an OPERPARM segment for its RACF
 UserID.

 To give your automated task native authority issue the following RACF
 command:
ALTUSER MNTUSER OPERPARM(AUTH(ALL))

 What is not clear from the JES2 doc is if AUTH(SYS) or AUTH(IO) or
 AUTH(CONS) will be sufficient. The above example uses AUTH(ALL) as it
 encompasses SYS, IO, and CONS.


 Hayim
 _
 Hayim Sokolsky, CISSP
Mainframe Security Architect
DTCC Corporate Information Security
18301 Bermuda Green Dr, MS 1-CIS
Tampa FL 33647-1760

Tel. (813) 470-2177



 מתן כהן matancohen...@gmail.com
 Sent by: IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
 2010.02.10 07:01
 Please respond to
 IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu


 To
 IBM-MAIN@bama.ua.edu
 cc

 Subject
 Re: JES2 Rmt and Security Issue






 yes, i'm using RACF.
 this user don't have a login authority .
 but i changed in the racf so this procedure will run under ibmuser and i
 get
 the same message.
 so i believe it is somthing involve JES2 authrity for EMCS. but i couldn't
 find any helpful information.

 2010/2/10 Erik Janssen erik.jans...@ing.nl

  I dont understand why your not getting any RACF message (you are using
  RACF?).
  I would issue the $POJOBQ,JM=E*,HOURS96 directly to see if that will
 give
  you some indication of the error. Also, have a look at joboutput
 starting
  with E and see if there is some job that might explain the error.
 
  here is a part of the output after the command $tdebug was issue:
  IEF695I START AUTOCMDF WITH JOBNAME AUTOCMDF IS ASSIGNED TO USER
 MNTUSER
   , GROUP SDLSYS
  $HASP373 AUTOCMDF STARTED
  IEF403I AUTOCMDF - STARTED - TIME=10.19.28
  IEA630I  OPERATOR AUTOCMD  NOW ACTIVE,   SYSTEM=PANDAF  ,
 LU=thtAUTOCMDF
  $T AACTV,T=07.00,'$D A'
  $HASP604 ID ACTV T=  7.00 I=0 L=AUTOCMD  $D A
  $HASP890 JOB(IX95RET7) 355
  $HASP890 JOB(IX95RET7)  STATUS=(EXECUTING/SYS1),CLASS=A,
  $HASP890PRIORITY=9,SYSAFF=(ANY),HOLD=(NONE)
  $HASP890 JOB(IX29A) 356
  $HASP890 JOB(IX29A) STATUS=(EXECUTING/SYS1),CLASS=A,
  $HASP890PRIORITY=9,SYSAFF=(ANY),HOLD=(NONE)
  IEA631I  OPERATOR AUTOCMD  NOW INACTIVE, SYSTEM=PANDAF  , LU=AUTOCMDF
  IEA630I  OPERATOR AUTOCMD  NOW ACTIVE,   SYSTEM=PANDAF  , LU=AUTOCMDF
  *$POJOBQ,JM=E*,HOURS96   *
  *$HASP690 COMMAND REJECTED - SOURCE OF COMMAND HAS IMPROPER AUTHORITY *
  *IEA631I  OPERATOR AUTOCMD  NOW INACTIVE, SYSTEM=PANDAF  , LU=AUTOCMDF*
  *
  *
  some of the command from the rexx are issued successfully and apart of
  them
  get the HASP690 message with no further information.
  
 
  --
  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



 BR_
 FONT size=2BR
 DTCC DISCLAIMER: This email and any files transmitted with it are
 confidential and intended solely for the use of the individual or
 entity to whom they are addressed. If you have received this email
 in error, please notify us immediately and delete the email and any
 attachments from your system. The recipient should check this email
 and any attachments for the presence of viruses.  The company
 accepts no liability for any damage caused by any virus transmitted
 by this email./FONT

--
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: Does anyone know of a good *batch* FTP client for Windows?

2010-02-10 Thread Hal Merritt
To be 'compatible' with z/os, I think you are really looking for -server- 
software so that z/os is the client.  

The client speaks first, issues all of the necessary commands, and controls the 
entire process. And, being native z/os, this is easy to automate. 

The server just sits there and obeys. Easy enough for even Windows :-) 

That said, suitable server software is really scarce. Most only implement a 
subset of FTP and are therefore useable only with Windows clients.

If you are dancing with the PCI gods, take a look at the EPSV command.
 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Charles Mills
Sent: Tuesday, February 09, 2010 7:37 PM
To: IBM-MAIN@bama.ua.edu
Subject: Does anyone know of a good *batch* FTP client for Windows?

I'm looking for an FTP client for Windows with maximum compatibility with
the z/OS Comm. Server client (the ftp command), the z/OS Comm. Server
server (FTPSERVE), and z/OS traditional datasets in general.

 

I also need SSL support.

 

The Windows command line freebie would be about perfect except for the lack
of SSL support.

 

I *cannot* use a GUI Window for this particular application. I need
something that processes a file analogous to the INPUT DD processed by the
z/OS ftp client.

 

I've got Ipswitch WS_FTP which has a batch FTP but it is doing me way too
many favors that may make sense on UNIX or Windows but which make a mess
on z/OS. For example, it is turning

 

PUT SOMEFILE.TXT 'USERID.FOO.BAR'

 

into

 

CD 'USERID.FOO

PUT SOMEFILE.TXT BAR'

 

which is obviously useless.

 

(I will cross-post this to IBMTCP-L.)

 

Thanks,

 

Charles 


--
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
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.

--
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: cpu capping question

2010-02-10 Thread Hal Merritt
Again, the weights have nothing to do with capping. 
 
But to answer your question: yes. 

Now, be careful. If LPAR 2 is hard capped at 200 MSU and is using 200 MSU, then 
SDSF will report 100% CPU utilization. 

In your scenario, you could hard cap LPAR 2 at 200 MSU and set the weights to 
90/10. LPAR 2 could then use up to 200 MSU, but would be given no less than 100 
MSU if LPAR 1 is active. LPAR 1 could use all 1000 MSU if LPAR 2 is idle, or no 
less than 900 MSU if LPAR 2 is active. 

Perhaps your business may be better served with a 20 MSU cap and weights 0f 
95/5. That is, LPAR 2 could never use more than 20 MSU, but LPAR 1 could take 
950 MSU if needed. Again, LPAR 1 could take all 1000 MSU if LPAR 2 is idle. 

HTH and good luck 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Tommy Tsui
Sent: Wednesday, February 10, 2010 9:34 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: cpu capping question

Hi Merritt,
If LPAR1 (our production) is not capped but LPAR 2 (development) is
active (assume the weight=20% or 200 mips, it only utilize 100 mips at
night), Can LPAR1 utilize 900 mips at night ???


2010/2/10 Hal Merritt hmerr...@jackhenry.com:
 LPAR1 is not capped. It can take 100% of the CPU if LPAR 2 is idle and it 
 needs it. If LPAR 2 is active, then LPAR 1 can take up to 80% and LPAR 2 20%. 
  If LPAR 1 is idle, then LPAR 2 can take up to the hard cap value.

 You did not mention the capping value for LPAR2. If, for example, you have 
 hard capped LPAR 2 at, say, 150 mips, then it can never take more than that. 
 So, LPAR 1 could take 85% and LPAR 2 15% if both are competing for the CPU.

 I assume you really meant to say MSU's instead of MIPS. MIPS is not a valid 
 metric in this context.

 Hard cap, soft cap, and weights are all different controls, but all three 
 need be considered to manage your machine.

 HTH and good luck.





 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf 
 Of Tommy Tsui
 Sent: Wednesday, February 10, 2010 8:59 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: cpu capping question

 Hi all,
 I have following question on CPU hard capping
 LPAR1  initial capping=No   CPU weight 80  = 800mips
 LPAR2  initial capping=Yes CPU weight 20  = 200mips
 assume CPU has 1000mips

 my question is, for LPAR2 the maximum CPU utilization is 200 mips with
 hard capping but how about LPAR1? the maximum CPU utilization is
 800mips or more than 800mips with initial capping=no?
 I knew that soft capping is more suitable for this case with defined
 capacity  weight.

 any help will be appreciated

 NOTICE: This electronic mail message and any files transmitted with it are 
 intended
 exclusively for the individual or entity to which it is addressed. The 
 message,
 together with any attachment, may contain confidential and/or privileged 
 information.
 Any unauthorized review, use, printing, saving, copying, disclosure or 
 distribution
 is strictly prohibited. If you have received this message in error, please
 immediately advise the sender by reply email and delete all copies.

 --
 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
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.

--
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: LE abend U4082-002

2010-02-10 Thread McKown, John
Not that I could see. I am planning on reverting a product which was installed 
on Sunday to the previous version. The job which finally ran did not use it 
(although the programmer was unaware of it). The same product caused a CICS 
problem today. Naming no names. I have a support ticket with the vendor. I may 
have done something wrong in the install. Unfortunately, my sandbox is not 
really a good test environment. And, in this case, I was forced by my 
management to install the new version on all z/OS images on the same weekend. 
We no longer seem to have very many free weekends due to user demand.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
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

 

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Hunkeler Peter (KIUP 4)
 Sent: Wednesday, February 10, 2010 9:41 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: LE abend U4082-002
 
 I got absolutely NO diagnostic information. I'm totally 
 frustrated and ready to go postal.
 
 No hint in LOGREC?
 
 -
 Peter Hunkeler
 Credit Suisse
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html
 
 

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


Re: cpu capping question

2010-02-10 Thread Al Sherkow
Tommy --

Yes, LPAR 1 has access to the capacity that LPAR 2 is not using. The cap on
LPAR2 is a limit only on LPAR2's use of your capacity. 

Al Sherkow, I/S Management Strategies, Ltd.
Consulting Expertise on Capacity Planning, Performance Tuning,
WLC, LPARs, IRD and LCS Software
Seminars on IBM SW Pricing, LPARs, and IRD
Voice: +1 414 332-3062 
Web: www.sherkow.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


Re: Preview: z/OS V1.12 - September 2010

2010-02-10 Thread Stephen Y Odo
where does it say that?  on page 2 of the document I see:

z/OS V1.12 is planned to run on these IBM System z® servers:
|   • z10 EC
|   • z10 BC
|   • z9 EC
|   • z9 BC
|   • z990*
|   • z890*
|   • z900*
|   • z800*
|   * These products are withdrawn from marketing.

looks like it will still run on z800, z900, z890, and z990 processors in
addition to the z9 and z10 ...

--Stephen




Mark Jacobs wrote:
 On 02/09/10 06:41, Michael W. Moss wrote:
 http://www-01.ibm.com/common/ssi/rep_ca/8/897/ENUS210-008/ENUS210-
 008.PDF

 --
 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 noticed that it requires a z9 or z10 processor.


--
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: Does anyone know of a good *batch* FTP client for Windows?

2010-02-10 Thread Charles Mills
I'm real clear on client versus server.

It's client software I want that looks as much as possible like the existing
IBM Comm. Server client, the ftp command, and that does not make a mess of
talking to the z/OS server. Windows will be the client, or rather, will be
the platform upon which the client runs.

It's for testing, not production, so security is not a big issue -- it's
just that the mainframe happens to be configured to require SSL.

Charles
-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Hal Merritt
Sent: Wednesday, February 10, 2010 8:37 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Does anyone know of a good *batch* FTP client for Windows?

To be 'compatible' with z/os, I think you are really looking for -server-
software so that z/os is the client.  

The client speaks first, issues all of the necessary commands, and controls
the entire process. And, being native z/os, this is easy to automate. 

The server just sits there and obeys. Easy enough for even Windows :-) 

That said, suitable server software is really scarce. Most only implement a
subset of FTP and are therefore useable only with Windows clients.

If you are dancing with the PCI gods, take a look at the EPSV command.
tml

--
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: DFDSS QUESTION - ADR8661

2010-02-10 Thread Justin Eastman
There should be no action required with that diagnostic information.  This
problem was found and fixed in z/OS V1R10 and the message won't be issued
from that release on when the rename for that particular reason. 

Justin Eastman
IBM - DFSMSdss Developer

--
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: SMP/E -- Removing a CSECT from a load module?

2010-02-10 Thread Paul Gilmartin
On Wed, 10 Feb 2010 07:33:03 -0600, Staller, Allan wrote:

You might also try:

++ JCLIN
   INCLUDE DISTLIB(FRED)
  REPLACE WOMBAT
  NAME FOO(R)

Not as I read it:

9.7.5 SMP/E V3R5.0 for z/OS V1R11.0 Commands

  9.7.5 Processing link-edit steps

   REPLACE statement
  REPLACE statements are saved in the LMOD entry and are
  associated with the DLIB module name found on the next
  INCLUDE statement in the JCL. ...

This appears to require that REPLACE be followed by INCLUDE.

HTH,

Thanks,
gil

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


Re: Preview: z/OS V1.12 - September 2010

2010-02-10 Thread Nemo
On Wed, 10 Feb 2010 11:20:53 +0930, Anthony Thompson wrote:

And I remember when SDSF was called Q and it was shipped on the CBT tape.
 
 
Then you don't remember very well.  SDSF's heritage was from the software 
known as 'OPERTOOL' or 'OPER' or 'OPER3270' which was developed at Iowa 
State University's Computation Center in the early 1970s.  (OPERTOOL's own 
heritage came from a combination of Rochester's MTMT2260 and the beta 
testing ISU did with TSO under MVT.)  The JES2/HASP3/HASP4 queue 
processing was done by the $Q programs within OPER.  Mr. Porter (SDSF's IBM 
father) was at Iowa State at the time  left just around the time they 
acquired their first 3277-2 terminals.  (His last efforts there were to switch 
OPER from 2260s to 3270s while I was just starting to work there so our paths 
crossed at that point in 1974-1975.)  There might be some ibm-main lurkers 
from John Deere who could have memories of OPER as well.  Any sufficiently 
old lurkers from American Republic in Des Moines might know more of the OPER 
to SDSF morph that Mr. Porter accomplished while he was with IBM's branch 
there.  
 
OPER had several facilities that have not been duplicated elsewhere.  It had 
an extremely powerful MAP function (originally TMAP  HMAP under MVT but 
later generalized to MAP) which produced a very efficient visual representation 
of the real/virtual storage layout of any target address space.  It allowed 
drill 
down to the byte level.  At the byte level, if authorized, you could view or, 
if 
authorized, change storage contents as needed.  Other later monitors provide 
a more costly implementation.  
 
OPER also had an ENQ monitor, an excellent file editor, a dynamic file creation 
function, a dynamic file allocation function and even a dynamic steplib 
function 
(we're talking 1974 timeframe here), and a completely generalized scripting 
language for automation or complex work  was the first 3270 screen-scraper 
that I was aware of back in 1977.  I have begun to forgot several of OPER's 
other functions.  (We also sometimes used it to play multi-player games very 
late at night but that's a subject for a different time.)  
 
OPER ran under OS/360 MVT, OS/370 OS/VS2 r1+ (SVS), and OS/370 OS/VS2 
r3+ (MVS).  (I don't know anyone silly enough to have run OS/VS2 r2.)  I 
*suspect* that it ran under MVS/SP1+ as well but that was after my time.  
 
Since OPER was developed at a land grant state university with mixed 
government funding, it could be (and was) acquired by anyone for the one-
time fee of its distribution costs (around US$100 back then on 2400/3400 
reels).  
  
Q  IOF, on the other hand, came from different heritage.  IOF came from 
TUCC, which worked with the University of Iowa and Iowa State University on 
the TUCC/Iowa mods (cue Lynn Wheeler here for yet another discussion on 
NJE's heritage... which came, partly, from the TUCC/Iowa work done back 
then).  I am fairly certain there was cross-talk with the developers of OPER's 
$Q and IOF since there was ample opportunity back then.  No plagerism, just 
the open sharing of ideas among university researchers  workers.  
 
--
(Time for me to go back to lurk.) 
 

--
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: re : monitor/auditing tools

2010-02-10 Thread Schumacher, Otto
You may want to check out the CA SYSVIEW product.  It will give you some 
visibility to the DATACOm and CICS. 

Regards
Otto Schumahcer

HP Enterprise Services 
Infrastructure Specialist 
Ahold Account
CICS  Capacity Technical Support
P.O. Box 6462
2000 Wade Hampton Blvd.
LC1-302 
Greenville,  South Carolina, 29606
Cell: 864 449 1755
Tel: 864 987-1417
Fax: 864 987-4500
E-mail: otto.schumac...@hp.com
 

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Scott Barry
Sent: Wednesday, February 10, 2010 10:21 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: re : monitor/auditing tools

On Wed, 10 Feb 2010 07:57:38 -0600, Robert Bell bell...@ghc.org wrote:

Hi there

We currently run z/OS 1.9 with CA datacom and cics.
We are looking for tools to monitor/audit this environment, so that we are
able to answer the question
'Who did what and when did they do it'

We can trace from logon to cics tranasaction execution but do not have a way
to 'see' what the user did within the database.

We have a solution currently implemented for our non-z environment that is
based on a 'traffic sniffer' type of technology.

Any ideas would be greatly appreciated.

Thanks
Robbie

CA Datacom provides Accounting tables with the product, which can be used
for audit and also accounting/chargeback.  The level of granularity is
user-defined, so you can control data-volume.

Scott Barry
SBBWorks, Inc.

Google advanced search argument: datacom accounting site:ca.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

--
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: Preview: z/OS V1.12 - September 2010

2010-02-10 Thread Greg Shirey
As has been said previously in this thread, the original announcement did not 
contain the processors with the asterisk to the right.  It was subsequently 
revised to include them.  

The List Owner has suggested the following: 

You should read through ALL of your IBM-MAIN email before responding to any 
post! I can't believe many of you dont.

http://bama.ua.edu/cgi-bin/wa?A2=ind0107L=IBM-MAIN-ARCHIVESP=R97246X=79FE991AA2E02B2103

Greg Shirey
Ben E. Keith Company 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Stephen Y Odo
Sent: Wednesday, February 10, 2010 11:44 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Preview: z/OS V1.12 - September 2010

where does it say that?  on page 2 of the document I see:

z/OS V1.12 is planned to run on these IBM System z® servers:
|   • z10 EC
|   • z10 BC
|   • z9 EC
|   • z9 BC
|   • z990*
|   • z890*
|   • z900*
|   • z800*
|   * These products are withdrawn from marketing.

looks like it will still run on z800, z900, z890, and z990 processors in
addition to the z9 and z10 ...

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


Fw: Preview: z/OS V1.12 - September 2010

2010-02-10 Thread Jim Mulder
Did I mention scheduled dumps cannot be suppressed via slip? And 
apparently 
*someone* made the decision to *schedule* dumps again (this is new in 
z/OS 
1.10, 1.8 didn't have this, and we always had TSO/Xpediter users who are 
prone to this 878.)
Did I mention that DAE is useless in this regard (too many dump requests 
before the first one has its symptom string written?)

   SLIP should be able to suppress any dump for which the SDUMP macro was
 issued within an ESTAE(X), ARR,  or FRR routine, regardless of whether 
the dump is 
asynchronous (scheduled) with respect to the SDUMP issuer, or synchronous. 

Now, if you have some doofus recovery routine that does a retry and then
issues SDUMP (and I have seen some of those), then SLIP cannot suppress it 

because there is no longer any time of error context for SLIP to match 
against. 

Jim Mulder   z/OS System Test   IBM Corp.  Poughkeepsie,  NY



--
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: LE abend U4082-002

2010-02-10 Thread Fred Hoffman
Hey John,

I ran across this trying to use PL/I programs compiled under z/os 1.5 and run 
under z/os 1.9 or 1.10.  I had to re-compile
the programs under the 1.9 system to get them to run.  I thought it was strange 
to say the least.

Fred Hoffman
Tarrant Appraisal District.
  

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on
Behalf Of McKown, John
Sent: Wednesday, February 10, 2010 11:26 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: LE abend U4082-002


Not that I could see. I am planning on reverting a product which was installed 
on Sunday to the previous version. The job which finally ran did not use it 
(although the programmer was unaware of it). The same product caused a CICS 
problem today. Naming no names. I have a support ticket with the vendor. I may 
have done something wrong in the install. Unfortunately, my sandbox is not 
really a good test environment. And, in this case, I was forced by my 
management to install the new version on all z/OS images on the same weekend. 
We no longer seem to have very many free weekends due to user demand.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
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


Re: Does anyone know of a good *batch* FTP client for Windows?

2010-02-10 Thread Charles Mills
X-posted to IBM-MAIN and IBMTCP.

And the answer is ... MOVEit Freely from Ipswitch. It supports SSL. It is
fairly compatible with (in the sense of similar to) the z/OS Comm Server
client. It does not make a mess of z/OS file names. It has quote so I can
send the mainframe a site command. It is 100% command as opposed to GUI
driven. It is apparently a superset of the DOS/Windows ftp command. It's
free. It's going to do the job for me, which is letting me continue
developing a z/OS product that calls FTP from within the user-friendly
confines of Visual Studio on Windows.

It's from the same folks (Ipswitch) as WS_FTP but it is clearly a totally
different product.

http://www.ipswitchft.com/Business/Products/MoveitFreely/ 

Thank you to the two or three folks who suggested MOVEit Freely, and to all
of the people who suggested other products, some of which I looked at and
found wanting, and several of which I had not yet looked at at the point I
figured out that MOVEit Freely would solve my problem.

Charles

--
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: LE abend U4082-002

2010-02-10 Thread McKown, John
Well, these are definately very old programs. The COBOL ASSIGNs are of the form:

ASSIGN FD-NAME TO SYS010-UT-3380-DDNAME

and

ASSIGN FD-TAPE TO SYS011-UT-2400-TAPEDD

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
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

 

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Fred Hoffman
 Sent: Wednesday, February 10, 2010 12:45 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: LE abend U4082-002
 
 Hey John,
 
 I ran across this trying to use PL/I programs compiled under 
 z/os 1.5 and run under z/os 1.9 or 1.10.  I had to re-compile
 the programs under the 1.9 system to get them to run.  I 
 thought it was strange to say the least.
 
 Fred Hoffman
 Tarrant Appraisal District.
   
 
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on
 Behalf Of McKown, John
 Sent: Wednesday, February 10, 2010 11:26 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: LE abend U4082-002
 
 
 Not that I could see. I am planning on reverting a product 
 which was installed on Sunday to the previous version. The 
 job which finally ran did not use it (although the programmer 
 was unaware of it). The same product caused a CICS problem 
 today. Naming no names. I have a support ticket with the 
 vendor. I may have done something wrong in the install. 
 Unfortunately, my sandbox is not really a good test 
 environment. And, in this case, I was forced by my management 
 to install the new version on all z/OS images on the same 
 weekend. We no longer seem to have very many free weekends 
 due to user demand.
 
 --
 John McKown 
 Systems Engineer IV
 IT
 
 Administrative Services Group
 
 HealthMarkets(r)
 
 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone * (817)-961-6183 cell
 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
 
 

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


Racf Question

2010-02-10 Thread Sabo, Frank
Good Afternoon,

I have a RACF question

I need to remove a CICS profile from a class, I have a product Vanguard 
Administrator
It show the following
Data: Extract, GENERAL RESOURCE PROFILE SUMMARY  Row 1 to 12 of 12,
COMMAND ===,,SCROLL ===,CSR ,
   Information as of: FEB 10, 2010  00:05 ,

Select one or more entries (or,/,for popup):   Issue,CMDSHOW,to turn legend off
(B)CL ,Clone Resource command,   PC ,Profile Conditional Access
(B)CX ,Clone Resource Long Profile Name  ,   PG ,Profile Grouping Class Report
(B)DL ,Delete Resource command   ,   PI ,Profile Installation Data
   IO ,ID Ownership Report   ,(B)RB ,Rebuild Resource RACF commands
   LR ,List RACF Resource Profile,   S  ,Display continued info
   LV ,List VRA Resource info,   VRC,Enter VRC Facility
   PA ,Profile Standard Access List  ,   VSR,Enter Vanguard Advisor

CMD,Class,  ,Profile,Name ,Typ,Owner,  ,UACC
---
___,G$PBTRN  RGCBRCDIS RGMVSNONE
___,G$PYTRN  RGCBRCDIS RGMVSNONE
___,G$P1TRN  RGCBRCDIS RGMVSNONE
___,G$P2TRN  RGCBRCDIS RGMVSNONE
___,G$P3TRN  RGCBRCDIS RGMVSNONE
___,G$P4TRN  RGCBRCDIS RGMVSNONE
___,G$P5TRN  RGCBRCDIS RGMVSNONE
___,G$P6TRN  RGCBRCDIS RGMVSNONE
___,G$P7TRN  RGCBRCDIS RGMVSNONE
___,G$P8TRN  RGCBRCDIS RGMVSNONE
___,G$P9TRN  RGCBRCDIS RGMVSNONE
___,GCICSTRN RGCBRCDIS RGMVSNONE
*** Bottom of data 
DIS RGMVSNONE

I want to remove profile from G$PYTRN.  If I do a DL command on the line it 
generated the following command

* Top of Data **
   TO EXECUTE COMMANDS ENTER ONE OF THE FOLLOWING:
 VRAEXEC  - EXECUTE COMMANDS REALTIME
 VRABATCH - GENERATE JCL FOR YOU TO SUBMIT
 VRASCHED - SCHEDULE COMMANDS FOR FUTURE DATE AND TIME
RDEL G$PYTRN RGCBRC
SETROPTS RACLIST (T$PYTRN ) REFRESH
 Bottom of Data 

My question is this will it just remove the profile from that class or will it 
delete the profile form all the classes?

The RACF manual states that it will delete if from the class

Any help will be appreciated

Thanks


Frank W Sabo Jr.
SR. Systems Administrator
Giant Eagle Inc.
Phone:  412 967-3764
Fax:412 967-6120
Email:  frank.s...@gianteagle.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


Re: Racf Question

2010-02-10 Thread Brian Peterson
From http://www.go2vanguard.com :

1-877-794-0014 (it's on the top right corner of their home page)

Brian

On Wed, 10 Feb 2010 14:05:15 -0500, Sabo, Frank wrote:

Good Afternoon,

I have a RACF question

I need to remove a CICS profile from a class, I have a product Vanguard
Administrator

--
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: Compuware FileAid to IBM FileManager Conversion

2010-02-10 Thread Chase, John
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Farley, Peter x23353
 Sent: Wednesday, February 10, 2010 8:26 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Compuware FileAid to IBM FileManager Conversion
 
 I am told by my sysprogs that Fault Analyzer requires the ADATA output
 file of the compiler to be allocated in the production JCL in order to
 analyze production abends the first time they occur.  This is a
 non-starter for us, thousands of JCL's would have to change.  YMMV.

False.  The location of the ADATA file needs to be known to Fault
Analyzer, but (in our shop, anyway), no modifications to any production
jobstreams were required to transition from Dumpmaster to Fault Analyzer
(v9.1).

-jc-

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


IPCS - How to find Load Point

2010-02-10 Thread Thompson, Steve
I am doing some work with diagnostic tools that run in an IPCS
environment.

I need to, programmatically, find the load point of a module (NOT the
EPA unless that is the Load Point).

I have looked up and tried different things, and FINDMOD doesn't find
what I'm looking for. I have been doing scans and Google and can't seem
to get the answer to what I need.

I have written a REXX routine that does the following (within IPCS):
PSAAOLD to ASCB. ASCBASXB to ASXB. ASXBLTCB to the LAST TCB in the
Address space. That TCB's TCBJSTCB points me to MY Job Step TCB. [Reason
for this is, I don't know if I am an STC or a JOB, JES2 or JES3, but my
code does have multiple TCBs.]

Ok, now the JS TCB's TCBJPQ points to the CDE chain [the JS TCB is where
the primary program issues multiple loads].

Now I can run the CDE chain to find module FOO. Once I find it, that
CDE's CDENTPT is the EPA of the module (just as published). 

Here's the problem. Looking at the Data Areas for LLE and for XTLST I
don't see where the load point is kept. 

My problem is, I need to find a particular string inside this load
module. And I need to start at the Load Point with a FIND for this
string.  In the current case I'm looking at the Load point is x'CA'
BEFORE the EPA (I know because I have the listing to this particular
module). In other cases where I need to do this, the offset will be
different. 

Does anyone know how I can get the Load point address out of one of
these control blocks?

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


PDS vs. PDSE

2010-02-10 Thread John R. Ehrman (408-463-3543 T/543-)
PDSEs have been available for a long time, and provide many
advantages over PDSs. Why are people reluctant to use PDSEs?
John Ehrman

--
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: JES2 Rmt and Security Issue

2010-02-10 Thread Hayim Sokolsky
מתן,

To diagnose the issue, the following is needed:
From RACF:

  LISTUSER MNTUSER OPERPARM

  RLIST OPERCMDS JES2.STOP.JSTOUT ALL

  SETROPTS LIST


From JES:
  $D JOBCLASS(STC)

  The full SYSOUT from the STC


If you do not want to post this information to the list, you can email it 
directly...

חיים
Hayim
_
Hayim Sokolsky, CISSP
Mainframe Security Architect
DTCC Corporate Information Security
18301 Bermuda Green Dr, MS 1-CIS
Tampa FL 33647-1760

Tel. (813) 470-2177



מתן כהן matancohen...@gmail.com 
Sent by: IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
2010.02.10 12:30
Please respond to
IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu


To
IBM-MAIN@bama.ua.edu
cc

Subject
Re: JES2 Rmt and Security Issue






the MNTUSER have all the authority i could from the aspact of racf ;
CONSOLE, OPERCMDS,OPERPARM(Segment)

just in case i gave it again the command you refer.
and still don't work.
do you any extended authority EMCS should have (maybe by JES2)?
i look in the literature for the answer but couldn't find what is the
problem.
thanks

בתאריך 10 בפברואר 2010 17:20, מאת Hayim Sokolsky hsokol...@dtcc.com:

 Matan,

 From the looks of things, as there is no ICH408I message issued - you do
 not have the RACF OPERCMDS class active. Therefore, the command must be
 authorized against normal EMCS console authority attributes, and native
 console security.

 As a default, EMCS consoles are given INFO authority, which lets them
 issue display commands (like D A,L or $D A) only. To give your EMCS
 console more authority, it will need an OPERPARM segment for its RACF
 UserID.

 To give your automated task native authority issue the following RACF
 command:
ALTUSER MNTUSER OPERPARM(AUTH(ALL))

 What is not clear from the JES2 doc is if AUTH(SYS) or AUTH(IO) or
 AUTH(CONS) will be sufficient. The above example uses AUTH(ALL) as it
 encompasses SYS, IO, and CONS.


 Hayim
 _
 Hayim Sokolsky, CISSP
Mainframe Security Architect
DTCC Corporate Information Security
18301 Bermuda Green Dr, MS 1-CIS
Tampa FL 33647-1760

Tel. (813) 470-2177



 מתן כהן matancohen...@gmail.com
 Sent by: IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
 2010.02.10 07:01
 Please respond to
 IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu


 To
 IBM-MAIN@bama.ua.edu
 cc

 Subject
 Re: JES2 Rmt and Security Issue






 yes, i'm using RACF.
 this user don't have a login authority .
 but i changed in the racf so this procedure will run under ibmuser and i
 get
 the same message.
 so i believe it is somthing involve JES2 authrity for EMCS. but i 
couldn't
 find any helpful information.

 2010/2/10 Erik Janssen erik.jans...@ing.nl

  I dont understand why your not getting any RACF message (you are using
  RACF?).
  I would issue the $POJOBQ,JM=E*,HOURS96 directly to see if that will
 give
  you some indication of the error. Also, have a look at joboutput
 starting
  with E and see if there is some job that might explain the error.
 
  here is a part of the output after the command $tdebug was issue:
  IEF695I START AUTOCMDF WITH JOBNAME AUTOCMDF IS ASSIGNED TO USER
 MNTUSER
   , GROUP SDLSYS
  $HASP373 AUTOCMDF STARTED
  IEF403I AUTOCMDF - STARTED - TIME=10.19.28
  IEA630I  OPERATOR AUTOCMD  NOW ACTIVE,   SYSTEM=PANDAF  ,
 LU=thtAUTOCMDF
  $T AACTV,T=07.00,'$D A'
  $HASP604 ID ACTV T=  7.00 I=0 L=AUTOCMD  $D A
  $HASP890 JOB(IX95RET7) 355
  $HASP890 JOB(IX95RET7)  STATUS=(EXECUTING/SYS1),CLASS=A,
  $HASP890PRIORITY=9,SYSAFF=(ANY),HOLD=(NONE)
  $HASP890 JOB(IX29A) 356
  $HASP890 JOB(IX29A) STATUS=(EXECUTING/SYS1),CLASS=A,
  $HASP890PRIORITY=9,SYSAFF=(ANY),HOLD=(NONE)
  IEA631I  OPERATOR AUTOCMD  NOW INACTIVE, SYSTEM=PANDAF  , LU=AUTOCMDF
  IEA630I  OPERATOR AUTOCMD  NOW ACTIVE,   SYSTEM=PANDAF  , LU=AUTOCMDF
  *$POJOBQ,JM=E*,HOURS96 *
  *$HASP690 COMMAND REJECTED - SOURCE OF COMMAND HAS IMPROPER AUTHORITY 
*
  *IEA631I  OPERATOR AUTOCMD  NOW INACTIVE, SYSTEM=PANDAF  , 
LU=AUTOCMDF*
  *
  *
  some of the command from the rexx are issued successfully and apart 
of
  them
  get the HASP690 message with no further information.
  
 
  --
  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



 BR_
 FONT size=2BR
 DTCC DISCLAIMER: This email and any files transmitted with it are
 confidential and intended solely for the use of the 

Re: LE abend U4082-002

2010-02-10 Thread Chase, John
 -Original Message-
 From: IBM Mainframe Discussion List [On Behalf Of McKown, John
 
 I set the SLIP. But the job which abended 4 times in a row yesterday,
ran OK this morning. sign

Did you really expect the job to misbehave while you're watching it?
:-)

About four years and two releases ago, we had a CICS region abend S02A.
Since no dump was produced, we set a SLIP to capture a dump next time it
occurred.  To date, that SLIP has never tripped (we still have it coded
in IEASLPxx).

-jc-

--
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: IPCS - How to find Load Point

2010-02-10 Thread Steve Comstock

Thompson, Steve wrote:

I am doing some work with diagnostic tools that run in an IPCS
environment.

I need to, programmatically, find the load point of a module (NOT the
EPA unless that is the Load Point).

I have looked up and tried different things, and FINDMOD doesn't find
what I'm looking for. I have been doing scans and Google and can't seem
to get the answer to what I need.

I have written a REXX routine that does the following (within IPCS):
PSAAOLD to ASCB. ASCBASXB to ASXB. ASXBLTCB to the LAST TCB in the
Address space. That TCB's TCBJSTCB points me to MY Job Step TCB. [Reason
for this is, I don't know if I am an STC or a JOB, JES2 or JES3, but my
code does have multiple TCBs.]

Ok, now the JS TCB's TCBJPQ points to the CDE chain [the JS TCB is where
the primary program issues multiple loads].

Now I can run the CDE chain to find module FOO. Once I find it, that
CDE's CDENTPT is the EPA of the module (just as published). 


Here's the problem. Looking at the Data Areas for LLE and for XTLST I
don't see where the load point is kept. 


My problem is, I need to find a particular string inside this load
module. And I need to start at the Load Point with a FIND for this
string.  In the current case I'm looking at the Load point is x'CA'
BEFORE the EPA (I know because I have the listing to this particular
module). In other cases where I need to do this, the offset will be
different. 


Does anyone know how I can get the Load point address out of one of
these control blocks?


It's in the field named SEGAD.

See data areas book for XTLST, also pages 19-20 from
my SHARE presentation on control blocks.

  http://www.trainersfriend.com/General_content/Book_site.htm

scroll down to the section on SHARE presentations.



--

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

Ask me about our new, reduced rates for purchasing our course materials
for use by your own trainers or Subject Matter Experts (SMEs).

--
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: PDS vs. PDSE

2010-02-10 Thread John Laubenheimer
On Wed, 10 Feb 2010 11:46:57 -0800, John R. Ehrman (408-463-3543 T/543-
) ehr...@vnet.ibm.com wrote:

PDSEs have been available for a long time, and provide many
advantages over PDSs. Why are people reluctant to use PDSEs?
John Ehrman

--
Mostly, this is FUD (Fear, Uncertainty  Doubt).  PDSEs developed a bad 
reputation due to problems which have been correctly by service (which has 
been included in the base of the latest z/OS releases).  A bad reputation is 
difficult to fight off, especially when upper managements gets to have it's 
say.  There is no valid reason to avoid PDSEs today.  You still need to keep on 
top of your service, though.

--
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: PDS vs. PDSE

2010-02-10 Thread Hal Merritt
I would guess that PDSE's have not been stable all that long. Many of us run 
multi LPAR shops with shared DASD, and there were sharing issues with z/os 1.7. 

Still get scary messages under z/os 1.9. 

PDSE's are very useful, as are PDS's. If you don't need the PDSE features then 
why bother? You don't see many compelling business/technical cases to convert 
PDS's to PDSE's. 

My $0.02

 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
John R. Ehrman (408-463-3543 T/543-)
Sent: Wednesday, February 10, 2010 1:47 PM
To: IBM-MAIN@bama.ua.edu
Subject: PDS vs. PDSE

PDSEs have been available for a long time, and provide many
advantages over PDSs. Why are people reluctant to use PDSEs?
John Ehrman

 
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.

--
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: Compuware FileAid to IBM FileManager Conversion

2010-02-10 Thread Chase, John
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Schumacher, Otto
 
 Do I understand correctly Fault analyzer software can eliminate the
need for Dumpmaster(Macro4) and/or
 the Abendaid products(Compuware)? Is this also true for CICS and IMS
online dumps?

Fault Analyzer is direct competition for Abendaid, Dumpmaster, and
other similar dump analysis products; hence can replace them.

-jc-

--
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: PDS vs. PDSE

2010-02-10 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of John R. Ehrman 
 (408-463-3543 T/543-)
 Sent: Wednesday, February 10, 2010 1:47 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: PDS vs. PDSE
 
 PDSEs have been available for a long time, and provide many
 advantages over PDSs. Why are people reluctant to use PDSEs?
 John Ehrman

Because many remember the pain inflicted upon them when PDSEs were first 
introduced. And, the fact that a PDSE cannot safely be shared except within a 
single sysplex. So many things are kept in a PDS so that multiple z/OS images 
in multiple sysplexes can use it (especially load libraries for various 
products).

Other than not needing to be compressed, what advantages? I've heard that they 
can have 8 character member names (for DLLs), but that appears to not be 
externalized. Nor useful in JCL. Better to put stuff in a UNIX subdirectory for 
that sort of thing.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
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


Re: PDS vs. PDSE

2010-02-10 Thread Pinnacle
- Original Message - 
From: John R. Ehrman , 408-463-3543 T/543- ehr...@vnet.ibm.com

Newsgroups: bit.listserv.ibm-main
Sent: Wednesday, February 10, 2010 2:59 PM
Subject: PDS vs. PDSE



PDSEs have been available for a long time, and provide many
advantages over PDSs. Why are people reluctant to use PDSEs?
John Ehrman



John,

PDSE's have a bad reputation, well-deserved.  The service stream is still 
fairly active for PDSE's, where PDS's are fairly calm.  I only use PDSE's 
where absolutely necessary (i.e. program objects or other software 
distributed in PDSE's).  The only major advantage of a PDSE is dynamic space 
reclaim, but IMNSHO, the risk of using them is not worth that benefit.  So I 
gotta compress some PDS's from time to time.  I'll take the reliability any 
day of the week.


Regards,
Tom Conley 


--
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: PDS vs. PDSE

2010-02-10 Thread John P Kalinich
John Ehrman of the IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
wrote on 02/10/2010 01:46:57 PM:

 PDSEs have been available for a long time, and provide many
 advantages over PDSs. Why are people reluctant to use PDSEs?

I think of a few...

1. Lack of internal documentation.
2. Former requirement that they must be SMS managed.
3. No recovery of deleted/updated members.
4. Performance.

I don't see IBM using them very much.  Only nine SYS1 datasets are PO-E.

Regards,
John K

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


  1   2   >