Change IEASYMxx via opartor prompt

2012-06-14 Thread Miklos Szigetvari

Hi

Is it possible to change IEASYMxx via operator reply at IPL ?

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


Re: REXX USS directory list

2012-06-04 Thread Miklos Szigetvari

Hi

If you issue a REXX "readdir",  in the optional stem2 you got the fstat 
structure
I'm using from this the st_ctime and st_mtime and convert via the 
"gmtime" function


On 01.06.2012 21:54, Roger Wasley wrote:

Afternoon
I have been attempting to use SYSCALL READDIR and the fstat according to the 
manual but there seems to be no way to gath the DATE a USS file was accessed.

based on fstat st_type I knwo if it is a directory or file but not the date it 
was last accessed. I looked at the mtime field but either I misread it or it is 
no good

has anyone been able to do the READDIR or any other REXX SYSCALL and get the 
modfication date?

Many thanks

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




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


Re: SMF log stream access

2012-06-04 Thread Miklos Szigetvari

Hi

Thank you.

In the current SMF 70% of the records is 92,  USS activity and 25% DB2
I will try without this ( see the speed) and maybe send 92 to a 
different stream.


In the stream we have currently about 50 Mbyte data and the access here 
10-20 seconds

to retrieve all the SMF records for a given job.

Not clear in the IXGBRWSE the SEARCH keyword really speeds up the 
retrieve or just don't give back the control for the

superfluous records

On 01.06.2012 18:33, John Eells wrote:

Miklos Szigetvari wrote:

Hi

Any fast way to access the SMF log stream ?
Intend to collect, in the SMF log stream, the performance records
(30,14,15) for the actual day.

Have an assembler program to browse the log stream from the required
date/time, but it is still very slow

Tried with dump(IFASMFDL) and with SUBSYS=(LOGR) JCL , but seems to me,
it is not a very fast method.




Are you already collecting them in a separate log stream?  (You can 
send the same records to more than one log stream.)




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


SMF log stream access

2012-06-01 Thread Miklos Szigetvari

Hi

Any fast way to access the SMF log stream ?
Intend to collect,  in the SMF log stream,  the performance records (30,14,15) 
for the actual day.

Have an assembler program to browse the log stream from the required date/time, 
but it is still very slow

Tried with dump(IFASMFDL)  and with SUBSYS=(LOGR) JCL , but seems to me, it is 
not a very fast method.


(I have already asked this in 2010 , maybe something new here)

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


Re: XPLINK Modules in SCEERUN2

2012-05-22 Thread Miklos Szigetvari

Hi

I think the best you can do to get some LLA fetch statistic and put the 
heavily used modules from SCEERUN2 to LPA

(We are using here MXI to get this statistic)
We heavily use here the C++ compiler, so the compiler modules are in the 
dynamic LPA.



On 22.05.2012 16:13, Mark Jacobs wrote:
I've looked and looked, and looked again, but can't find it. What are 
the recommended XPLINK modules from SCEERUN2 that should be added to 
dynamic LPA for performance reasons?




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


Re: Comparison of compiler generated code AD 1980(ish) v 2010(ish)

2012-05-16 Thread Miklos Szigetvari
Hi

Do you have the chance to compare the speed of the two codes ?


> David,
>
> On 2012-05-16 08:23, David Crayford wrote:
>  > Robert,
>  >
>  > I'm no expert but I have read that newer hardware models (Z10 and
> above) are
>  > essentially RISC processors that run complex instructions in millicode.
> In the
>
> I may be wrong, but I think the z196 is the first OOO machine and
> Enterprise PL/I V3R9 pre-dates it
> by two years.
>
>  > case of a MVC instruction it would have to do that in a loop which
> would require
>  > branching, the enemy of pipelined exeuction units. It's also possible
> to run
>  > simple instructions
>  > in parallel. It's plausible an MVC instruction can be executed more
> efficiently
>  > as a sequence of LG/STG instructions.
>
> Given that moves are the most executed instructions, at least on x86,
> (see, among many others
> ) and I have
> little doubt that the same
> holds true for about any other architecture and that there is special x86
> circuitry to optimize MOVS
> instructions, it would be highly surprising if IBM did not make MVC as
> fast as possible, millicoded
> or not.
>
>  > The OOO decode units do this for you with instruction cracking on a
> z196, it
>  > seems that on a z10 the optimizer is doing the same thing.
>
> Possibly, but that does not explain the 10 superfluous reloads of r1.
>
>  > See this document - page 21
>  > 
> http://www-01.ibm.com/software/htp/tpf/tpfug/tgf11/How_do_you_do_when_youre_a_z196_CPU.pdf
>  >
>  > Optimizers create arcane code. It's almost impossible to verify without
>  > understanding the secret sauce. A lot of the code the optimizers spit
> out is
>  > intractable,
>
> I don't know much about z/OS assembler, but at least I sort of managed to
> understand the code
> generated by the OS PL/I compiler. The code generated by Enterprise PL/I
> is completely unreadable,
> even some (or more than some) on this list might have trouble figuring out
> why it does what it does.
>
>  > and it's almost a paradox that a longer code path produces faster code.
>  >
>  > If you don't like it you can always compile at a different ARCH() level
> and ask
>  > IBM.
>
> Going back to ARCH(5) doesn't produce anything that seems much shorter,
> still the ridiculous
> reloading of the same register, and oodles and oodles instructions which
> would run and take time on
> a definitely not-OOO CPU:
>
> 003A58  E300  8238  0014  003119 | LGF   r0,LINE_PTR(,r8,568)
> 003A5E  4110  E00C003119 | LAr1,_shadow21(,r14,12)
> 003A62  B914  00E0003119 | LGFR  r14,r0
> 003A66  D278  B38E  6D33  003118 | MVC
> LINE(121,r11,910),REPT_INIT(r6,3379)
> 003A6C  E3B0  DC20  0004  003119 | LGr11,#SPILL17(,r13,3104)
> 003A72  50B0  D25C003119 | STr11,_temp9(,r13,604)
> 003A76  DE03  D25C  1000  003119 | ED_temp9(4,r13,604),_shadow21(r1,0)
> 003A7C  4110  E003003119 | LAr1,#AddressShadow(,r14,3)
> 003A80  41F0  E00A003119 | LAr15,#AddressShadow(,r14,10)
> 003A84  D202  1001  D25D  003119 | MVC   _shadow21(3,r1,1),_temp9(r13,605)
> 003A8A  9240  E003003119 | MVI   _shadow21(r14,3),64
> 003A8E  5810  8000003119 | L r1,REPT_PTR(,r8,0)
> 003A92  50B0  D2E4003119 | STr11,_temp8(,r13,740)
> 003A96  41B0  E017003119 | LAr11,#AddressShadow(,r14,23)
> 003A9A  4110  100E003119 | LAr1,_shadow21(,r1,14)
> 003A9E  DE03  D2E4  1000  003119 | ED_temp8(4,r13,740),_shadow21(r1,0)
> 003AA4  D202  F001  D2E5  003119 | MVC
> _shadow21(3,r15,1),_temp8(r13,741)
> 003AAA  9240  E00A003119 | MVI   _shadow21(r14,10),64
> 003AAE  5810  8000003119 | L r1,REPT_PTR(,r8,0)
> 003AB2  E3F0  DB98  0004  003119 | LGr15,#SPILL0(,r13,2968)
> 003AB8  D202  E011  1010  003119 | MVC
> _shadow21(3,r14,17),_shadow21(r1,16)
> 003ABE  5810  8000003119 | L r1,REPT_PTR(,r8,0)
> 003AC2  D206  D2D4  F4A4  003119 | MVC   _temp19(7,r13,724),'
> ..'(r15,1188)
> 003AC8  D203  D26C  1013  003119 | MVC
> _temp15(4,r13,620),_shadow18(r1,19)
> 003ACE  4110  D26C003119 | LAr1,_temp15(,r13,620)
> 003AD2  D202  D24C  1001  003119 | MVC
> _temp11(3,r13,588),_shadow12(r1,1)
> 003AD8  4110  D24C003119 | LAr1,_temp11(,r13,588)
> 003ADC  DE06  D2D4  1000  003119 | ED_temp19(7,r13,724),_temp11(r1,0)
> 003AE2  D205  B000  D2D5  003119 | MVC
> _shadow21(6,r11,0),_temp19(r13,725)
> 003AE8  5810  8000003119 | L r1,REPT_PTR(,r8,0)
> 003AEC  D206  D2CC  F4A4  003119 | MVC   _temp21(7,r13,716),'
> ..'(r15,1188)
> 003AF2  D202  D249  101B  003119 | MVC
> _temp18(3,r13,585),_shadow12(r1,27)
> 003AF8  D202  D246  D249  003119 | MVC
> _temp20(3,r13,582),_temp18(r13,585)
> 003AFE  4110  E028003119 | LAr1,#AddressShadow(,r14,40)
> 003B02  E300  D246  0090  003119 | LLGC  r0,(,r13,582)
> 003B08  E300  3114  0080  003119 | NGr0,=X' 000F'
> 003B0E  41B0  D246003119 | LAr11,_temp20(,r13,582)
> 003B12  4200  D246   

Re: SVC 99 trace

2012-05-15 Thread Miklos Szigetvari
Hi

Thank you Ed, it is in DB2, but I will try to SLIP on the allocation error
message, and if not works I wil try the IF trap.




> On 5/15/2012 11:26 AM, Miklos Szigetvari wrote:
>> Searching for a tool to trace SVC 99(i.e. see the text units)
>> (I had this several years ago, SLIP or GTF ?, unbale to find now)
>
> Use SLIP IF with A=SYNCSVCD to produce an SVC dump just after the SVC99 is
> issued. In IPCS select 'SVC99RB' from the 2.6i menu.
>
> --
> Edward E Jaffe
> Phoenix Software International, Inc
> 831 Parkview Drive North
> El Segundo, CA 90245
> 310-338-0400 x318
> edja...@phoenixsoftware.com
> http://www.phoenixsoftware.com/
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
>
>

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


Re: EXCP count like SDSF

2012-05-15 Thread Miklos Szigetvari
Hi

Thank you foe everybody I will use this


> On 5/15/2012 11:37 AM, Rob Scott wrote:
>> Look at ASCBIOSX and ASCBIOSC in the ASCB (IHAASCB)
>
> ASCBIOSX DSD - I/O service measure extended.   @0AC
> *  This is like ASCBIOSC but it is @0AA
> *  extended to 8 bytes, so its @0AA
> *  value continuestto grow past the@0AA
> *  4GB ASCBIOSC maximum capacity.  @0AA
> *  Serialization - CSG.@0AA
>
> Oops. I forgot to mention the newer 8-byte IOSX field. Thanks, Rob!
>
> --
> Edward E Jaffe
> Phoenix Software International, Inc
> 831 Parkview Drive North
> El Segundo, CA 90245
> 310-338-0400 x318
> edja...@phoenixsoftware.com
> http://www.phoenixsoftware.com/
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
>
>

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


EXCP count like SDSF

2012-05-15 Thread Miklos Szigetvari
Hi

Is it possible to find the actual EXCP count value in the address spac ?

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


SVC 99 trace

2012-05-15 Thread Miklos Szigetvari
Hi

Searching for a tool to trace SVC 99(i.e. see the text units)
(I had this several years ago, SLIP or GTF ?, unbale to find now)

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


Re: Any "simple" tool to monitor the storage uasge ?

2012-05-04 Thread Miklos Szigetvari

Hi

Thank you, I will try out with REXX and stem.
I would need something , shows the running address space memory usage in 
some time intervals.



On 04.05.2012 13:13, Rob Scott wrote:

The MXI 4.3 freeware product comes with a REXX interface - it returns the 
information that would have been presented on the screen as a set of REXX stem 
variables for each logical line.

The commercial version of MXI has an enhanced REXX API where you can directly access each 
column variable without having to parse the screen "line".

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


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Miklos Szigetvari
Sent: 04 May 2012 11:35
To: IBM-MAIN@bama.ua.edu
Subject: Any "simple" tool to monitor the storage uasge ?

Hi

Any simple tool, to monitor the storage usage of an address space ?
I'm using now the MXI from Rob Scott, and it is very good, but I would need 
something like a function call to get this in a program or in REXX

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

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



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


Any "simple" tool to monitor the storage uasge ?

2012-05-04 Thread Miklos Szigetvari

Hi

Any simple tool, to monitor the storage usage of an address space ?
I'm using now the MXI from Rob Scott, and it is very good, but I would 
need something like a function call to get this

in a program or in REXX

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


Re: 1.12 1.13 JES2 toleration PTF APPLY problem

2012-05-03 Thread Miklos Szigetvari

On 03.05.2012 14:22, Tom Marchant wrote:

On Wed, 2 May 2012 13:06:56 +0200, Miklos Szigetvari wrote:


O.k now, but how can I copy an FMID from one target to another ?

BUILDMCS


Hi


Thank you

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


Re: 1.12 1.13 JES2 toleration PTF APPLY problem

2012-05-02 Thread Miklos Szigetvari

Hi

Thank you for the reply.
We have HJE7770 , but for some reason several target zones, and  the 
FMID is not in the traget zone, I tought to be the active one.
I think it was a missunderstanding between me and the guy from the IBM 
who installed z/OS 1.12.

After applying in the correct zone, the two JES works happily together.
But now not the ZFS, but it is another story.


On 02.05.2012 15:14, Lizette Koehler wrote:

Hi

I have received the UA59435 JES2 toleration PTF , but for the APPLY check

I got

GIM37903E ** APPLY PROCESSING FAILED FOR SYSMOD UA59435 BECAUSE IT HAS NO
   APPLICABLE ++VER MCS.
Maybe somebody has seen this ?


Typically this means that version of the software (JES2 in this case) is not
in the zone.  The PTF UA59435 only applies to the following

* USERS AFFECTED: All users of HJE7750, HJE7760, and HJE7770   *
* who plan to run an HJE7780 version of JES2   *
* in the same MAS

If one of these FMIDs is not in your target zone then it is you probably do
not need to install this fix.  If you want this particular fix, then you
need to find the correct version of this ptf for your level of JES2.

Can you search IBMLINK to see which version would apply to your system?  If
the fix is for different versions of JES2 then there will be different
versions of the same PTF.  You just need to find the one that matches your
environment.  If you do not find a PTF for your version of JES2 then you
either cannot install this type of fix/toleration or it is not needed.

Lizette

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



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


Re: 1.12 1.13 JES2 toleration PTF APPLY problem

2012-05-02 Thread Miklos Szigetvari

Hi



On 02.05.2012 14:59, Walter Marguccio wrote:

- Original Message -
From: Miklos Szigetvari
O.k now, but how can I copy an FMID from one target to another ?

Miklos,

what do you want to accomplish, exactly ? Why would you want to copy
an FMID from one target zone to another ?


I think it is in the wrong place

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: INFO IBM-MAIN



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


Re: 1.12 1.13 JES2 toleration PTF APPLY problem

2012-05-02 Thread Miklos Szigetvari

Hi

Thank you, it was not in the selected target, but in another.

O.k now, but how can I copy an FMID from one target to another ?


On 02.05.2012 11:16, Walter Marguccio wrote:

- Original Message -

From: Miklos Szigetvari


GIM37903E ** APPLY PROCESSING FAILED FOR SYSMOD UA59435 BECAUSE IT HAS NO
  APPLICABLE ++VER MCS.

looks like the PTF has been applied in the wrong zone. Are you sure you choose 
the right JES zone ?

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: INFO IBM-MAIN



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


1.12 1.13 JES2 toleration PTF APPLY problem

2012-05-02 Thread Miklos Szigetvari

Hi

I have received the UA59435 JES2 toleration PTF , but for the APPLY 
check I got

GIM37903E ** APPLY PROCESSING FAILED FOR SYSMOD UA59435 BECAUSE IT HAS NO
 APPLICABLE ++VER MCS.
Maybe somebody has seen this ?

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


SDSF JES $JOURNAL Can somebody read this ?

2012-04-24 Thread Miklos Szigetvari

Hi

Is there something important in SDSF JES $JOURNAL and $INTTEXT ?

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


Re: Any SMF Cut for MVS Commands "cancel"

2012-04-24 Thread Miklos Szigetvari

If the NETVIEW doesn't  logs this, I don't know how to find .
It was issued from NETVIEW
You will not find via SMF.

On 24.04.2012 10:47, Ravi Gaur wrote:

job got S222 from type30 however that doesn't give answer to me who did it..
Nothing in netlog..

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




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


Re: SV: SV: Jobid on SDSF PS panel ?

2012-04-20 Thread Miklos Szigetvari

On 4/20/2012 1:27 PM, Thomas Berg wrote:

I mean just/only '?'.


No answer at all for "?"


Regards,
Thomas Berg
__
Thomas Berg   Specialist   AM/DQS   SWEDBANK AB (publ)




-Ursprungligt meddelande-
Från: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] För
Miklos Szigetvari
Skickat: den 20 april 2012 13:26
Till: IBM-MAIN@bama.ua.edu
Ämne: Re: SV: Jobid on SDSF PS panel ?

Yes , with  "ARRANGE ? " but no JOBID
As far as I can remember it is a "default" SDSF setup

On 4/20/2012 1:17 PM, Thomas Berg wrote:

Have You tried with the '?' command ?



Regards,
Thomas Berg
__
Thomas Berg   Specialist   AM/DQS   SWEDBANK AB (publ)




-Ursprungligt meddelande-
Från: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] För
Miklos Szigetvari
Skickat: den 20 april 2012 13:11
Till: IBM-MAIN@bama.ua.edu
Ämne: Re: Jobid on SDSF PS panel ?

Hi

Thank you Bob, with ARRANGE ? I don't see it  at all, but I  don't

see

the JOBNAME either

On 4/20/2012 12:59 PM, Richards, Robert B. wrote:

Replying to my own post. I forgot a step.

On the action bar, pull down "VIEW" and select 2 (Arrange).

Bob


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On

Behalf Of Richards, Robert B.

Sent: Friday, April 20, 2012 6:53 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Jobid on SDSF PS panel ?

Miklos,

Type "ARRANGE" and see if it has a / in front of it.

Bob

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On

Behalf Of Miklos Szigetvari

Sent: Friday, April 20, 2012 6:38 AM
To: IBM-MAIN@bama.ua.edu
Subject: Jobid on SDSF PS panel ?

Hi

Can't find the JOBID field on the SDSF PS panel (nor via REXX) .
Do I lost it or I need to customize ?
(z/OS 1.12 missing but I have it on 1.13)



--

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



--

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



--

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


-

-

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

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


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

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



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


Re: SV: Jobid on SDSF PS panel ?

2012-04-20 Thread Miklos Szigetvari

Yes , with  "ARRANGE ? " but no JOBID
As far as I can remember it is a "default" SDSF setup

On 4/20/2012 1:17 PM, Thomas Berg wrote:

Have You tried with the '?' command ?



Regards,
Thomas Berg
__
Thomas Berg   Specialist   AM/DQS   SWEDBANK AB (publ)




-Ursprungligt meddelande-
Från: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] För
Miklos Szigetvari
Skickat: den 20 april 2012 13:11
Till: IBM-MAIN@bama.ua.edu
Ämne: Re: Jobid on SDSF PS panel ?

Hi

Thank you Bob, with ARRANGE ? I don't see it  at all, but I  don't see
the JOBNAME either

On 4/20/2012 12:59 PM, Richards, Robert B. wrote:

Replying to my own post. I forgot a step.

On the action bar, pull down "VIEW" and select 2 (Arrange).

Bob


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On

Behalf Of Richards, Robert B.

Sent: Friday, April 20, 2012 6:53 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Jobid on SDSF PS panel ?

Miklos,

Type "ARRANGE" and see if it has a / in front of it.

Bob

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On

Behalf Of Miklos Szigetvari

Sent: Friday, April 20, 2012 6:38 AM
To: IBM-MAIN@bama.ua.edu
Subject: Jobid on SDSF PS panel ?

   Hi

Can't find the JOBID field on the SDSF PS panel (nor via REXX) .
Do I lost it or I need to customize ?
(z/OS 1.12 missing but I have it on 1.13)

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

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

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


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

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



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


Re: Jobid on SDSF PS panel ?

2012-04-20 Thread Miklos Szigetvari

Hi

Thank you Bob, with ARRANGE ? I don't see it  at all, but I  don't see 
the JOBNAME either


On 4/20/2012 12:59 PM, Richards, Robert B. wrote:

Replying to my own post. I forgot a step.

On the action bar, pull down "VIEW" and select 2 (Arrange).

Bob


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Richards, Robert B.
Sent: Friday, April 20, 2012 6:53 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Jobid on SDSF PS panel ?

Miklos,

Type "ARRANGE" and see if it has a / in front of it.

Bob

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Miklos Szigetvari
Sent: Friday, April 20, 2012 6:38 AM
To: IBM-MAIN@bama.ua.edu
Subject: Jobid on SDSF PS panel ?

  Hi

Can't find the JOBID field on the SDSF PS panel (nor via REXX) .
Do I lost it or I need to customize ?
(z/OS 1.12 missing but I have it on 1.13)

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

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

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



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


Jobid on SDSF PS panel ?

2012-04-20 Thread Miklos Szigetvari

Hi

Can't find the JOBID field on the SDSF PS panel (nor via REXX) .
Do I lost it or I need to customize ?
(z/OS 1.12 missing but I have it on 1.13)

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


Re: DESERV for HFS Folders?

2012-04-20 Thread Miklos Szigetvari

Hi

For HFS I would not try with DESERV, but with "readdir"

On 4/20/2012 2:58 AM, Charles Mills wrote:

I need to be able to process for input all members of a PDS, PDSE, or HFS
folder. I need to process them individually - the order does not matter -
and not as one big concatenated file.



DESERV GET_ALL will get me the names if it's a PDS or PDSE (and I can take
it from there) but what about a USS (gasp!) folder? Does DESERV see it as a
PDS? The documentation doesn't say it does but a fellow can hope.



The main program is in C. Have I missed a library routine that will do this?



What about the old-fashioned PDS technique - emulated for PDSE - of reading
the directory of the PDS with BPAM and parsing the 256-byte directory
blocks? Does BPAM simulate that for an HFS folder like it simulates it for a
PDSE?



Any other good solutions to this problem?



Thanks,



Charles


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




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


Re: Modernizing the BCP code ?

2012-04-12 Thread Miklos Szigetvari

Hi

I appreciate your answer, and understand your point
I have just seen the REXX (System REXX etc ? ) IRXINIT dump, and looked 
into the SYS1.SHASSRC.



On 4/12/2012 4:49 PM, John Eells wrote:

Miklos Szigetvari wrote:

  Hi

We try to modernize our code here, with relative instructions, long
displacements , immediate s etc etc
What about the control program ?
Just got some REXX IRXINIT dumps, and seems to me the code is not very
modern.




If you look at the past several releases' worth of LSPRs, you will see 
that we *do* work on the performance of the BCP and other z/OS 
components.  But we prioritize what we do to maximize the overall 
system performance return you (and we) get for our efforts.  There 
doesn't seem to be much value in "modernization" for its own sake, or 
in expending effort on code paths that are relatively rarely traveled 
and that work fine today.  (We do have to test this stuff too, after 
all.)  Also, when optimization requires data area restructuring, 
particularly for older data areas, it can be disruptive in terms of 
compatibility.


Other than what you can see in the LSPR and in capacity planning 
tools, this is an "invisible" effort when we do it right, but there 
can be real benefits.  If you can move down the n-way curve as a 
result of improvements we make, for example, you can gain capacity 
both from the performance improvements themselves and from a reduction 
of n-way overheads.


This is not to say that you will not have any "hot spots" on your 
systems in z/OS code which, if optimized, could help one or more of 
your particular workloads, just that they haven't risen to a level 
where we've seen them as important enough at an overall system level 
to work on them.  But "backwater" code that lives far away from any 
frequently-traveled mainstream code path is an unlikely optimization 
target.




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


Modernizing the BCP code ?

2012-04-12 Thread Miklos Szigetvari

Hi

We try to modernize our code  here, with relative instructions, long 
displacements , immediate s etc etc

What about the control program ?
Just got some REXX IRXINIT dumps,  and seems to me the code is  not very 
modern.


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


Re: HSM to open systems

2012-04-12 Thread Miklos Szigetvari

Hi

On 4/11/2012 11:07 PM, Uriel Carrasquilla wrote:

Hi Miklos.
Interesting situation with the HSM exits.
Can you view the HSM ML2 files under USS using vi or more?

I don't touch the content, so the data remain in ML1 compressed format
I guess it would be not so hard to decompress somehow, but currently I 
just move the files, nothing with content .

Is the data compressed under the USS file system?

No

I suspect I could use something like FTP (or similar products) to copy to a 
Linux on Intel from the HSM exit.  Is that possible?

We have here NFS client in z/OS, so we directly write to the Unix files.
I think via FTP API the FTP would be also possible

Regards,
Uriel

From: IBM Mainframe Discussion List [IBM-MAIN@bama.ua.edu] on behalf of Miklos 
Szigetvari [miklos.szigetv...@isis-papyrus.com]
Sent: Wednesday, April 11, 2012 10:17 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: HSM to open systems

Hi

Not the same as your case, but we have here HSM exits, to use HFS (Unix)
dataset in the place of ML2
So with this exit we migrate/recall everything from/ to HFS (Unix) .


On 4/11/2012 3:41 PM, Uriel Carrasquilla wrote:

My company is in the process of sun setting our MF.
We have about 40 TBytes of data under HSM control.
I have been tasked with the responsibility to pull the data and put it under a 
Unix/Linux system as an archived data.
The only time we will need to reference it (without the MF) is in case some of 
our users need to retrieve one of the files (not to update), just to look at.
We are supposed to keep the data for up to 15 years.
Any suggestions will be greatly appreciated.
Uriel

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



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

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



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


Re: HSM to open systems

2012-04-11 Thread Miklos Szigetvari
John I can send the source but it is C++ (and some assembler )



>
>
>> -Original Message-
>> From: IBM Mainframe Discussion List
>> [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Miklos Szigetvari
>> Sent: Wednesday, April 11, 2012 9:17 AM
>> To: IBM-MAIN@bama.ua.edu
>> Subject: Re: HSM to open systems
>>
>> Hi
>>
>> Not the same as your case, but we have here HSM exits, to use
>> HFS (Unix)
>> dataset in the place of ML2
>> So with this exit we migrate/recall everything from/ to HFS (Unix) .
>
> Neat! Any way to get access to those exits?
>
> --
> John McKown
> Systems Engineer IV
> IT
>
> Administrative Services Group
>
> HealthMarkets(r)
>
> 9151 Boulevard 26 * N. Richland Hills * TX 76010
> (817) 255-3225 phone *
> john.mck...@healthmarkets.com * www.HealthMarkets.com
>
> Confidentiality Notice: This e-mail message may contain confidential or
> proprietary information. If you are not the intended recipient, please
> contact the sender by reply e-mail and destroy all copies of the original
> message. HealthMarkets(r) is the brand name for products underwritten and
> issued by the insurance subsidiaries of HealthMarkets, Inc. -The
> Chesapeake Life Insurance Company(r), Mid-West National Life Insurance
> Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
>

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


Re: HSM to open systems

2012-04-11 Thread Miklos Szigetvari

Hi

Not the same as your case, but we have here HSM exits, to use HFS (Unix) 
dataset in the place of ML2

So with this exit we migrate/recall everything from/ to HFS (Unix) .


On 4/11/2012 3:41 PM, Uriel Carrasquilla wrote:

My company is in the process of sun setting our MF.
We have about 40 TBytes of data under HSM control.
I have been tasked with the responsibility to pull the data and put it under a 
Unix/Linux system as an archived data.
The only time we will need to reference it (without the MF) is in case some of 
our users need to retrieve one of the files (not to update), just to look at.
We are supposed to keep the data for up to 15 years.
Any suggestions will be greatly appreciated.
Uriel

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




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


Re: LE enclave calls another LE enclave

2012-03-28 Thread Miklos Szigetvari

Hi

Probably no exact your case

We had a C++ application main program (LE enclave), we got some errors 
as tried to call from COBOL LE


We inserted a small  LE conform assembler routine between the COBOL and 
C++, it issued a BPX1SDD DUB process and

an ATTACH to attach the C++ main program .


It is working in this way with COBOL and C++

On 3/27/2012 6:16 PM, Bernd Oppolzer wrote:

Hello all,

we have a problem that is not easy to describe. Let me try it.

We are building a test supporting system, which allows to do tests of 
software

components. The system consists of the following modules or parts:

A - driver, written in ASSEMBLER. The driver builds a LE enclave, so 
that it
can call C subfunctions and the test objects, which are (normally) 
PL/1 routines


B - driver supporting routine, written in C. This routine provides 
services OPEN,
WRITE and CLOSE. It is called by the driver. On OPEN, it fetches a 
testcase list
from the testcase database and builds a linked list in memory (in the 
LE heap).
It also opens a log file for writing. On WRITE, it writes some 
protocol data

on the log file. On CLOSE, it closes the log file.

C - driver exit, written in ASSEMBLER. It is called at the beginning 
of the test object
(at the entry point) by means of TRAP2 interrupts. It has access to 
the testcase list
element that B took from the testcase database for the current 
testcase. It then calls
D, passing the address of the testcase list element. D reads the 
testcase data,
builds a parameter list for the testcase, and returns a parameter 
list. Then the
driver exits resumes the test object at the position of the entry 
point (this way

the test data is passed to the test object).

D - is a C routine which reads the data from the testcase data base 
and builds the
parameter list for the test object - because this is much easier to do 
in C than in

ASSEMBLER.

Now the problem:

all works well, if the test object is a PL/1 subroutine and not a main 
program. Then
the LE enclave built by A is used by B, passed to the test object, and 
used by D as well.
There is no problem passing the LE environment through the TRAP2 
interrupt.


But:

we also want to be able to test PL/1 main programs this way. The PL/1 
main programs
are called by the driver the same way as the modules are called, but 
because they are
started at CEESTART, a second LE enclave below the first enclave is 
built. Then C and
D run below the second enclave. This is no problem so far, because 
there is no need
to share ressources between the two enclaves; the only information 
exchange is through
the testcase list element which belongs to the heap of the first 
enclave, and this is no problem,

in our opinion.

But:

when we return from the test object and we try to execute the WRITE 
call to B in the

first enclave, it fails in the prologue of B.

We first thought that reg 12 had not be restored correctly, but this 
is not the case.
Reg 12 is the same as before the call of the PL/1 main, points to the 
original CEECAA.
Also, the save area (including NAB etc, the words behind offsets 72) 
are unchanged.
But still, we get abends 0C4 etc. in the prologue of B. But only in 
the PL/1 main case,

if there is a second enclave, not in the other case.

We fixed this problem by doing the WRITE and CLOSE calls not in the 
same (first)
enclave as the OPEN call, but instead we did all the subsequent calls 
by an intermediate
PL/1 main, that is: after the PL/1 test object main destroyed somehow 
our first enclave,
we didn't use it any more, but instead constructed new enclaves for 
every subsequent

call at the same level. But this doesn't look very sound to me.

My question is: has somebody out there an idea, what has happened here 
and what
might be a solution to our problem? Is it possible to have one LE 
enclave call another
and on return from the second still have the first one usable? What 
are we getting wrong?


Kind regards

Bernd

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




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


Re: Assembler - convrssion of Epoch (Unix) time to printable

2012-03-27 Thread Miklos Szigetvari

On 3/27/2012 11:19 AM, Arye Shemer wrote:

Hello distinguished forummers,
I need help in finding a method of converssion Epoch (Unix) time to
printable format in an Assembler program,
Any clue how to achieve this ?

Thank you,

Arye Shemer.

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



check CEE.SCEESAMP(CEEIVP)

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


Re: Assembler - convrssion of Epoch (Unix) time to printable

2012-03-27 Thread Miklos Szigetvari

Hi

I would look into the LE callable services
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/CEEA31B0/CCONTENTS?SHELF=CEE2BKB1&DN=SA22-7562-12&DT=20100625181724

On 3/27/2012 11:19 AM, Arye Shemer wrote:

Hello distinguished forummers,
I need help in finding a method of converssion Epoch (Unix) time to
printable format in an Assembler program,
Any clue how to achieve this ?

Thank you,

Arye Shemer.

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




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


Re: rexx cpu intensive

2012-03-26 Thread Miklos Szigetvari

Hi

Any end of the story ?

On 3/21/2012 4:38 PM, Tim Brown wrote:

What can be done to prevent REXXX programs from being so CPU intensive



Thanks,



Tim Brown
Systems Specialist - Project Leader
Central Hudson Gas&  Electric
284 South Ave
Poughkeepsie, NY 12601
Email: tbr...@cenhud.com<>
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255




This message contains confidential information and is only for the intended 
recipient. If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended 
recipient, please notify the sender immediately by replying to this note and 
deleting all copies and attachments.








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




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


Re: rexx cpu intensive

2012-03-22 Thread Miklos Szigetvari
The CPU usage of the compiled REXX code was here,  about 1/10 of the 
interpreted REXX code.




On 3/21/2012 4:38 PM, Tim Brown wrote:

What can be done to prevent REXXX programs from being so CPU intensive



Thanks,



Tim Brown
Systems Specialist - Project Leader
Central Hudson Gas&  Electric
284 South Ave
Poughkeepsie, NY 12601
Email: tbr...@cenhud.com<>
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255




This message contains confidential information and is only for the intended 
recipient. If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended 
recipient, please notify the sender immediately by replying to this note and 
deleting all copies and attachments.








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




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


Time stay still in seconds

2012-03-19 Thread Miklos Szigetvari

Hi

We are now in 2012 and thing are occurring in mill or nanosecond 
intervals, but some functions still working in seconds range.

Disturb me ,:
-  the JES job-log time stamps are in seconds
-  LOGREC  IFCEREP query in seconds
If someone has an idea to overcome this

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


Re: Hypothetical Performance Question

2012-03-16 Thread Miklos Szigetvari

Hi

(As it is Friday)
We have customers complaining (and they have right) about a CPU usage 
for an idle STC about 0.04 CPU second/hour.


On 3/15/2012 8:24 PM, Gibney, Dave wrote:

Between little and none :) IMHO

Dave Gibney
Information Technology Services
Washington State University



-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of Kent Ramsay
Sent: Thursday, March 15, 2012 12:12 PM
To: IBM-MAIN@bama.ua.edu
Subject: Hypothetical Performance Question

Hi,

A hypothetical question but first the setting: A customer has two jobs auto-
submitted within five minutes of each other. Job 1 grabs the dozen or so data
sets and executes, leaving Job 2 with a formal "waiting for data sets"
situation. Obviously, when Job 1 finishes, Job 2 actually starts. Now the
question: While Job 2 is queued up waiting for the data sets, is there any
appreciable use of CPU by z/OS or JESx services to continually check to see if
the data sets are free, yet? In this case, Job 1 runs for almost 4 hours so
Allocation services is checked at least occasionally. I'm not interested in 
doing
a charge-back, just wondering if there's any real cpu usage.

Since this cropped up, the customer has changed the job schedule to submit
Job 2 after Job 1 completes but the mind wonders. Thanks.

Kent

Kent Ramsay
425.681.2278

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

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




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


Re: Error Message ARC0744E MCDS COULD NOT BE BACKED UP, RC=0036

2012-03-15 Thread Miklos Szigetvari

Hi

Remeber darkly we have just copied the missing version from an existing one.
But maybe if you can verify if it has really gone


On 3/15/2012 2:49 PM, George Rodriguez wrote:

Hi Miklos,

I don't know what happened to the seventh version of the dataset. If one
was gone, I would say that someone deleted it, but the fact that all 3 of
the backups are gone is strange.

Do you know what I need to do to fix the problem?

Thanks,
George Rodriguez
Specialist II - IT Solutions
Application Support / Quality Assurance
PX - 47652
(561) 357-7652 (office)
(561) 707-3496 (mobile)
School District of Palm Beach County
3348 Forest Hill Blvd.
Room B-241
West Palm Beach, FL. 33406-5869
Florida's Only A-Rated Urban District For Seven Consecutive Years

- Original Message -----
From: Miklos Szigetvari [mailto:miklos.szigetv...@isis-papyrus.com]
Sent: Thursday, March 15, 2012 09:39 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Error Message ARC0744E MCDS COULD NOT BE BACKED UP, RC=0036

Hi

I see 7 backupcopies, but 6 datasets.
(I have here 2 backupcopies and 2 datasets)
Cant happen that the D0003982 has gone ?

On 3/15/2012 2:28 PM, George Rodriguez wrote:

Hi Paolo,

Every single one looks like this:

Data Set Name . . . . : DFHSM.MCDS.BACKUP.D0003983

General Data   Current Allocation
   Management class . . : **None**Allocated cylinders : 65
   Storage class  . . . : **None**Allocated extents . : 10
Volume serial . . . : PHSM02
Device type . . . . : 3390
   Data class . . . . . : **None**
Organization  . . . : PS Current Utilization
Record format . . . : U   Used cylinders  . . : 63
Record length . . . : 0   Used extents  . . . : 10
Block size  . . . . : 18432
1st extent cylinders: 20
Secondary cylinders : 5  Dates
Data set name type  : Creation date . . . :

2002/06/07

SMS Compressible. . : NO  Referenced date . . :

2012/03/15

  Expiration date . . :

***None***

I even browsed the file and it looks good...

*George Rodriguez*
*Specialist II - IT Solutions*
*Application Support / Quality Assurance*
*PX - 47652*
*(561) 357-7652 (office)*
*(561) 707-3496 (mobile)*
*School District of Palm Beach County*
*3348 Forest Hill Blvd.*
*Room B-251*
*West Palm Beach, FL. 33406-5869*
*Florida's Only A-Rated Urban District For Seven Consecutive Years*



On Thu, Mar 15, 2012 at 9:20 AM, Paolo Cacciari
wrote:


George,

try to get a look to the D0003983  datasets; maybe one of those has an
invalid format.


Paolo Cacciari
IBM Senior IT Specialist - Certified




From:   George Rodriguez
To: IBM-MAIN@bama.ua.edu
Date:   15/03/2012 14:01
Subject:Re: Error Message ARC0744E MCDS COULD NOT BE BACKED UP,
RC=0036
Sent by:IBM Mainframe Discussion List



Dave,

Here's what I got:

F DFSMSHSM,Q CDSVERSIONBACKUP
ARC0101I QUERY CDSVERSIONBACKUP COMMAND STARTING ON 743
ARC0101I (CONT.) HOST=1
ARC0375I CDSVERSIONBACKUP, 744
ARC0375I (CONT.) MCDSBACKUPDSN=DFHSM.MCDS.BACKUP,
ARC0375I (CONT.) BCDSBACKUPDSN=DFHSM.BCDS.BACKUP,
ARC0375I (CONT.) OCDSBACKUPDSN=DFHSM.OCDS.BACKUP,
ARC0375I (CONT.) JRNLBACKUPDSN=DFHSM.JRNL.BACKUP
ARC0376I BACKUPCOPIES=0007, BACKUPDEVICECATEGORY=DASD, 745
ARC0376I (CONT.) LATESTFINALQUALIFIER=D0003988, DATAMOVER=DSS
ARC0101I QUERY CDSVERSIONBACKUP COMMAND COMPLETED ON 746
ARC0101I (CONT.) HOST=1

it looks like 3988 is the last good on and I have it out there...
*
*
*George Rodriguez*
*Specialist II - IT Solutions*
*Application Support / Quality Assurance*
*PX - 47652*
*(561) 357-7652 (office)*
*(561) 707-3496 (mobile)*
*School District of Palm Beach County*
*3348 Forest Hill Blvd.*
*Room B-251*
*West Palm Beach, FL. 33406-5869*
*Florida's Only A-Rated Urban District For Seven Consecutive Years*



On Thu, Mar 15, 2012 at 8:51 AM, O'Brien, David W. (NIH/CIT) [C]<
obrie...@mail.nih.gov>   wrote:


It won't hurt to issue the query to find out what HSM is looking for.

-Original Message-
From: George Rodriguez [mailto:george.rodrig...@palmbeachschools.org]
Sent: Thursday, March 15, 2012 8:43 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Error Message ARC0744E MCDS COULD NOT BE BACKED UP,

RC=0036

Even though I didn't get the ARC0745E error message? I looked for

it...

*
*
*George Rodriguez*
*Specialist II - IT Solutions*
*Application Support / Quality Assurance* *PX - 47652*
*(561) 357-7652 (office)*
*(561) 707-3496 (mobile)*
*School District of Palm Beach County*
*3348 Forest Hill Blvd.*
*Room B-251*
*West Palm Beach, FL. 33406-5869*
*Florida's Only A-Rated Urban District For Seven Consecutive Years*



On Thu, Mar 15, 2012 at 8:39 AM, O'Brien, David W. (NIH/CIT) [C]<
obrie...@mail.nih.gov>   wrote:


George,

I would suggest following the steps outlined in ARC0745E or opening a
ticket with IBM.

-Original Message-
From: George

Re: Error Message ARC0744E MCDS COULD NOT BE BACKED UP, RC=0036

2012-03-15 Thread Miklos Szigetvari

Hi

I see 7 backupcopies, but 6 datasets.
(I have here 2 backupcopies and 2 datasets)
Cant happen that the D0003982 has gone ?

On 3/15/2012 2:28 PM, George Rodriguez wrote:

Hi Paolo,

Every single one looks like this:

Data Set Name . . . . : DFHSM.MCDS.BACKUP.D0003983

General Data   Current Allocation
  Management class . . : **None**Allocated cylinders : 65
  Storage class  . . . : **None**Allocated extents . : 10
   Volume serial . . . : PHSM02
   Device type . . . . : 3390
  Data class . . . . . : **None**
   Organization  . . . : PS Current Utilization
   Record format . . . : U   Used cylinders  . . : 63
   Record length . . . : 0   Used extents  . . . : 10
   Block size  . . . . : 18432
   1st extent cylinders: 20
   Secondary cylinders : 5  Dates
   Data set name type  : Creation date . . . : 2002/06/07
   SMS Compressible. . : NO  Referenced date . . : 2012/03/15
 Expiration date . . : ***None***

I even browsed the file and it looks good...

*George Rodriguez*
*Specialist II - IT Solutions*
*Application Support / Quality Assurance*
*PX - 47652*
*(561) 357-7652 (office)*
*(561) 707-3496 (mobile)*
*School District of Palm Beach County*
*3348 Forest Hill Blvd.*
*Room B-251*
*West Palm Beach, FL. 33406-5869*
*Florida's Only A-Rated Urban District For Seven Consecutive Years*



On Thu, Mar 15, 2012 at 9:20 AM, Paolo Cacciari
wrote:


George,

try to get a look to the D0003983  datasets; maybe one of those has an
invalid format.


Paolo Cacciari
IBM Senior IT Specialist - Certified




From:   George Rodriguez
To: IBM-MAIN@bama.ua.edu
Date:   15/03/2012 14:01
Subject:Re: Error Message ARC0744E MCDS COULD NOT BE BACKED UP,
RC=0036
Sent by:IBM Mainframe Discussion List



Dave,

Here's what I got:

F DFSMSHSM,Q CDSVERSIONBACKUP
ARC0101I QUERY CDSVERSIONBACKUP COMMAND STARTING ON 743
ARC0101I (CONT.) HOST=1
ARC0375I CDSVERSIONBACKUP, 744
ARC0375I (CONT.) MCDSBACKUPDSN=DFHSM.MCDS.BACKUP,
ARC0375I (CONT.) BCDSBACKUPDSN=DFHSM.BCDS.BACKUP,
ARC0375I (CONT.) OCDSBACKUPDSN=DFHSM.OCDS.BACKUP,
ARC0375I (CONT.) JRNLBACKUPDSN=DFHSM.JRNL.BACKUP
ARC0376I BACKUPCOPIES=0007, BACKUPDEVICECATEGORY=DASD, 745
ARC0376I (CONT.) LATESTFINALQUALIFIER=D0003988, DATAMOVER=DSS
ARC0101I QUERY CDSVERSIONBACKUP COMMAND COMPLETED ON 746
ARC0101I (CONT.) HOST=1

it looks like 3988 is the last good on and I have it out there...
*
*
*George Rodriguez*
*Specialist II - IT Solutions*
*Application Support / Quality Assurance*
*PX - 47652*
*(561) 357-7652 (office)*
*(561) 707-3496 (mobile)*
*School District of Palm Beach County*
*3348 Forest Hill Blvd.*
*Room B-251*
*West Palm Beach, FL. 33406-5869*
*Florida's Only A-Rated Urban District For Seven Consecutive Years*



On Thu, Mar 15, 2012 at 8:51 AM, O'Brien, David W. (NIH/CIT) [C]<
obrie...@mail.nih.gov>  wrote:


It won't hurt to issue the query to find out what HSM is looking for.

-Original Message-
From: George Rodriguez [mailto:george.rodrig...@palmbeachschools.org]
Sent: Thursday, March 15, 2012 8:43 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Error Message ARC0744E MCDS COULD NOT BE BACKED UP, RC=0036

Even though I didn't get the ARC0745E error message? I looked for it...
*
*
*George Rodriguez*
*Specialist II - IT Solutions*
*Application Support / Quality Assurance* *PX - 47652*
*(561) 357-7652 (office)*
*(561) 707-3496 (mobile)*
*School District of Palm Beach County*
*3348 Forest Hill Blvd.*
*Room B-251*
*West Palm Beach, FL. 33406-5869*
*Florida's Only A-Rated Urban District For Seven Consecutive Years*



On Thu, Mar 15, 2012 at 8:39 AM, O'Brien, David W. (NIH/CIT) [C]<
obrie...@mail.nih.gov>  wrote:


George,

I would suggest following the steps outlined in ARC0745E or opening a
ticket with IBM.

-Original Message-
From: George Rodriguez [mailto:george.rodrig...@palmbeachschools.org]
Sent: Thursday, March 15, 2012 8:32 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Error Message ARC0744E MCDS COULD NOT BE BACKED UP,
RC=0036

No, none of them have. Here's the display of the backups:

DFHSM.BCDS *VSAM*
DFHSM.BCDS.BACKUP.D0003983 PHSM01
DFHSM.BCDS.BACKUP.D0003984 PHSM01
DFHSM.BCDS.BACKUP.D0003985 PHSM01
DFHSM.BCDS.BACKUP.D0003986 PHSM01
DFHSM.BCDS.BACKUP.D0003987 PHSM01
DFHSM.BCDS.BACKUP.D0003988 PHSM01
DFHSM.BCDS.DATAPHSM04
DFHSM.BCDS.INDEX   PHSM04
DFHSM.MCDS *VSAM*
DFHSM.MCDS.BACKUP.D0003983 PHSM02
DFHSM.MCDS.BACKUP.D0003984  

Re: More REXX SDSF CGI fun (was: Anybody used SDSF / REXX in HTTPD CGI pgm)

2012-03-02 Thread Miklos Szigetvari

On 3/2/2012 2:23 PM, Dana Mitchell wrote:

Thanks Miklos,

Perhaps since we are different releases:


MVS=z/OS 01.11.00
JES=z/OS1.11
SDSF=HQX7760

explains the different behaivor.  But I have worked around this issue.  My 
remaining issue is that I cannot get the REXX to successfully read a sysout 
dataset allocated via the SDSF  'SA' command.   EXECIO gets RC1.   Do you have 
such a REXX that is able to EXECIO and read an output dataset via SDSF 'SA' 
command?

Dana

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



Hi

Send you offlist maybe .

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


Re: More REXX SDSF CGI fun (was: Anybody used SDSF / REXX in HTTPD CGI pgm)

2012-03-02 Thread Miklos Szigetvari

Hi Dana

For me this script:

/* REXX */ .
say 'Content-type: text/html' .
say '' .
say '' .
say 'test jes interface' .
say '' .
rc=isfcalls('ON') .
.
/*/ .
/* Issue the WHO command */ .
/*/ .
Address SDSF "ISFEXEC WHO" .
.
/**/ .
/* The responses are returned in the isfresp stem */ .
/**/ .
do ix=1 to isfresp.0 .
Say "isfresp."ix "is:" isfresp.ix .
end .
rc=isfcalls('OFF') .
.
exit .

Gives back like this:

test jes interface

isfresp.1 is: USERID=ESA
isfresp.2 is: PROC=REXX
isfresp.3 is: TERMINAL=
isfresp.4 is: GRPINDEX=1
isfresp.5 is: GRPNAME=ISFSPROG
isfresp.6 is: MVS=z/OS 01.12.00
isfresp.7 is: JES=z/OS1.12
isfresp.8 is: SDSF=HQX7770
isfresp.9 is: ISPF=N/A
isfresp.10 is: RMF/DA=NOTACC
isfresp.11 is: SERVER=YES
isfresp.12 is: SERVERNAME=SDSF
isfresp.13 is: JESNAME=JES2
isfresp.14 is: MEMBER=MV1C
isfresp.15 is: JESTYPE=JES2
isfresp.16 is: SYSNAME=MV1C
isfresp.17 is: SYSPLEX=SYSPLEX
isfresp.18 is: COMM=NOTAVAIL

I have loged on as "ESA" user



On 3/1/2012 7:11 PM, Dana Mitchell wrote:

Hi Miklos,

according to rxenv.sh:

_BPX_USERID=dmitche
REMOTE_USER=dmitche


Whereas ISFEXEC WHO shows:

RC from WHO is 0

USERID=WEBSRV
PROC=REXX
TERMINAL=
GRPINDEX=3
GRPNAME=ISFREXX
MVS=z/OS 01.11.00
JES=z/OS1.11
SDSF=HQX7760
ISPF=N/A
RMF/DA=NOTACC
SERVER=YES
SERVERNAME=SDSF
JESNAME=JES2
MEMBER=TE01
JESTYPE=JES2
SYSNAME=TE01
SYSPLEX=ITSPLEX
COMM=NOTAVAIL

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




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


Re: Processor usage

2012-03-01 Thread Miklos Szigetvari

On 3/1/2012 11:32 AM, Rob Scott wrote:

If you are not going to use SMF-70 records, you could consider using the 
ERBSMFI programming service (see the RMF manual) as part of the information 
returned by this API includes the system CPU% busy (from MVS perspective rather 
than LPAR view IIRC) and page rate.

Note also that CMF provides an alias to this program as well so that any code 
you author for ERBSMFI should work all systems.

If this does not suit your requirements - then I think you are going to have to 
roll your own solution.

What exactly are you trying to achieve?

Hi

Trying to get processor utilization values, in smaller intervals , so in 
every 5 or 10 seconds, but the RMF SMF 70 record contains

this  values for an RMF INTERVAL (minimum 1 minute) , but not for a CYCLE .
I guess the RMF asks for this values in every CYCLE, but the storage SMF 
record will be updated/generated at the end of the INTERVAL
Not very clear what they intend to do with this values( I think only to 
report), and I agree,  it has not too much sense in short periods, on 
the other side the challenge is there,

(i.e. to provide something available all other platforms ) .


CPU utilization figures over very small intervals are next to meaningless on 
their own (in my opinion) and even sustained high CPU% over long periods could 
be OK as long as the WLM goals are being met.

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


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Miklos Szigetvari
Sent: 01 March 2012 09:40
To: IBM-MAIN@bama.ua.edu
Subject: Re: Processor usage

  Hi

One important point :
We would like to see this CPU utilization values , in every RMF CYCLE , and not 
in every RMF INTERVAL (A CYCLE can be 50millisecond , but the INTERVAL minimum 
1 minute ) Can we get this values in a smaller interval ?


On 2/29/2012 11:43 AM, Rob Scott wrote:

A simple calculation of physical CPU usage using SMF-70 :

100*(SMF_interval_stck - SMF70WAT)/SMF_interval_stck

(SMF_interval_stck is the STCK version of SMF70INT)

You can also process the LCPU (logical CPU) sections and work out busy% using 
the following fields :

SMF70PDT
SMF70EDT
SMF70WST
SMF70ONT

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


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Miklos Szigetvari
Sent: 29 February 2012 10:26
To: IBM-MAIN@bama.ua.edu
Subject: Re: Processor usage

   Hi

Just looking into the SMF 70 records.
Till now don't see the processor usage (or see , just don't understand ) , but 
I will try hard

On 2/29/2012 10:24 AM, Rob Scott wrote:

Examine the SMF type 70 records or use RMF to report on CPU/LCPU/LPAR
data

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

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of Miklos Szigetvari
Sent: 29 February 2012 09:18
To: IBM-MAIN@bama.ua.edu
Subject: Processor usage

Hi

My colleagues would like to know the processor usage for every processor on the 
machine or on the current LPAR .
Any way to find out something like this:  CPU1 was busy 50% in the
last
1 minute and CPU2 was busy in 10%

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

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


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

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


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

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



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

Re: Processor usage

2012-03-01 Thread Miklos Szigetvari

Hi

One important point :
We would like to see this CPU utilization values , in every RMF CYCLE , 
and not in every RMF INTERVAL

(A CYCLE can be 50millisecond , but the INTERVAL minimum 1 minute )
Can we get this values in a smaller interval ?


On 2/29/2012 11:43 AM, Rob Scott wrote:

A simple calculation of physical CPU usage using SMF-70 :

100*(SMF_interval_stck - SMF70WAT)/SMF_interval_stck

(SMF_interval_stck is the STCK version of SMF70INT)

You can also process the LCPU (logical CPU) sections and work out busy% using 
the following fields :

SMF70PDT
SMF70EDT
SMF70WST
SMF70ONT

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


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Miklos Szigetvari
Sent: 29 February 2012 10:26
To: IBM-MAIN@bama.ua.edu
Subject: Re: Processor usage

  Hi

Just looking into the SMF 70 records.
Till now don't see the processor usage (or see , just don't understand ) , but 
I will try hard

On 2/29/2012 10:24 AM, Rob Scott wrote:

Examine the SMF type 70 records or use RMF to report on CPU/LCPU/LPAR
data

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

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of Miklos Szigetvari
Sent: 29 February 2012 09:18
To: IBM-MAIN@bama.ua.edu
Subject: Processor usage

   Hi

My colleagues would like to know the processor usage for every processor on the 
machine or on the current LPAR .
Any way to find out something like this:  CPU1 was busy 50% in the
last
1 minute and CPU2 was busy in 10%

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

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


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

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



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


Re: More REXX SDSF CGI fun (was: Anybody used SDSF / REXX in HTTPD CGI pgm)

2012-03-01 Thread Miklos Szigetvari

Hi

There is a "rxenv.sh" in the samples, it would print out the envars , 
and I have


_BPX_USERID=esa

REMOTE_USER=esa


so just to see if it is running under the correct USER

On 2/29/2012 6:08 PM, Dana Mitchell wrote:

On Wed, 29 Feb 2012 16:16:41 +0100, Miklos 
Szigetvari  wrote:

You are probably running under the HTTP server's userid.
Protect /cgi-bin/*   CGI_Admin

Miklos,
I have this protection setup but my REXX exec still says it is running under 
the HTTP Server's userid.

But I found an answer to the 2nd part of my question.  In our ISFPARMS, we 
assign groups based on TSO JCL, OPER authorities,  but in the FM I find this:

When you use SDSF's REXX support, special values are assigned as follows:
Logon proc name Set to REXX.
TSO authority Set to JCL authority.

So this explains why the user isn't set to the group that I think it should.  I 
will have to add an assignment in my ISFPARMS member to assign properly.

Dana

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




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


Re: More REXX SDSF CGI fun (was: Anybody used SDSF / REXX in HTTPD CGI pgm)

2012-02-29 Thread Miklos Szigetvari

Hi
Thank you Kirk
It is completely new for me also(i.e. REST), but about the performance.
Are you sure that it is faster as SDSF/REXX ?
I mean,  I have never seen something slower as zOSMF.(We are in z/OS 1.12)


On 2/29/2012 4:10 PM, Kirk Wolf wrote:

Have you looked at the new "z/OS Jobs REST Interface"?   If it meets
your requirements, I believe that you will find that it far
outperforms a REXX/CGI program, which requires a new process (address
space) and SDSF startup/initialization for each request.

This new web services API is shipped as part of z/OS MF, and oddly is
documented in the "z/OS MF Configuration Guide" (SA38-0652-06)

==
"The z/OS jobs REST interface is an application programming interface (API)
implemented through industry standard Representational State Transfer (REST)
services. This interface allows a client application to perform
operations with batch
jobs on a z/OS system.
With the z/OS jobs REST interface, an application can use REST services to
perform the following operations with batch jobs:

v Obtain the status of a job
v List the jobs for an owner, prefix, or job ID
v List the spool files for a job
v Retrieve the contents of a job spool file
v Submit a job to run on z/OS
v Cancel a job
v Change the job class of a job
v Cancel a job and purge its output."
=

Any client or browse-side scripting language that can make web
services calls can use this API.   The client will need to be able to
encode and decode JSON, but many languages and toolkits support that
readily.

Kirk Wolf
Dovetailed Technologies
http://dovetail.com
+1 636.300.0901


On Wed, Feb 29, 2012 at 8:27 AM, Dana Mitchell  wrote:

I'm working on a simple REXX/SDSF/CGI exec to display output from selected 
STC's via browser and HTTP server on z/OS 1.11.  I can get it to partially 
work, but there seems to be some inconsistencies in the way userid's are 
handled.

If I run a REXX CGI with the ISFEXEC WHO command it shows as running with the 
ID that the web server is running under,  not my ID that I used to sign on when 
the browser asked for credentials.

Further,  the output of ISFEXEC WHO shows the web server's ID, but it shows 
GRPNAME=ISFUSER which is the catch-all least powerful group in ISFPRMxx,  *not* 
the group that the web server's ID should be placed into.  If I log onto TSO 
using the web server's ID and issue WHO,  it shows the proper GRPNAME group 
assigned.

Has anyone done much work in this area and solved these sorts of probems?

Dana

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

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




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


Re: More REXX SDSF CGI fun (was: Anybody used SDSF / REXX in HTTPD CGI pgm)

2012-02-29 Thread Miklos Szigetvari

On 2/29/2012 3:27 PM, Dana Mitchell wrote:

I'm working on a simple REXX/SDSF/CGI exec to display output from selected 
STC's via browser and HTTP server on z/OS 1.11.  I can get it to partially 
work, but there seems to be some inconsistencies in the way userid's are 
handled.

If I run a REXX CGI with the ISFEXEC WHO command it shows as running with the 
ID that the web server is running under,  not my ID that I used to sign on when 
the browser asked for credentials.

Further,  the output of ISFEXEC WHO shows the web server's ID, but it shows 
GRPNAME=ISFUSER which is the catch-all least powerful group in ISFPRMxx,  *not* 
the group that the web server's ID should be placed into.  If I log onto TSO 
using the web server's ID and issue WHO,  it shows the proper GRPNAME group 
assigned.

Has anyone done much work in this area and solved these sorts of probems?

Dana

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



Hi

We are using the REXX/CGI with HTTP intensively, (I don't have ISFEXEC 
WHO), but I think it depend on your userid, how the HTTPD server configured

You are probably running under the HTTP server's userid.
From our httpd.conf :
Protection IMW_Admin {
ServerIdIMWEBSRV_Administration
AuthTypeBasic
PasswdFile  %%SAF%%
MaskWEBADM,webadm
}
Protection CGI_Admin {
ServerIdCGI_Administration
AuthTypeBasic
PasswdFile  %%SAF%%
UserID  %%CLIENT%%
MaskAll
}

Protect /admin-bin/* IMW_Admin WEBADM
Protect /Docs/admin-bin/* IMW_Admin WEBADM
Protect /reports/*   IMW_Admin WEBADM
Protect /Usage*  IMW_Admin WEBADM
Protect /cgi-bin/*   CGI_Admin

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


Re: Processor usage

2012-02-29 Thread Miklos Szigetvari

Hi

Thank you very much, try to follow this.

On 2/29/2012 11:43 AM, Rob Scott wrote:

A simple calculation of physical CPU usage using SMF-70 :

100*(SMF_interval_stck - SMF70WAT)/SMF_interval_stck

(SMF_interval_stck is the STCK version of SMF70INT)

You can also process the LCPU (logical CPU) sections and work out busy% using 
the following fields :

SMF70PDT
SMF70EDT
SMF70WST
SMF70ONT

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


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Miklos Szigetvari
Sent: 29 February 2012 10:26
To: IBM-MAIN@bama.ua.edu
Subject: Re: Processor usage

  Hi

Just looking into the SMF 70 records.
Till now don't see the processor usage (or see , just don't understand ) , but 
I will try hard

On 2/29/2012 10:24 AM, Rob Scott wrote:

Examine the SMF type 70 records or use RMF to report on CPU/LCPU/LPAR
data

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

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of Miklos Szigetvari
Sent: 29 February 2012 09:18
To: IBM-MAIN@bama.ua.edu
Subject: Processor usage

   Hi

My colleagues would like to know the processor usage for every processor on the 
machine or on the current LPAR .
Any way to find out something like this:  CPU1 was busy 50% in the
last
1 minute and CPU2 was busy in 10%

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

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


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

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



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


Re: Processor usage

2012-02-29 Thread Miklos Szigetvari

On 2/29/2012 10:34 AM, Vernooij, CP - SPLXM wrote:

Out of curiosity, are your colleagues going to use this to
schedule/attach work, probably to processors? If you are trying to be
smarter than WLM, PR/SM, Hiperdispatch and all the other CPU management,
you will hit your nose hard.

Hope they don't want to be smarter as WLM .
They develop a general  performance monitor,  to our server product, 
running in all platforms, and try to get this,  independent from platform

Kees.


"Miklos Szigetvari"  wrote in
message news:<4f4ded65.9060...@isis-papyrus.com>...

  Hi

My colleagues would like to know the processor usage for every

processor

on the machine or on the current LPAR .
Any way to find out something like this:  CPU1 was busy 50% in the

last

1 minute and CPU2 was busy in 10%

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


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: INFO IBM-MAIN




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


Re: Processor usage

2012-02-29 Thread Miklos Szigetvari

Hi

Just looking into the SMF 70 records.
Till now don't see the processor usage (or see , just don't understand ) 
, but I will try hard


On 2/29/2012 10:24 AM, Rob Scott wrote:

Examine the SMF type 70 records or use RMF to report on CPU/LCPU/LPAR data

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

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Miklos Szigetvari
Sent: 29 February 2012 09:18
To: IBM-MAIN@bama.ua.edu
Subject: Processor usage

  Hi

My colleagues would like to know the processor usage for every processor on the 
machine or on the current LPAR .
Any way to find out something like this:  CPU1 was busy 50% in the last
1 minute and CPU2 was busy in 10%

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

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



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


Processor usage

2012-02-29 Thread Miklos Szigetvari

Hi

My colleagues would like to know the processor usage for every processor 
on the machine or on the current LPAR .
Any way to find out something like this:  CPU1 was busy 50% in the last 
1 minute and CPU2 was busy in 10%


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


Re: SV: SV: Duplicating SYSOUT output to another DD/DSN in realtime ? (JCL)

2012-02-27 Thread Miklos Szigetvari

Hi

This is more or less a sample from the REXX SDSF book .


 /* REXX 
*/   .
 /* trace ?i 
*/   .
 /* accesses sdsf ST panel, thn list the column variables 
*/  .
 /* This is an example taken from SDSF bookshelf  
*/  .
 arg jobname 
ddname   .
 Say 
'jobname:'jobname
.
 Say 
'ddname:'ddname  
.

 rc=isfcalls('ON')  
  .
 /* access the ST panel 
*/.
 /* Address SDSF "ISFEXEC ST" 
*/  .
 /* access the DA panel 
*/.
 Address SDSF "ISFEXEC INPUT 
ON"  .
 Say '1.  
rc:'rc  .
 Address SDSF "ISFEXEC 
DA".
 Say '2.  
rc:'rc  .

 lrc=rc 
  .
 if 
lrc<>0
.
 then 
do  
.
   call 
msgrtn.
   exit 
20.

 end
  .
 /* Loop for all running SYSLOG jobs 
*/   .
 do ix=1 to 
JNAME.0   .
   
/* 
.
   Say 
'JNAME.'ix':'JNAME.ix  
.
   Say 
'TOKEN.'ix':'TOKEN.ix  
.
   
*/ 
.
   found = 1 /* if 1, then found 
*/   .
   if JNAME.ix <> jobname 
then.
 found = 
0.
   if found > 
0   .
   then 
do.
 Say 
'JNAME.'ix':'JNAME.ix.
 Say 
'STEPN.'ix':'STEPN.ix.
 Say 
'TOKEN.'ix':'TOKEN.ix.
 /* Issue the ? (JDS) action agains the 
*/.
 /* row to list the data sets in the job 
*/   .
 Address SDSF "ISFACT DA TOKEN('"TOKEN.ix"') PARM(NP ?)" 
,.
   "( prefix 
jds_".
 
lrc=rc   
.
 Say 'aha 
lrc:'lrc.
 if 
lrc<>0.
 then 
do  .
   call 
msgrtn.
   exit 
20.
 
end  
.
 /* Find the JESMSGLG data set and allocate it 
*/ .
 /* using the SA action character 
*/  .
 endindex = 
jds_DDNAME.0  .



On 2/27/2012 4:03 PM, Thomas Berg wrote:

Regarding "even if the job is still running", is that true ?  When I tried that 
last time I couldn't get hold of the output as long as the job was running.
Exactly how do You do that ?  (E g which ISF-commands etc.)


  
Regards,

Thomas Berg
_
Thomas Berg   Specialist   A M   SWEDBANK



-Ursprungligt meddelande-
Från: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] För
Miklo

Re: SV: Duplicating SYSOUT output to another DD/DSN in realtime ? (JCL)

2012-02-27 Thread Miklos Szigetvari

Hi

I used to say : "With the SDSF REXX interface you can process the 
output in the next STEP", but lately we have tested this again, and got 
some
error codes during processing the own job. (i.e "sfmsg is:JCT NOT 
AVAILABLE   ")
Anyhow if you submit a job to process the JES output from the previous 
job, it would work, even if the job is still ruing.


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


LPAR CPU usage from a program

2012-02-27 Thread Miklos Szigetvari

Hi

Can I find out the actual LPAR CPU usage from a program , without RMF .

(Via RMF and SMF 70 records we can get this, but we would need a direct, 
non authorized call to query this value)


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


Re: ENF listener example

2012-02-21 Thread Miklos Szigetvari

On 2/22/2012 3:15 AM, Phil Smith wrote:

Anyone have an example of an ENF listener that works? We're having a devil of a 
time getting one going (ENF Event Code 37, SMF listener). We can get it loaded 
in CSA but it never gets woken up!

Thanks,

Hi

Off-list I can send you my one

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


Re: Empty GDG dataset handling question

2012-02-21 Thread Miklos Szigetvari

Hi

Thank you, it is exactly the problem .
The dataset not opened in the job step at all.
But in DASD the new generation exists, so if someone opens the actual 
new generation, he will get an empty disk dataset, but for TAPE he will 
get the last nonempty  one.
If you know this, it is o.k, if not and you change from DISK to TAPE you 
will get a surprise.


On 2/21/2012 2:25 PM, McKown, John wrote:

If I understand you correctly, you're saying that the +1 generation gets catalogued if on a disk, but not if 
on a tape. In a disk SMS environment, the creating of a disk dataset and cataloging thereof causes no problem 
because SMS usually "initializes" the dataset with an end-of-file. In the case of a tape dataset, 
the dataset is "initialized" only if an OPEN is done on it. I don't know how it is done, but z/OS 
does not catalog a tape dataset which was not OPEN'ed. The "solution" is to OPEN the tape dataset. 
If you can't do it in any other way, you could always use IEBGENER to copy a DD DUMMY (0 records) to the 
tape. Either with DISP=(NEW,CATLG) on a step before the current step, changing the current step to 
DISP=(MOD,CATLG). Or on a subsequent step with DISP=(MOD,CATLG). At least, this is how I do it.

--
John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

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

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




-Original Message-
From: IBM Mainframe Discussion List
[mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Miklos Szigetvari
Sent: Tuesday, February 21, 2012 4:11 AM
To: IBM-MAIN@bama.ua.edu
Subject: Empty GDG dataset handling question

Hi

We generated GDG's from a job. ,
The problem is with EMPTY GDG , for DISK , the dataset exists
, for tape
no new generation
Can we handle this from JCL ?

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



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



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


Empty GDG dataset handling question

2012-02-21 Thread Miklos Szigetvari

Hi

We generated GDG's from a job. ,
The problem is with EMPTY GDG , for DISK , the dataset exists , for tape 
no new generation

Can we handle this from JCL ?

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


Re: If somebody knows this:SysBinLog ?

2012-02-20 Thread Miklos Szigetvari

Hi

Thank you, Hope not so dangerous, they refer I think something like 
JOBLOG or SYSLOG or  JESMSGLG , but they are using this phrase.

We will ask

On 2/20/2012 10:08 AM, Michael Klaeschen wrote:

"sysbinlog" was an SQL table created by StuxNET worm/virus/malicious code.
Part of the virus code was stored in that table. There is an IBM document
from 2010 available: "An inside look at Stuxnet".

Cheers
Michael



Von:    Miklos Szigetvari
An: IBM-MAIN@bama.ua.edu
Datum:  2012-02-17 16:32
Betreff:If somebody knows this:SysBinLog ?
Gesendet von:   IBM Mainframe Discussion List



  Hi

One of our customer is speaking about SysBinLog in z/OS
Maybe somebody knows what is this.

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

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



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


If somebody knows this:SysBinLog ?

2012-02-17 Thread Miklos Szigetvari

Hi

One of our customer is speaking about SysBinLog in z/OS
Maybe somebody knows what is this.

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


Re: Debug TSO through ISPF panels installation

2012-02-16 Thread Miklos Szigetvari

  Hi

Wit the ISPF Dialog Test  you can trace/debug the dialogs

On 2/16/2012 9:00 AM, Alvaro Guirao Lopez wrote:

Hi List,

I'm installing a product in a client and when I invoked the primary panel
of the installation, one of the selections don't do anything when I select
it with an 's'.

I have test it in my systems and functions, so, I think there is something
trhough their logon procedures that is causing the problem, but I cannot
determine it.

I want to debug the TSO navigation, I see once how to activate a trace
online with a TSO command, do you know what is?

If you have any other suggestions will be much appreciated.

Thanks and regards,



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


Search in the archive

2012-02-16 Thread Miklos Szigetvari

Hi

Try to search in the archive/and got server errors
 for /http://bama.ua.edu//archives///ibm/-/main

/

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


Re: RES: Question about XDC BATCH and automation

2012-02-15 Thread Miklos Szigetvari

Hi

There is a red book
http://www.redbooks.ibm.com/redbooks/pdfs/sg247419.pdf
Here you can find several samples, how to read the SYSOUT.

I mean,  if the CICS is ending, you can insert a jobstep to process the 
CICS SYSOUT's as you need .


On 2/15/2012 1:58 PM, Sérgio Lima Costa wrote:

Hello,

Thanks very much for your help.
Sorry about my bad explanation, below, our CICS SYSOUT, that exist now in our 
system :

SDSF STATUS DISPLAY ALL CLASSESLINE 1-10 (10)
COMMAND INPUT ===> SCROLL ===>  CSR
PREFIX=CICSP1  DEST=(ALL)  OWNER=*  SORT=Pos/D  SYSNAME=
NP   JOBNAME  JobIDOwnerPrty Queue  C  Pos  SAff  ASys Status
  CICSP1   STC04235 USRCICP 1 PRINT 3293
  CICSP1   STC03526 USRCICP 1 PRINT 3278
  CICSP1   STC03441 USRCICP 1 PRINT 2742
  CICSP1   STC02900 USRCICP 1 PRINT 2732
  CICSP1   STC02683 USRCICP 1 PRINT 2419
  CICSP1   STC02499 USRCICP 1 PRINT 2362
  CICSP1   STC02431 USRCICP 1 PRINT 2207
  CICSP1   STC01151 USRCICP 1 PRINT 2199
  CICSP1   STC04303 USRCICP15 EXECUTION  SYSA  SYSA
  CICSP1   STC06488 USRCICP 1 PRINT HOLD


The file, that I need look, is the Jobid STC03526, Position 3278.

Regards.

Sergio

-Mensagem original-
De: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] Em nome de 
Miklos Szigetvari
Enviada em: quarta-feira, 15 de fevereiro de 2012 10:10
Para: IBM-MAIN@bama.ua.edu
Assunto: Re: Question about XDC BATCH and automation

Hi

Hi

With the REXX SDSF interface you can access the SYSOUT etc .
What do you mean about "last CICS JOBS on SYSOUT ?

If the CICS is ending you can insert maybe a STEP to do this save/edit etc 
actions you need .

On 2/15/2012 12:59 PM, Sérgio Lima Costa wrote:

Hello List,

We need all days here, Access the SYSOUT from CICS under SDSF , then, give the 
XDC command, to save the sysout on DASD, next, Edit this file, for locate all 
abends, save this file on another file, and send this information to 
development people.

So, we want know, if is possible, made a automation in this process, first , 
using XDC running a BATCH JOB, this is possible ?
If, Yes, have a way, that I know, what is the last CICS JOBS on SYSOUT, 
because, today, We enter, manually in this SYSOUT, for locate the last report.
The remainder, I know how to do.
With a sample REXX program, I can extract what We need from the SYSOUT.

Thanks very much.

Sergio











"Atenção: Esta mensagem foi enviada para uso exclusivo do(s)
destinatários(s) acima identificado(s), podendo conter informações
e/ou documentos confidencias/privilegiados e seu sigilo é protegido por lei. 
Caso você tenha recebido por engano, por favor, informe o remetente e apague-a 
de seu sistema.
Notificamos que é proibido por lei a sua retenção, disseminação,
distribuição, cópia ou uso sem expressa autorização do remetente.
Opiniões pessoais do remetente não refletem, necessariamente, o ponto de vista da 
CETIP, o qual é divulgado somente por pessoas autorizadas."

"Warning: This message was sent for exclusive use of the addressees
above identified, possibly containing information and or 
privileged/confidential documents whose content is protected by law.
In case you have mistakenly received it, please notify the sender and delete it 
from your system.
Be noticed that the law forbids the retention, dissemination,
distribution, copy or use without express authorization from the
sender. Personal opinions of the sender do not necessarily reflect CETIP's point of 
view, which is only divulged by authorized personnel."

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



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

"Atenção: Esta mensagem foi enviada para uso exclusivo do(s) destinatários(s) 
acima identificado(s),
podendo conter informações e/ou documentos confidencias/privilegiados e seu 
sigilo é protegido por
lei. Caso você tenha recebido por engano, por favor, informe o remetente e 
apague-a de seu sistema.
Notificamos que é proibido por lei a sua retenção, disseminação, distribuição, 
cópia ou uso sem
expressa autorização do remetente. Opiniões pessoais do remetente não refletem, 
necessariamente,
o ponto de vista da CETIP, o qual é divulgado somente por pessoas autorizadas."

"Warning: This message was sent for exclusive use of the addressees above 
identified, possibly
containing information and or privileged/confidential documents whose content 
is p

Re: Question about XDC BATCH and automation

2012-02-15 Thread Miklos Szigetvari

Hi

Hi

With the REXX SDSF interface you can access the SYSOUT etc .
What do you mean about "last CICS JOBS on SYSOUT ?

If the CICS is ending you can insert maybe a STEP to do this save/edit 
etc actions you need .


On 2/15/2012 12:59 PM, Sérgio Lima Costa wrote:

Hello List,

We need all days here, Access the SYSOUT from CICS under SDSF , then, give the 
XDC command, to save the sysout on DASD, next, Edit this file, for locate all 
abends, save this file on another file, and send this information to 
development people.

So, we want know, if is possible, made a automation in this process, first , 
using XDC running a BATCH JOB, this is possible ?
If, Yes, have a way, that I know, what is the last CICS JOBS on SYSOUT, 
because, today, We enter, manually in this SYSOUT, for locate the last report.
The remainder, I know how to do.
With a sample REXX program, I can extract what We need from the SYSOUT.

Thanks very much.

Sergio











"Atenção: Esta mensagem foi enviada para uso exclusivo do(s) destinatários(s) 
acima identificado(s),
podendo conter informações e/ou documentos confidencias/privilegiados e seu 
sigilo é protegido por
lei. Caso você tenha recebido por engano, por favor, informe o remetente e 
apague-a de seu sistema.
Notificamos que é proibido por lei a sua retenção, disseminação, distribuição, 
cópia ou uso sem
expressa autorização do remetente. Opiniões pessoais do remetente não refletem, 
necessariamente,
o ponto de vista da CETIP, o qual é divulgado somente por pessoas autorizadas."

"Warning: This message was sent for exclusive use of the addressees above 
identified, possibly
containing information and or privileged/confidential documents whose content 
is protected by law.
In case you have mistakenly received it, please notify the sender and delete it 
from your system.
Be noticed that the law forbids the retention, dissemination, distribution, 
copy or use without
express authorization from the sender. Personal opinions of the sender do not 
necessarily reflect
CETIP's point of view, which is only divulged by authorized personnel."

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




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


Re: JCL OUTPUT DD access

2012-02-08 Thread Miklos Szigetvari

On 2/8/2012 7:38 AM, Brian Westerman wrote:

He wants to be able to access the OUTPUT statement fields from inside his 
program.  I think he wants to be able to pass information, or act on the 
information contained there.  He said he spent weeks trying on his own, and I 
looked around, but couldn't find any access path through the control blocks.  I 
figured that it has to be connected to JES, so I assumed just looking at the 
JCT might be a good start, but couldn't find it quickly.

Thanks for the information, I'm sure he will be happy for anything we can offer.

BRian

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



Hi

Found in my "old" FSS code SJFREQ REQUEST=RETRIEVE calls to get back the 
OUTPUT text unit,

but  I had a token from FSS.
Without token I'm affraid it would not work.
I would try maybe to access the current JES JESJCL via some SDSF 
interface and scan for the DEFAULT=YES OUTPUT stmt.


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


Re: RMF postprocessor

2012-02-08 Thread Miklos Szigetvari

Hi

Tested with 1.11 no problem like this .
Did you get ERBPPUT panel ?
Something with SUBMIT ?
You could see maybe with "Edit generated JCL YES"

On 2/8/2012 2:36 PM, Dansinthecarolinas wrote:

We are running z/OS v1r11. Using the RMF panels, option 1 for postprocessor I 
get an IKJ56231I FILE ERBSUB2 Not ALLOCATED, SYSTEM OR INSTALLATION ERROR.

Checking the IBM web site I don't see any direct hits but it looks like this 
appeared with other products.

Can someone running V1R11 try it in their system and report the results back 
here?

Meanwhile I'm going to open a PMR with IBM.


Thanks,

Dan

Sent from my iPhone

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




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


Re: C program and LE/IMS option

2012-02-08 Thread Miklos Szigetvari

Hi

On 2/7/2012 7:28 PM, Itschak Mugzach wrote:

Hi Avram,

The program does not operate in any way under IMS. The only reason I
mentioned IMS was that is is an alternative to LE...

If you can tell, in which environment this program works ?
How and who starts 10 times /second  ?

ITschak

On Tue, Feb 7, 2012 at 8:21 PM, Avram Friedmanwrote:


Is this program an IMS application (did you do a PSBGEN for it) or a
subroutine.
Is the program serialy reusabele?

At any rate the solution to your problem my be in IMS and not LE.

I expect the program is an IMS application because if it were a subroutine
the LE environment would be built by virtue of the calling program not your
program which is the called program.

At 10 hits a second this application should be a WFI confinded to a small
number of dependent regions.
You should also review your class scheduling, PROCLIM and Parallel options
in IMS for this work.
P-WFI might be an option

The suggestion will insure your program stays loaded and ready to run,
hence the LE environment will not need to be rebuilt because it never goes
away.

There is also a recommeded list of LE modules that should be preloaded
into every dependent IMS region.
Should the program be a subroutine and not an IMS application preload
should also be considered.

The IMS-L LISTSERV is a good place to learn about this, generally speaking
zOS generaliest do not maintain IMS configurations.

Best wishes
Avram Friedman
Avram Friedman


On Fri, 3 Feb 2012 13:04:55 +0200, Itschak Mugzach
wrote:


I have a C program that is called intensively more then 10 times per
second. As it runs under LE, it requires LE to re-create the language
execution environment which is a huge overhead for a small and short
running program. I want to eliminate LE to get involved. I thought that
static bind will cause the LE stub program to branch instead of load q

link

to LE callable services. What should i do, compiler wise in order to
eliminate LE to interfere? the compiler option TARGET(IMS,CURRENT) instead
of (TARGET(LE,CURRENT)  may help, but there is no IMS involved and I can't
expect the results (I ma not the one who compiles the program).

I hop I explained my problem ... Will be happy to get your advice on this.

ITschak

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

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


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




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


Re: C program and LE/IMS option

2012-02-03 Thread Miklos Szigetvari

Hi

Anyhow are you sure the LE environment creation is the overhead ?
I mean maybe the program load/delete  can be also a problem .
With the LE RUNTIME options , STACK HEAP allocation also you can 
increase the performance, but it would be not bad to see

there is the problem,  before do something .

On 2/3/2012 12:04 PM, Itschak Mugzach wrote:

I have a C program that is called intensively more then 10 times per
second. As it runs under LE, it requires LE to re-create the language
execution environment which is a huge overhead for a small and short
running program. I want to eliminate LE to get involved. I thought that
static bind will cause the LE stub program to branch instead of load q link
to LE callable services. What should i do, compiler wise in order to
eliminate LE to interfere? the compiler option TARGET(IMS,CURRENT) instead
of (TARGET(LE,CURRENT)  may help, but there is no IMS involved and I can't
expect the results (I ma not the one who compiles the program).

I hop I explained my problem ... Will be happy to get your advice on this.

ITschak

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




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


Re: C program and LE/IMS option

2012-02-03 Thread Miklos Szigetvari

On 2/3/2012 12:04 PM, Itschak Mugzach wrote:

I have a C program that is called intensively more then 10 times per
second. As it runs under LE, it requires LE to re-create the language
execution environment which is a huge overhead for a small and short
running program. I want to eliminate LE to get involved. I thought that
static bind will cause the LE stub program to branch instead of load q link
to LE callable services. What should i do, compiler wise in order to
eliminate LE to interfere? the compiler option TARGET(IMS,CURRENT) instead
of (TARGET(LE,CURRENT)  may help, but there is no IMS involved and I can't
expect the results (I ma not the one who compiles the program).

I hop I explained my problem ... Will be happy to get your advice on this.

ITschak

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



Maybe PIPI can help and/or XPLINK
http://proceedings.share.org/client_files/SHARE_in_Boston_2/Session_7490_handout_158_0.pdf

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


Re: JESJCLIN / SAPI / SDSB

2012-01-23 Thread Miklos Szigetvari

Hi

I also wanted to get the JESJCLIN a while ago, asked here the newsgroup, 
and the suggestion was to use SDSB.
As far as I can remember you always have a JES token via SAPI, and with 
this token and SDSB you can allocate the JESJCLIN.



On 1/23/2012 3:22 PM, ESHEL Jonathan wrote:

Hello,

We currently have a product that captures data from SYSOUT files of both JES2 
and JES3 so by using SAPI we pick up the 3 JES data-sets JESMSGLG, JESJCL and 
JESYSMSG. We now need to capture also the original input JCL (data-set 
JESJCLIN) using the same method or as similar as possible. Keep in mind that in 
SAPI we carry out a search based on arguments such as form, class etc. but we 
do NOT have the job name or number at that point.
Can SAPI be used for that ? We found that we could use a different interface 
for that (SDSB), but do we need to use it in addition to SAPI or can we do the 
whole thing (all data-sets) using SDSB ? We have already done a substantial 
migration from SSOB to SAPI (SSS2) and would like to avoid something like a 
SAPI search to get job name and number and based on that, make a request to 
SDSB.

Thank you,

Jonathan Eshel
RSD S.A.


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




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


Post DUMP exit

2012-01-19 Thread Miklos Szigetvari

Hi

Now-days you can change (almost)  everything without IPL.
Can you change the SDUMP post exit without IPL ?

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


Speed up SDSF REXX

2012-01-17 Thread Miklos Szigetvari

Any idea to speed up the SDSF REXX interface ?

Til now:
- we put the ISFLINK to LPA
- using compiled REXX

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


Re: Merry Christmas from Sergio Lima

2011-12-22 Thread Miklos Szigetvari

On 12/22/2011 11:48 AM, Sérgio Lima Costa wrote:

I wish you all a Merry Christmas and a prosperous new year.

Greetings from Sao Paulo.

Sergio Lima Costa
São Paulo - Brazil












"Atenção: Esta mensagem foi enviada para uso exclusivo do(s) destinatários(s) 
acima identificado(s),
podendo conter informações e/ou documentos confidencias/privilegiados e seu 
sigilo é protegido por
lei. Caso você tenha recebido por engano, por favor, informe o remetente e 
apague-a de seu sistema.
Notificamos que é proibido por lei a sua retenção, disseminação, distribuição, 
cópia ou uso sem
expressa autorização do remetente. Opiniões pessoais do remetente não refletem, 
necessariamente,
o ponto de vista da CETIP, o qual é divulgado somente por pessoas autorizadas."

"Warning: This message was sent for exclusive use of the addressees above 
identified, possibly
containing information and or privileged/confidential documents whose content 
is protected by law.
In case you have mistakenly received it, please notify the sender and delete it 
from your system.
Be noticed that the law forbids the retention, dissemination, distribution, 
copy or use without
express authorization from the sender. Personal opinions of the sender do not 
necessarily reflect
CETIP's point of view, which is only divulged by authorized personnel."

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



Merry Christmas for you also, and Happy New Year.
How is the Christmas in Brazil ?

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


RC4 encryption type supported on Kerberos z/OS ?

2011-12-20 Thread Miklos Szigetvari

Hi

RC4 encryption type supported on Kerberos z/OS ?

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


Re: Portable "jar" command?

2011-12-13 Thread Miklos Szigetvari

On 12/13/2011 1:51 PM, Paul Gilmartin wrote:

I'd like to be able to write a portable script (or EXEC) which
uses the "jar" command.  I find:

On OS X:

 507 $ type java jar
 java is /usr/bin/java
 jar is /usr/bin/jar

On Solaris:

 133$ type java jar
 java is /usr/java/bin/java
 jar is /usr/java/bin/jar

OK.  Those are on my path.  on z/OS:

 136$ type java jar
 FSUM7422 java is not found
 FSUM7422 jar is not found
 137$ find /usr/lpp/java/J*/bin -name java
 /usr/lpp/java/J6.0/bin/java
 /usr/lpp/java/J6.0_64/bin/java
 138$ find /usr/lpp/java/J*/bin -name jar
 /usr/lpp/java/J6.0/bin/jar
 /usr/lpp/java/J6.0_64/bin/jar

Ouch!  It's release-sensitive.  Is it also, therefore, site-sensitive?
On Ubuntu Linux:

 889 $ type java jar
 java is a tracked alias for /usr/bin/java
 -ksh: type: jar: not found

No "jar" at all?  Maybe John M. can help me with this one.

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



Hi

Check your PATH and LIBPATH

--
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 JOBCLASS(TSU)

2011-11-28 Thread Miklos Szigetvari

On 11/28/2011 4:01 PM, Betsy Jeffery wrote:

Can the SWA for TSU jobclass be 'ABOVE'?  I seem to remember back in the dark 
ages it used to be restricted to 'BELOW' but the manuals don't specify.  I'm 
guessing it can be either due to no specifications in the JOBCLASS(TSU) doc.
Thanks,
Betsy Jeffery

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



Hi

For me in z/OS 1.12 $TJOBCLASS(TSU),SWA=ABOVE is o.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: IEFU85 question

2011-11-18 Thread Miklos Szigetvari

On 11/18/2011 3:58 PM, McKown, John wrote:

z/OS UNIX needs to implement Linux's "inotify" interface. And port incron. 
Makes monitoring filesystem changes quite easy.


Hi

I think this w_ioctl goes in this direction, but not clear how to 
achieve file system change notifications.



John McKown

Systems Engineer IV

IT



Administrative Services Group



HealthMarkets(r)



9151 Boulevard 26 * N. Richland Hills * TX 76010

(817) 255-3225 phone *

john.mck...@healthmarkets.com * www.HealthMarkets.com



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




-Original Message-
From: IBM Mainframe Discussion List
[mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Miklos Szigetvari
Sent: Friday, November 18, 2011 8:26 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: IEFU85 question

  Hi

Thank you.
I wanted to avoid the "extra" server, but  seems to me I can't.

I wanted to get informed if a file in some USS path has changed .

Funny, the  w_ioctl (BPX1OC) also using IPC message queues to
notify  at
file change, but here not very clear how can I find out
which file has changed.
The application would be an USS server , reading some IPC
message queues.

On 11/18/2011 1:47 PM, Rob Scott wrote:

No.

IEFU85 is invoked for cross-memory callers and the caller

may well be holding locks.

I would guess that very few (if any) z/OS Unix callable

services are valid in cross-memory mode and none of them
would be valid when caller has locks held.

IMHO - it is never wise to do anything "clever" in

IEFU83/84/85 - just save the SMF data that you are interested
in a queue or list somewhere where a server subtask can pick
it up asynchronously.

Rob Scott
Lead 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-MAIN@bama.ua.edu] On Behalf Of Miklos Szigetvari

Sent: 18 November 2011 11:34
To: IBM-MAIN@bama.ua.edu
Subject: IEFU85 question

Hi


I would need the IEFU85 exit , to get control during the

write of 92 (USS File Activity) records.

Can I use here USS  calls ?
Would like to send the record to an IPC message queue.



--

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



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

2011-11-18 Thread Miklos Szigetvari

Hi

Thank you.
I wanted to avoid the "extra" server, but  seems to me I can't.

I wanted to get informed if a file in some USS path has changed .

Funny, the  w_ioctl (BPX1OC) also using IPC message queues to notify  at 
file change, but here not very clear how can I find out

which file has changed.
The application would be an USS server , reading some IPC message queues.

On 11/18/2011 1:47 PM, Rob Scott wrote:

No.

IEFU85 is invoked for cross-memory callers and the caller may well be holding 
locks.

I would guess that very few (if any) z/OS Unix callable services are valid in 
cross-memory mode and none of them would be valid when caller has locks held.

IMHO - it is never wise to do anything "clever" in IEFU83/84/85 - just save the 
SMF data that you are interested in a queue or list somewhere where a server subtask can 
pick it up asynchronously.

Rob Scott
Lead 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-MAIN@bama.ua.edu] On Behalf Of 
Miklos Szigetvari
Sent: 18 November 2011 11:34
To: IBM-MAIN@bama.ua.edu
Subject: IEFU85 question

Hi


I would need the IEFU85 exit , to get control during the write of 92 (USS File 
Activity) records.
Can I use here USS  calls ?
Would like to send the record to an IPC message queue.

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


IEFU85 question

2011-11-18 Thread Miklos Szigetvari

Hi


I would need the IEFU85 exit , to get control during the write of 92 
(USS File Activity) records.

Can I use here USS  calls ?
Would like to send the record to an IPC message queue.

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


Notification at file update (state of art)

2011-11-11 Thread Miklos Szigetvari

Hi

I'm asking for the last state to get notification at file updates.


My colleagues planning an application, would run on all possible 
platforms, and would get notification, if a file has 
changed/renamed/scratched in a file system.
In z/OS it would be enough to deal with a DSN qualifier set,  and maybe 
VSAM would be not so important, but that is the best  method to do this ?


For me currently seems two possibilities:
- via SMF IEFU83 IEFU84 exit 's
- SMS open/scratch/rename

--
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: Web page , link to all (most) z/OS messages

2011-10-24 Thread Miklos Szigetvari

Hi

Thank you
We have a HTML site (web page) with SYSLOG or JOBLOG.
I would like to set a hyperlink to the messages.
It works if the message in LOOKAT( example 
http://publibz.boulder.ibm.com/cgi-bin/zoslib/lookat?required=&release=ZOS/V1R12&msgid=BPXF024I) 
but if it is a DB2 MQ or CICS message I would need something  similar link.


On 10/21/2011 11:05 PM, Neil Duffee wrote:

LookAt! will find CICS&  DB2 messages ie. -904, DSNT..., DFH..., etc.  I've 
found that you'll be presented with a secondary web page that requires you to 
select the version.

-->   signature = 6 lines follows<--
Neil Duffee, Joe SysProg, U d'Ottawa, Ottawa, Ont, Canada
telephone:1 613 562 5800 x4585 fax:1 613 562 5161
mailto:NDuffee of uOttawa.ca http:/ /aix1.uottawa.ca/ ~nduffee
"How *do* you plan for something like that?" Guardian Bob, Reboot
"For every action, there is an equal and opposite criticism."
"Systems Programming: Guilty, until proven innocent" John Norgauer 2004



-Original Message-
From: Miklos Szigetvari [mailto:mik...szi...@isicom]
Sent: October 10, 2011 05:25
Subject: Web page , link to all (most) z/OS messages

Searching something like  "Lookat", which would contain all
(or most) of the z/OS messages.
In the "Lookat" there is no DB2,  CICS,  MQ etc etc

--
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: C++ program and possible authority issues.

2011-10-13 Thread Miklos Szigetvari

Hi
The EPERM(139) error number can occur during the call of several kernel 
functions.

I think you need to know in which function you got this EPERM(139) error.

Maybe the simplest way to modify the code, end extend this "rc= -1 
errno1 139" with some trace-back, dump .


RACF setting,  USS permissions etc etc can be different in the two systems

On 10/13/2011 1:08 PM, Andre Massena wrote:

Hello all,

have just back-ported a c++ program (do not ask why).. to a z/OS 1.5 system.

The program seems to start correctly, however my colleague informs me that
he cannot stop the program - he issues an internal command to halt the program.

In the /tmp/ message log I am seeing the following messages:

rc= -1 errno1 139.

The program start, behaves and stops normally on a z/OS 1.11 system with
RACF as the security product.

The z/OS 1.5 system uses ACF2...

I know it is not much to go on but would anyone have the faintest idea where
I might look?

RACF program control comes to mind, but I not so sure.


Regards,



Andre




www.lavache.com : l'email gratuit sans pub, vachement meuh.
www.hugolescargot.com : coloriage, fiches recettes et bricolage, chansons, etc.
www.jeux-gratuits.com : des jeux en ligne pour toute la famille.

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


Web page , link to all (most) z/OS messages

2011-10-10 Thread Miklos Szigetvari

Hi

Searching something like  "Lookat", which would contain all (or most) of 
the z/OS messages.

In the "Lookat" there is no DB2,  CICS,  MQ etc etc

--
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 utilization/engine

2011-10-05 Thread Miklos Szigetvari

Hi

It was me, not Radoslav,  who put this "disputed" question .

The idea not from the z/OS side, but we have a client/server object 
oriented product, run in several platforms, and it has a

feature to display the CPU utilization, disk-load, network-load etc. etc.
So maybe the client user has no idea, where the server is running .
So the guys from the PC , AIX development side asked if we can also 
produce this information.
If you get a question like this, i.e it is possible in other platforms, 
you try to find a solution, in any means ...


The first idea was,  to get this information from RMF, but for this, it 
was necessary to activate the RMF data gathering, by the customers site.
A while ago someone here , in the list , pointed to the RCT control 
blocks, and from the Resource Manager control blocks, it was

simple to get the CPU utilization , and channel load.
So we are here now, for me the main motivation, "it is possible on other 
platforms", but if it is not possible, or not so simple, I will have no 
problem to say "impossible".




On 10/4/2011 6:40 PM, Ed Gould wrote:

  Radoslaw,

What should have been asked is Why.
Unless you are writing a performance monitor (again why) there is no likely 
reason as to why they need to know.
There are a lot of people that think they need to know this type of info, 
especially application types who think they should programically be able to do 
better than Z/os does.

It should be strongly discouraged as control blocks change and then the program 
becomes dependent on the then current level of the OS. It be ones a nightmare 
that will come back to haunt everyone and for no good reasons.

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: CPU utilization/engine

2011-10-04 Thread Miklos Szigetvari

On 10/4/2011 4:57 PM, R.S. wrote:

W dniu 2011-10-04 16:06, Miklos Szigetvari pisze:

Hi

Would like to see the CPU utilization /CPU engine.
Any simple way to get this ?


IMHO quick and simple way is to use HMC.


Hi

I would need in a program

--
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 utilization/engine

2011-10-04 Thread Miklos Szigetvari

Hi

Would like to see the CPU utilization /CPU engine.
Any simple way to get this ?


We use currently the RMCT and  CCT (RM CPU Management Control Table) to 
get CPU utilization quickly.


--
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: RESMGR Add Return Code 44

2011-09-19 Thread Miklos Szigetvari

Hi

Mine nearly the same:

  RESMGR ADD,   *
TYPE=TASK,TCB=CURRENT,  *
TOKEN=WORK_RMGR_TOKEN,  *
ROUTINE=(BRANCH,(3)),   *
PARAM=WORK_RMGR_PARM,   *
MF=(E,WORK_RMGR_LISTF)

I would also check regs , and look into the MACRO list (PRINT GEN)

On 9/19/2011 5:46 PM, Chuck Arney wrote:
Does anyone have any in site into what might cause a return code of 44 
from a RESMGR ADD,TYPE=TASK?  The manual says "System error. An 
unrecoverable error occurred while processing the request.*" *so 
that's of no practical help.


The issuer is running in task mode with P=S=H.  The request is 
basically coded as:


  RESMGRADD,TOKEN=(R3),TYPE=TASK,TCB=CURRENT,PARAM=(R4),
   ASID=CURRENT,ROUTINE=(BRANCH,(R2)),MF=(E,WORK_IBMPLIST)

All comments are welcome.

Chuck Arney
Arney Computer Systems

--
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: Suggestion for a Job running Under a Loop

2011-09-19 Thread Miklos Szigetvari

Hi

If you mean about the TGNUM the JES TrackGroupNumber, the job is writing 
into the SPOOL.

This output has any significance ?

Maybe if you set the OUTLIM and/or the CPU limit you could get a DUMP

Not a COBOL expert at all, but maybe the FLOW LE runtime option ?


On 9/19/2011 12:58 PM, Jake anderson wrote:

Hi All,

I have development system(LPAR) here wherein the jobs submitted by the
developers/trainees gets into loop very often. Usually i use to find this
through either the TGNUM value or through the EXCP Cnt. But today i found a
genuine job( not a system or admin job) running with high TGNUM EXCP and
also with considerable amount of CPU time . Are there any way to find a if a
Job is really consuming lot of CPU or Running Under Loop for a long time.

Any suggestion or an advise would be of a great help.

Jake

--
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: CCW Trace

2011-09-15 Thread Miklos Szigetvari

Hi

I found a C++/assembler program from 1995.
(The assembler to READ VTOC)
It has read the CCW trace , and reported the DSN names and counts from 
the VTOC.


On 9/14/2011 10:42 PM, Staller, Allan wrote:

I have a DASD volume with very high activity and will be running a CCW
trace to gather diagnostic info. I have all the info I need to run the
trace.

Does anyone have (or can you point me to) the CCW trace reduction
program.
This was a program (basically "PROC FREQ") that reduced the target
address of the seeks, and converted them to an easily readable format.

Does anyone have (or can you point me to) the CCW trace reduction
program.

IBM had it many moons ago and distributed it with fair regularity.
No $$$ for "new tools".

I suppose I can re-write it if push comes to shove.

Thanks in advance,

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


ENF (event notification facility) question

2011-09-12 Thread Miklos Szigetvari

Hi

Reading the ENF descriptions, seems to me,  for the first , a 
useful facility would be to listen to a number of ENF events,

 and send some "alerts" if something wrong.
  I mean SRM event or config change or SMF ended etc etc .

To this "general alert" contradict  the ENF description in some points:
- you can define only one event code in the ENFREQ request
- from the description "avoid multiple listener user exits"

--
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: SV: SV: SV: SV: How to "splitting" loadmudules

2011-09-09 Thread Miklos Szigetvari

 Hi

Some BINDER options: NE (non editable) and/or STRIPSEC to decrease the 
size of a load module


On 9/9/2011 2:19 PM, Thomas Berg wrote:

I'm not going to RUN these "delinked" modules!
They are just for the BIND MANAGER to read and search for whatever (contoken I 
assume).
(They are just "indata" here.)


  
Regards,

Thomas Berg
_
Thomas Berg   Specialist   A M   SWEDBANK




-Ursprungligt meddelande-
Från: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] För John
P Kalinich
Skickat: den 9 september 2011 14:08
Till: IBM-MAIN@bama.ua.edu
Ämne: Re: SV: SV: SV: How to "splitting" loadmudules

I am assuming the calling sequence in A is:

LR15,=V(X)
BASR R14,R15

How are you going to change that code in A?

Regards,
John K






SV: SV: SV: How to "splitting" loadmudules

Thomas Berg
to:
IBM-MAIN
09/09/2011 07:00 AM


Sent by:
IBM Mainframe Discussion List
Please respond to IBM Mainframe Discussion List






There is no missing CSECTs ?
(I'm using NOCALL, in the example by Tom below there would be
"bare"/NOCALL modules: X, Y, Z and N.  And maybe Y(2) and Z(2) which would
be placed on another loadlib.)


Regards,
Thomas Berg
_
Thomas Berg   Specialist   A M   SWEDBANK






-Ursprungligt meddelande-
Från: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] För

John

P Kalinich
Skickat: den 9 september 2011 13:48
Till: IBM-MAIN@bama.ua.edu
Ämne: Re: SV: SV: How to "splitting" loadmudules

Thomas,

How is the relink going to resolve the missing CSECT's?

Regards,
John K






SV: SV: How to "splitting" loadmudules

Thomas Berg
to:
IBM-MAIN
09/09/2011 06:44 AM


Sent by:
IBM Mainframe Discussion List
Please respond to IBM Mainframe Discussion List







-Ursprungligt meddelande-
Från: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] För

Tom

Marchant
Skickat: den 9 september 2011 13:30
Till: IBM-MAIN@bama.ua.edu
Ämne: Re: SV: How to "splitting" loadmudules

On Fri, 9 Sep 2011 12:11:37 +0200, Thomas Berg wrote:


There's a LOT of duplicates of submodules. And it reads all CSECTs.

So you have load module A containing CSECTS X, Y and Z.
You also have load module B containing CSECTS N, Y and Z.

And you are certain that CSECTS Y and Z in load modules A and B
perform identical functions?

I'm also checking linkdates and sizes.



Regards,
Thomas Berg
_
Thomas Berg   Specialist   A M   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

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




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


Re: How to "splitting" loadmudules

2011-09-09 Thread Miklos Szigetvari

On 9/9/2011 9:39 AM, Thomas Berg wrote:

I have a need to "split" loadmodules into separate modules.
E g: a load module, A, is consisting of three submodules, A, B and C.  I want 
to split it into three separate modules into a loadlibrary.
Is there a more convenient way to do this other than generate REPLACE cards for 
the BINDER and - in this example - run it three times.
(Other than writing an assembler program using IEW macros.)

I have to do this for several thousands of load modules.



Regards,
Thomas Berg
_
Thomas Berg   Specialist   A M   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



Why do you need this ?

--
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: Send SMS from z/OS

2011-09-04 Thread Miklos Szigetvari

Hi

Thank you very much , at last with
X-PRIORITY: 1
worked (got the SMS)

On 9/4/2011 3:25 PM, Mike Schwab wrote:

http://docs.bvstools.com/home/mailtool/releasenotes
Try adding this line:
PRIORITY: URGENT

On Sun, Sep 4, 2011 at 7:40 AM, Miklos Szigetvari
  wrote:

Hi

Would like to send SMS from z/OS in case of an alert situation.
My mobile provider forwards Email's to mobile if the priority of the Email
is highest .
(other providers has other rules? )
How can I set the priority in an SMTP message ?


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


Re: Send SMS from z/OS

2011-09-04 Thread Miklos Szigetvari

Hi

Thank you, till now no luck,
Don't get from SMTP

Something like this:
//OUTPUTOUTPUT  DEST=JES2P390.SMTP
//ISDICLEM  EXEC  PGM=IEBGENER
//SYSIN DD DUMMY
//SYSPRINT  DD SYSOUT=*
//SYSUT2DD SYSOUT=A,OUTPUT=*.OUTPUT
//SYSUT1DD *
helo jes2p390
mail from:
rcpt to:<436502130...@idrei.at>
data
PRIORITY: highest
to:<436502130...@idrei.at>
subject: TESTXXX
MIME-Version: 1.0
Content-type: text/plain
test text

On 9/4/2011 3:25 PM, Mike Schwab wrote:

http://docs.bvstools.com/home/mailtool/releasenotes
Try adding this line:
PRIORITY: URGENT

On Sun, Sep 4, 2011 at 7:40 AM, Miklos Szigetvari
  wrote:

Hi

Would like to send SMS from z/OS in case of an alert situation.
My mobile provider forwards Email's to mobile if the priority of the Email
is highest .
(other providers has other rules? )
How can I set the priority in an SMTP message ?


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


Send SMS from z/OS

2011-09-04 Thread Miklos Szigetvari

Hi

Would like to send SMS from z/OS in case of an alert situation.
My mobile provider forwards Email's to mobile if the priority of the 
Email is highest .

(other providers has other rules? )
How can I set the priority in an SMTP message ?

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


Re: SNA name of the CPC

2011-09-01 Thread Miklos Szigetvari

On 9/1/2011 10:05 PM, Steve Warren wrote:

If you have z/OS BCPii installed on your system, you can code HWILIST 
ListType=HWI_LIST_LOCALCPC in a simple authorized application to get the SNA 
name of the CPC you are running on.  To get a list of all CPCs that are 
connected to your CPC, simply do a ListType = HWI_LIST_CPCS and you will 
receive the SNA names for every CPC.

Steve Warren
z/OS BCPii Design and 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



Hi Steve

(I have got a link to your  BCPii presentation)
I can't start HWI address space, got a security setup message(HWI014I) , 
and to define the HWI for

RACF I would need the SNA name.
Now I have it , but I have to reboot the HMC , and seems I can do only 
locally, not via browser interface.


--
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: Dumps with no useful memory

2011-08-31 Thread Miklos Szigetvari

Hi

Would try with a SLIP trap with proper SDATA and JOBLIST options

On 8/31/2011 1:16 PM, Robin Atwood wrote:

Barbara -
First, thanks for the speedy response!

I assume by option 4 you mean the Dump Inventory (which is option 6
here). The LD command showed that only ASIDs 1 and 154 were dumped. The
cbf command showed that trace data was to be dumped but systrace
produced:

BLS17541I   No address spaces with the ERROR attribute were found
     ERROR OBTAINING  TRVT/01 AT 00FF7C98   RC = 04.
     ERROR OBTAINING  TTCH/05 AT 7FF5F000   RC = 04.
    SYSTEM TRACE PROCESSING IS TERMINATED.

since neither of the locations are in the dump. Further suggestions are
very welcome!

-Robin
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of Barbara Nitz
Sent: 31 August 2011 11:37
To: IBM-MAIN@bama.ua.edu
Subject: Re: Dumps with no useful memory


This application uses dependent ASIDs created with the ASCRE macro and
entered with the PC instruction and my suspicion is that the abend is
actually in one of these. Does anybody have an idea how I get z/OS to
the dump the ASID which actually abended (if that is indeed the  case)?
There is an estae which I could modify. I am not the original author so
this a bit of a poser!

First of all, go and check option 4. Do an ld in front of the dump and
check which  asids are actually contained in the dump. The storage
dumped can be found there.

Next thing is the following command
cbf rtct+9c? str(sdump) view(flags)
which will show you the dump options used for the dump you have. Make
sure that just about everything is specified, when in doubt, modify the
sdump options on that system.

Provided trt was one of the options, check systrace to see if the abend
occured in cross-memory mode. You would recognize this if the column
sasn and/or pasn (on the right hand side) are different from home (to
the extreme left). Only then you would need to do something.

> From the addresses you've shown:
2000.:B93FFF.--Storage not available
1ABBA000.:_.--Storage not available

the first one may be not available because it is in common storage (in
which case you're going to browse active storage on the system the dump
was taken. That will give you the address  around B92FFF.)

The second address might be above the line of another address space.
> From the systrace you've done above, note the pasn and do your browse
(or where) by adding 'asid(xxx)'.

If option 4 and ld have shown you that most of the dump was taken for
another address space, you might also set the default (setdef) for all
IPCS commands to that address space (which will enable you to not
specify them explicitly on every command).

Come back with the results from the above - I might have further
suggestions :-)
Best regards, Barbara

--
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 message has been scanned by MailController -
portal1.mailcontroller.co.uk

--
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: SNA name of the CPC

2011-08-31 Thread Miklos Szigetvari

Hi

Thank you

The HMC CPC details contains the SNA name , seems to me default is
IBM390PS.xxx ,there  xxx is the CPC name

On 8/31/2011 9:08 AM, R.S. wrote:

W dniu 2011-08-31 08:36, Miklos Szigetvari pisze:

Hi

If someone can advice , how can I find the SNA name of the CPC


Some methods:
HMC/SE - CPC properties
HCD - Option 2.11 (AFAIR) - IOCDS activities
I would also check D M=CPU




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


SNA name of the CPC

2011-08-30 Thread Miklos Szigetvari

Hi

If someone can advice , how can I find the SNA name of the CPC

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


Still Open Postion in Vienna

2011-08-29 Thread Miklos Szigetvari

Hi

If someone has interest in zOS USS  z9 etc. etc. in Austria , Vienna 
maybe  contact off list.

(it is necessary to be here)

--
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: Dashboard type software for monitoring z/OS - Thank You

2011-08-29 Thread Miklos Szigetvari

Hi

Just curious

What do you expect to see in a monitoring dashboard ?

As we are a small test shop, I have limited ideas, what would be 
important to see


On 8/26/2011 9:30 AM, Elardus Engelbrecht wrote:

To all,

Many many THANKS to all who replied to me on this list and also offline.

All and every answer were very useful and will be reviewed. Whew! This lists is 
terrific! Many thanks! :-)

Again many thanks to all who kindly replied on this thread! All of you are 100% 
excellent! ;-D

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


SAPI and RACF

2011-08-16 Thread Miklos Szigetvari

Hi

Any RACF privilege necessary  to use SAPI (Sysout Programming Interface) ?

--
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: Health CHECK(IBMCATALOG,CATALOG_IMBED_REPLICATE)

2011-07-22 Thread Miklos Szigetvari

Hi

Return Code Description Programmer Response
100 Catalog Management has detected an error while processing the request.

   * Reason Code 4: at least one data set entry is returned with an error.
   * Reason Code 8: at least one catalog entry is returned with an error.



   * Reason Code 4: locate the entry or entries with the CSIENTER flag
 set and inspect the CSIRETN field for further information.
   * Reason Code 8: inspect the return code and reason code for the
 catalog entry for further information.


I would check this catalog for errors(i.e. VGENERAL)

On 7/22/2011 9:03 AM, Barbara Nitz wrote:

Guess what, folks, I am at it again :-)

Our newly IPL'd 1.12 system has a lot of new 'stupid' health checks, but this 
one takes the crown:
HZS1002E CHECK(IBMCATALOG,CATALOG_IMBED_REPLICATE):
AN ERROR OCCURRED, DIAG: 0064_0008

IGGHC103I CHECK(IBMCATALOG,CATALOG_IMBED_REPLICATE) ran successfully and
found no exceptions

The HC is now disabled, so I am inclined to disregard igghc103I and instead 
listen to hzs1002e. According to the books, this is supposed to be the CSI 
return code (64) and reason code (8), to be found in the 'managing catalogs' 
book. Unfortunately, my 1.12 version of that book ends with rc10 - there is no 
such thing as a rc64.

So what is this stupid check trying to tell me?!?

Not to mention that the only catalog listed is CATALOG.VOLCAT.VGENERAL, listed 
as 'availability'=error, which isn't true, since the volume is online and 
accessible. None of the other catalogs appear to have been checked.

Has anyone been able to figure this out? (And no, I will NOT open a pmr with 
IBM. If y'all have no clue, I'll simply delete the check.)

Thanks and best regards, Barbara

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


  1   2   3   4   5   6   >