Re: Fault Analyzer experts?

2015-06-10 Thread Thomas Berg
I can't get this working.  I got the impression (by other experiments) that the 
formatting user exit is invoked AFTER the selecting the User option?! 



Best Regards,
Thomas Berg
___ 
Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)

Interactive is 'manual.' Batch is 'automatic.'



 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
 Behalf Of
 Hank Oerlemans
 Sent: Tuesday, June 09, 2015 2:37 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Fault Analyzer experts?
 
 To change the title on the panel see USEROPTIONTITLE - UFM - Formatting
 user exit parameter list
 
 http://www-
 01.ibm.com/support/knowledgecenter/SSXJAJ_13.1.0/com.ibm.faultanalyzer.doc_13.1/datufm
 .htm
 
 
 
 Regards Hank Oerlemans, IBM FA
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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


Re: Fault Analyzer experts?

2015-06-10 Thread Thomas Berg
Thanks!  I missed that one!  



Best Regards,
Thomas Berg
___ 
Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)

Interactive is 'manual.' Batch is 'automatic.'

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
 Behalf Of
 Hank Oerlemans
 Sent: Tuesday, June 09, 2015 2:37 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Fault Analyzer experts?
 
 To change the title on the panel see USEROPTIONTITLE - UFM - Formatting
 user exit parameter list
 
 http://www-
 01.ibm.com/support/knowledgecenter/SSXJAJ_13.1.0/com.ibm.faultanalyzer.doc_13.1/datufm
 .htm
 
 
 
 Regards Hank Oerlemans, IBM FA
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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


Re: Fault Analyzer experts?

2015-06-08 Thread Hank Oerlemans
To change the title on the panel see USEROPTIONTITLE - UFM - Formatting 
user exit parameter list

http://www-01.ibm.com/support/knowledgecenter/SSXJAJ_13.1.0/com.ibm.faultanalyzer.doc_13.1/datufm.htm



Regards Hank Oerlemans, IBM FA

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


Re: Fault Analyzer experts?

2015-06-05 Thread Thomas Berg
Well you are quite innovative!  :) 

What you are saying is that I in the )INIT section should read the dynarea 
data, zap I with my text and save it in the same variable?
(Your example as such will not work - as I want it to (seamlessly with FA).) 



Best Regards,
Thomas Berg
___ 
Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)

Interactive is 'manual.' Batch is 'automatic.'


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
 Behalf Of
 Steve Coalbran
 Sent: Thursday, June 04, 2015 6:55 PM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Fault Analyzer experts?
 
 Hej Thomas,
 
 Aha! Now I understand.
 Can you copy the panel to your own library and add a *REXX section in the
 )INIT for info?
 
 *REXX(*,dynarea,dynshad)
  DO i = 1 BY 80 WHILE(SUBSTR(dynarea,i) )
 QUEUE SUBSTR(dynarea,i,80)
  END
 *ENDREXX
 Substitute the dynarea  dynshad variables.
 (Process the dynshad separately if you wish?)
 (Assumes screen-width of 80)
 
 After the execution (I have a utility to do this called QBROWSE)
 Command === QBROWSE
 
 /*REXX(QBROWSE)  very cut down UNtested version (from memory, CITRIX
 died!) */
 q = QUEUED()
 CALL BPXWDYN ALLOC RTDDN(TDD) RTDSN(TDS) SPACE(3,3)TRACK LRECL(80)
 RECFM(FB) 
 DO q
ADDRESS TSO EXECIO 1 DISKW tdd (STEM R 
 END
 ADDRESS TSO EXECIO 0 DISKW tdd (FINIS 
 ADDRESS ISPEXEC LMINIT DATAID(TD) DDNAME(tdd) 
 ADDRESS ISPEXEC VIEW   DATAID(TD) DDNAME(tdd) 
 ADDRESS ISPEXEC LMFREE DATAID(TD) 
 EXIT
 
 /Steve
 
 
 
 From:   Thomas Berg thomas.b...@swedbank.se
 To: IBM-MAIN@LISTSERV.UA.EDU
 Date:   2015-06-04 16:56
 Subject:Re: Fault Analyzer experts?
 Sent by:IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU
 
 
 
 I know the panel in question but as the content is dynamically created (in
 a dynamic area) I'm not helped by that.
 
 
 
 Best Regards,
 Thomas Berg
 ___
 Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)
 
 Interactive is 'manual.' Batch is 'automatic.'
 
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
 Behalf Of
  Steve Coalbran
  Sent: Thursday, June 04, 2015 4:22 PM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Re: Fault Analyzer experts?
 
  Hej Thomas,
  Sorry I missed the bulk of the answers and this may be a duplicate.
  Does PANEL(IDIPIDAD) display?
  If so TYPE command DDLIST M IDIPIDAD to see the PANEL source --- if that
  helps.  :-/
  /Steve
 
 
 
  From:   Thomas Berg thomas.b...@swedbank.se
  To: IBM-MAIN@LISTSERV.UA.EDU
  Date:   2015-06-04 16:10
  Subject:Re: Fault Analyzer experts?
  Sent by:IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU
 
 
 
   -Original Message-
   From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On
  Behalf Of
   Thomas Conley
   Sent: Thursday, June 04, 2015 4:01 PM
   To: IBM-MAIN@LISTSERV.UA.EDU
   Subject: Re: Fault Analyzer experts?
  
   Thomas,
  
   i can't speak to all your issues, but for the PDSE's, make sure you
 have
   the latest maintenance applied.  There have been a few HIPER's the
 past
   few months for PDSE corruption, so make sure you have the most current
   PDSE maintenance.
  
   On the panel question, issue the PANELID comnmand, and the panel
 member
   name should appear in the upper left hand corner.  You can use DDLIST
 to
   search for the member name, most likely in the IDIPENU dataset.  You
   should be able to create an SMP/E usermod to change that panel to say
   anything you want for option 6.
  
   Regards,
   Tom Conley
 
 
  Unfortunately the panel in question (IDIPIDAD) is dynamically created
 (the
  content it is).
  So no cigar.
  (It seems to be quite common now to use dynamic panels.  Although it
 have
  its advantages for the developer it complicates customization...)
  (AFAIK we have all relevant PTFs.)
 
 
 
  Best Regards,
  Thomas Berg
  ___
  Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)
 
  Interactive is ?manual.? Batch is ?automatic.?
 
 
 
 
  --
  For IBM-MAIN subscribe / signoff / archive access instructions,
  send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 
 
  Såvida annat inte anges ovan: / Unless stated otherwise above:
  IBM Svenska AB
  Organisationsnummer: 556026-6883
  Adress: 164 92 Stockholm
 
  --
  For IBM-MAIN subscribe / signoff / archive access instructions,
  send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email

Re: Fault Analyzer experts?

2015-06-05 Thread Steve Coalbran
Hej Thomas,
No this is merely for debugging:
I am just saying that by trapping the panel source-content of the dynamic 
area you may be able to spot any problem area.
I will separately send off a message to my few remaining contacts in the 
AD Tools arena in UK to see if there is any deep technical expertise on FA 
out there (remaining!). 
 /Steve



From:   Thomas Berg thomas.b...@swedbank.se
To: IBM-MAIN@LISTSERV.UA.EDU
Date:   2015-06-05 11:00
Subject:Re: Fault Analyzer experts?
Sent by:IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU



Well you are quite innovative!  :) 

What you are saying is that I in the )INIT section should read the dynarea 
data, zap I with my text and save it in the same variable?
(Your example as such will not work - as I want it to (seamlessly with 
FA).) 



Best Regards,
Thomas Berg
___ 
Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)

Interactive is 'manual.' Batch is 'automatic.'


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
Behalf Of
 Steve Coalbran
 Sent: Thursday, June 04, 2015 6:55 PM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Fault Analyzer experts?
 
 Hej Thomas,
 
 Aha! Now I understand.
 Can you copy the panel to your own library and add a *REXX section in 
the
 )INIT for info?
 
 *REXX(*,dynarea,dynshad)
  DO i = 1 BY 80 WHILE(SUBSTR(dynarea,i) )
 QUEUE SUBSTR(dynarea,i,80)
  END
 *ENDREXX
 Substitute the dynarea  dynshad variables.
 (Process the dynshad separately if you wish?)
 (Assumes screen-width of 80)
 
 After the execution (I have a utility to do this called QBROWSE)
 Command === QBROWSE
 
 /*REXX(QBROWSE)  very cut down UNtested version (from memory, CITRIX
 died!) */
 q = QUEUED()
 CALL BPXWDYN ALLOC RTDDN(TDD) RTDSN(TDS) SPACE(3,3)TRACK LRECL(80)
 RECFM(FB) 
 DO q
ADDRESS TSO EXECIO 1 DISKW tdd (STEM R 
 END
 ADDRESS TSO EXECIO 0 DISKW tdd (FINIS 
 ADDRESS ISPEXEC LMINIT DATAID(TD) DDNAME(tdd) 
 ADDRESS ISPEXEC VIEW   DATAID(TD) DDNAME(tdd) 
 ADDRESS ISPEXEC LMFREE DATAID(TD) 
 EXIT
 
 /Steve
 
 
 
 From:   Thomas Berg thomas.b...@swedbank.se
 To: IBM-MAIN@LISTSERV.UA.EDU
 Date:   2015-06-04 16:56
 Subject:Re: Fault Analyzer experts?
 Sent by:IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU
 
 
 
 I know the panel in question but as the content is dynamically created 
(in
 a dynamic area) I'm not helped by that.
 
 
 
 Best Regards,
 Thomas Berg
 ___
 Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)
 
 Interactive is 'manual.' Batch is 'automatic.'
 
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
On
 Behalf Of
  Steve Coalbran
  Sent: Thursday, June 04, 2015 4:22 PM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Re: Fault Analyzer experts?
 
  Hej Thomas,
  Sorry I missed the bulk of the answers and this may be a duplicate.
  Does PANEL(IDIPIDAD) display?
  If so TYPE command DDLIST M IDIPIDAD to see the PANEL source --- if 
that
  helps.  :-/
  /Steve
 
 
 
  From:   Thomas Berg thomas.b...@swedbank.se
  To: IBM-MAIN@LISTSERV.UA.EDU
  Date:   2015-06-04 16:10
  Subject:Re: Fault Analyzer experts?
  Sent by:IBM Mainframe Discussion List 
IBM-MAIN@LISTSERV.UA.EDU
 
 
 
   -Original Message-
   From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU
]
 On
  Behalf Of
   Thomas Conley
   Sent: Thursday, June 04, 2015 4:01 PM
   To: IBM-MAIN@LISTSERV.UA.EDU
   Subject: Re: Fault Analyzer experts?
  
   Thomas,
  
   i can't speak to all your issues, but for the PDSE's, make sure you
 have
   the latest maintenance applied.  There have been a few HIPER's the
 past
   few months for PDSE corruption, so make sure you have the most 
current
   PDSE maintenance.
  
   On the panel question, issue the PANELID comnmand, and the panel
 member
   name should appear in the upper left hand corner.  You can use 
DDLIST
 to
   search for the member name, most likely in the IDIPENU dataset.  You
   should be able to create an SMP/E usermod to change that panel to 
say
   anything you want for option 6.
  
   Regards,
   Tom Conley
 
 
  Unfortunately the panel in question (IDIPIDAD) is dynamically created
 (the
  content it is).
  So no cigar.
  (It seems to be quite common now to use dynamic panels.  Although it
 have
  its advantages for the developer it complicates customization...)
  (AFAIK we have all relevant PTFs.)
 
 
 
  Best Regards,
  Thomas Berg
  ___
  Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)
 
  Interactive is ?manual.? Batch is ?automatic.?
 
 
 
 
  --
  For IBM-MAIN subscribe / signoff / archive access instructions,
  send

Re: Fault Analyzer experts?

2015-06-05 Thread Thomas Berg
FYI and YMMV, I edited the variable successfully in the )INIT section, it was 
easy: 

)INIT 
.ZVARS = '(PNLTITLE DISPCOLS ZCMD IDAS)'  
.HELP = HELPPNL  
.ATTR(DISPCOLS)='JUST(RIGHT) PAD(NULLS)'  
.CURSOR = CURSOR 
.CSRPOS = CSRPOS 
*REXX(IDIHDR,IDIDA)   
  x1 = '4B30E4A285994040'x
  p = Pos(x1,IDIDA)   
  If  p  0Then Do
  Parse Var  x1  x2 3 .   
/*Say '1---'DISTRANS(IDIHDR)' ' */  
/*Say '2---'DISTRANS(IDIDA)' ' */   
  Parse Var  IDIDA  d1 =(p) d2 +30 d3 
  IDIDA = d1 !! x2 !! 'Swedbank Special Information' !! d3
/*Say 'E---'DISTRANS(IDIDA)' ' */   
  End 
*ENDREXX  
)PROC 



Best Regards,
Thomas Berg
___ 
Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)

Interactive is 'manual.' Batch is 'automatic.'

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
 Behalf Of
 Steve Coalbran
 Sent: Friday, June 05, 2015 1:34 PM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Fault Analyzer experts?
 
 Hej Thomas,
 No this is merely for debugging:
 I am just saying that by trapping the panel source-content of the dynamic
 area you may be able to spot any problem area.
 I will separately send off a message to my few remaining contacts in the
 AD Tools arena in UK to see if there is any deep technical expertise on FA
 out there (remaining!).
  /Steve
 
 
 
 From:   Thomas Berg thomas.b...@swedbank.se
 To: IBM-MAIN@LISTSERV.UA.EDU
 Date:   2015-06-05 11:00
 Subject:Re: Fault Analyzer experts?
 Sent by:IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU
 
 
 
 Well you are quite innovative!  :)
 
 What you are saying is that I in the )INIT section should read the dynarea
 data, zap I with my text and save it in the same variable?
 (Your example as such will not work - as I want it to (seamlessly with
 FA).)
 
 
 
 Best Regards,
 Thomas Berg
 ___
 Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)
 
 Interactive is 'manual.' Batch is 'automatic.'
 
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
 Behalf Of
  Steve Coalbran
  Sent: Thursday, June 04, 2015 6:55 PM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Re: Fault Analyzer experts?
 
  Hej Thomas,
 
  Aha! Now I understand.
  Can you copy the panel to your own library and add a *REXX section in
 the
  )INIT for info?
 
  *REXX(*,dynarea,dynshad)
   DO i = 1 BY 80 WHILE(SUBSTR(dynarea,i) )
  QUEUE SUBSTR(dynarea,i,80)
   END
  *ENDREXX
  Substitute the dynarea  dynshad variables.
  (Process the dynshad separately if you wish?)
  (Assumes screen-width of 80)
 
  After the execution (I have a utility to do this called QBROWSE)
  Command === QBROWSE
 
  /*REXX(QBROWSE)  very cut down UNtested version (from memory, CITRIX
  died!) */
  q = QUEUED()
  CALL BPXWDYN ALLOC RTDDN(TDD) RTDSN(TDS) SPACE(3,3)TRACK LRECL(80)
  RECFM(FB) 
  DO q
 ADDRESS TSO EXECIO 1 DISKW tdd (STEM R 
  END
  ADDRESS TSO EXECIO 0 DISKW tdd (FINIS 
  ADDRESS ISPEXEC LMINIT DATAID(TD) DDNAME(tdd) 
  ADDRESS ISPEXEC VIEW   DATAID(TD) DDNAME(tdd) 
  ADDRESS ISPEXEC LMFREE DATAID(TD) 
  EXIT
 
  /Steve
 
 
 
  From:   Thomas Berg thomas.b...@swedbank.se
  To: IBM-MAIN@LISTSERV.UA.EDU
  Date:   2015-06-04 16:56
  Subject:Re: Fault Analyzer experts?
  Sent by:IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU
 
 
 
  I know the panel in question but as the content is dynamically created
 (in
  a dynamic area) I'm not helped by that.
 
 
 
  Best Regards,
  Thomas Berg
  ___
  Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)
 
  Interactive is 'manual.' Batch is 'automatic.'
 
 
   -Original Message-
   From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On
  Behalf Of
   Steve Coalbran
   Sent: Thursday, June 04, 2015 4:22 PM
   To: IBM-MAIN@LISTSERV.UA.EDU
   Subject: Re: Fault Analyzer experts?
  
   Hej Thomas,
   Sorry I missed the bulk of the answers and this may be a duplicate.
   Does PANEL(IDIPIDAD) display?
   If so TYPE command DDLIST M IDIPIDAD to see the PANEL source --- if
 that
   helps

Re: Fault Analyzer experts?

2015-06-04 Thread Steve Coalbran
Hej Thomas,

Aha! Now I understand.
Can you copy the panel to your own library and add a *REXX section in the 
)INIT for info?

*REXX(*,dynarea,dynshad)
 DO i = 1 BY 80 WHILE(SUBSTR(dynarea,i) )
QUEUE SUBSTR(dynarea,i,80)
 END
*ENDREXX
Substitute the dynarea  dynshad variables. 
(Process the dynshad separately if you wish?) 
(Assumes screen-width of 80)

After the execution (I have a utility to do this called QBROWSE)
Command === QBROWSE

/*REXX(QBROWSE)  very cut down UNtested version (from memory, CITRIX 
died!) */
q = QUEUED()
CALL BPXWDYN ALLOC RTDDN(TDD) RTDSN(TDS) SPACE(3,3)TRACK LRECL(80) 
RECFM(FB) 
DO q
   ADDRESS TSO EXECIO 1 DISKW tdd (STEM R  
END
ADDRESS TSO EXECIO 0 DISKW tdd (FINIS 
ADDRESS ISPEXEC LMINIT DATAID(TD) DDNAME(tdd) 
ADDRESS ISPEXEC VIEW   DATAID(TD) DDNAME(tdd) 
ADDRESS ISPEXEC LMFREE DATAID(TD) 
EXIT 

/Steve 



From:   Thomas Berg thomas.b...@swedbank.se
To: IBM-MAIN@LISTSERV.UA.EDU
Date:   2015-06-04 16:56
Subject:Re: Fault Analyzer experts?
Sent by:IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU



I know the panel in question but as the content is dynamically created (in 
a dynamic area) I'm not helped by that.



Best Regards,
Thomas Berg
___ 
Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)

Interactive is 'manual.' Batch is 'automatic.'


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
Behalf Of
 Steve Coalbran
 Sent: Thursday, June 04, 2015 4:22 PM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Fault Analyzer experts?
 
 Hej Thomas,
 Sorry I missed the bulk of the answers and this may be a duplicate.
 Does PANEL(IDIPIDAD) display?
 If so TYPE command DDLIST M IDIPIDAD to see the PANEL source --- if that
 helps.  :-/
 /Steve
 
 
 
 From:   Thomas Berg thomas.b...@swedbank.se
 To: IBM-MAIN@LISTSERV.UA.EDU
 Date:   2015-06-04 16:10
 Subject:Re: Fault Analyzer experts?
 Sent by:IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU
 
 
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
On
 Behalf Of
  Thomas Conley
  Sent: Thursday, June 04, 2015 4:01 PM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Re: Fault Analyzer experts?
 
  Thomas,
 
  i can't speak to all your issues, but for the PDSE's, make sure you 
have
  the latest maintenance applied.  There have been a few HIPER's the 
past
  few months for PDSE corruption, so make sure you have the most current
  PDSE maintenance.
 
  On the panel question, issue the PANELID comnmand, and the panel 
member
  name should appear in the upper left hand corner.  You can use DDLIST 
to
  search for the member name, most likely in the IDIPENU dataset.  You
  should be able to create an SMP/E usermod to change that panel to say
  anything you want for option 6.
 
  Regards,
  Tom Conley
 
 
 Unfortunately the panel in question (IDIPIDAD) is dynamically created 
(the
 content it is).
 So no cigar.
 (It seems to be quite common now to use dynamic panels.  Although it 
have
 its advantages for the developer it complicates customization...)
 (AFAIK we have all relevant PTFs.)
 
 
 
 Best Regards,
 Thomas Berg
 ___
 Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)
 
 Interactive is ?manual.? Batch is ?automatic.?
 
 
 
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 
 
 Såvida annat inte anges ovan: / Unless stated otherwise above:
 IBM Svenska AB
 Organisationsnummer: 556026-6883
 Adress: 164 92 Stockholm
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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




Såvida annat inte anges ovan: / Unless stated otherwise above:
IBM Svenska AB
Organisationsnummer: 556026-6883
Adress: 164 92 Stockholm

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


Re: Fault Analyzer experts?

2015-06-04 Thread Thomas Berg
I know the panel in question but as the content is dynamically created (in a 
dynamic area) I'm not helped by that.



Best Regards,
Thomas Berg
___ 
Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)

Interactive is 'manual.' Batch is 'automatic.'


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
 Behalf Of
 Steve Coalbran
 Sent: Thursday, June 04, 2015 4:22 PM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Fault Analyzer experts?
 
 Hej Thomas,
 Sorry I missed the bulk of the answers and this may be a duplicate.
 Does PANEL(IDIPIDAD) display?
 If so TYPE command DDLIST M IDIPIDAD to see the PANEL source --- if that
 helps.  :-/
 /Steve
 
 
 
 From:   Thomas Berg thomas.b...@swedbank.se
 To: IBM-MAIN@LISTSERV.UA.EDU
 Date:   2015-06-04 16:10
 Subject:Re: Fault Analyzer experts?
 Sent by:IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU
 
 
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
 Behalf Of
  Thomas Conley
  Sent: Thursday, June 04, 2015 4:01 PM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Re: Fault Analyzer experts?
 
  Thomas,
 
  i can't speak to all your issues, but for the PDSE's, make sure you have
  the latest maintenance applied.  There have been a few HIPER's the past
  few months for PDSE corruption, so make sure you have the most current
  PDSE maintenance.
 
  On the panel question, issue the PANELID comnmand, and the panel member
  name should appear in the upper left hand corner.  You can use DDLIST to
  search for the member name, most likely in the IDIPENU dataset.  You
  should be able to create an SMP/E usermod to change that panel to say
  anything you want for option 6.
 
  Regards,
  Tom Conley
 
 
 Unfortunately the panel in question (IDIPIDAD) is dynamically created (the
 content it is).
 So no cigar.
 (It seems to be quite common now to use dynamic panels.  Although it have
 its advantages for the developer it complicates customization...)
 (AFAIK we have all relevant PTFs.)
 
 
 
 Best Regards,
 Thomas Berg
 ___
 Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)
 
 Interactive is ?manual.? Batch is ?automatic.?
 
 
 
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 
 
 Såvida annat inte anges ovan: / Unless stated otherwise above:
 IBM Svenska AB
 Organisationsnummer: 556026-6883
 Adress: 164 92 Stockholm
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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


Re: Fault Analyzer experts?

2015-06-04 Thread Thomas Conley

On 6/4/2015 9:23 AM, Thomas Berg wrote:

Hi Wayne, Tom and Ken!

I have one problem and one howto question.

The problem is (was?) that my HIST-datasets have been involved/causing(?) in 
repeated PDSE-abends.  That is: they have been corrupted as showed both by the 
abend info at the time and by the IEBPDSE utility.  (And some other type of 
abends.)
There is maybe a connection with me reallocating them with the new 
SETMINFAULTENTRIES() option coming with version 13.1 instead of the old 
SETMAXFUALTENTRIES().
For the moment - after me reallocating them with the same option and size - 
there haven't been any new abends the last couple of days.

In the picture is that these abends have often been accompanied (not always 
directly) with B37 etc. abends connected to both adding members by FA and also 
by extending the ÅÅINDEX member.

What I'm wondering is:
1: Do you have any clues what these corruptions can be connected with?
2: Have I understood right that with the SETMINFAULTENTRIES() the HIST PDSEs is 
automatically managed by FA so when they are full FA is deleting oldest 
non-locked members until the new data can be added without any problem?  (I 
have SETMINFAULTENTRIES(25) and the typical count of members is in the range of 
300-700.)   The dataset is allocated with one extent (SPACE=((),,CONTIG)) and 
no secondary.
AFAICS there should not be possible to have any out-of-sysplex accesses.  We 
have z/OS 2.1 in the system(s) that usually is used for accessing (reading) the 
fault entries and z/OS 13.1 in some of the systems that are creating the fault 
entries.   The FA versions is 13.1 and 11.1 respectively.



The questing I have is if you can change the 6. User entry in the panel shown 
below that I get when having an format exit:

Fault Summary:
Module ATLGK65, program ATLGK65, source line Ä 6413 : IDISNAP.

Select one of the following options to access further fault information:
   1. Synopsis
   2. Event Summary
   3. IMS Information
   4. Storage Areas
   5. Language Environment Heap Analysis
   6. User==**
   7. Abend Job Information
   8. Fault Analyzer Options

I would like to change User to something more descriptive.  How?




Best Regards,
Thomas Berg


Thomas,

i can't speak to all your issues, but for the PDSE's, make sure you have 
the latest maintenance applied.  There have been a few HIPER's the past 
few months for PDSE corruption, so make sure you have the most current 
PDSE maintenance.


On the panel question, issue the PANELID comnmand, and the panel member 
name should appear in the upper left hand corner.  You can use DDLIST to 
search for the member name, most likely in the IDIPENU dataset.  You 
should be able to create an SMP/E usermod to change that panel to say 
anything you want for option 6.


Regards,
Tom Conley

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


Re: Fault Analyzer experts?

2015-06-04 Thread Steve Coalbran
Hej Thomas,
Sorry I missed the bulk of the answers and this may be a duplicate.
Does PANEL(IDIPIDAD) display?
If so TYPE command DDLIST M IDIPIDAD to see the PANEL source --- if that 
helps.  :-/
/Steve



From:   Thomas Berg thomas.b...@swedbank.se
To: IBM-MAIN@LISTSERV.UA.EDU
Date:   2015-06-04 16:10
Subject:Re: Fault Analyzer experts?
Sent by:IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU



 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
Behalf Of
 Thomas Conley
 Sent: Thursday, June 04, 2015 4:01 PM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Fault Analyzer experts?
 
 Thomas,
 
 i can't speak to all your issues, but for the PDSE's, make sure you have
 the latest maintenance applied.  There have been a few HIPER's the past
 few months for PDSE corruption, so make sure you have the most current
 PDSE maintenance.
 
 On the panel question, issue the PANELID comnmand, and the panel member
 name should appear in the upper left hand corner.  You can use DDLIST to
 search for the member name, most likely in the IDIPENU dataset.  You
 should be able to create an SMP/E usermod to change that panel to say
 anything you want for option 6.
 
 Regards,
 Tom Conley


Unfortunately the panel in question (IDIPIDAD) is dynamically created (the 
content it is). 
So no cigar. 
(It seems to be quite common now to use dynamic panels.  Although it have 
its advantages for the developer it complicates customization...)
(AFAIK we have all relevant PTFs.)



Best Regards,
Thomas Berg
___ 
Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)

Interactive is ?manual.? Batch is ?automatic.?


 

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



Såvida annat inte anges ovan: / Unless stated otherwise above:
IBM Svenska AB
Organisationsnummer: 556026-6883
Adress: 164 92 Stockholm

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


Re: Fault Analyzer experts?

2015-06-04 Thread Thomas Berg
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
 Behalf Of
 Thomas Conley
 Sent: Thursday, June 04, 2015 4:01 PM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Fault Analyzer experts?
 
 Thomas,
 
 i can't speak to all your issues, but for the PDSE's, make sure you have
 the latest maintenance applied.  There have been a few HIPER's the past
 few months for PDSE corruption, so make sure you have the most current
 PDSE maintenance.
 
 On the panel question, issue the PANELID comnmand, and the panel member
 name should appear in the upper left hand corner.  You can use DDLIST to
 search for the member name, most likely in the IDIPENU dataset.  You
 should be able to create an SMP/E usermod to change that panel to say
 anything you want for option 6.
 
 Regards,
 Tom Conley


Unfortunately the panel in question (IDIPIDAD) is dynamically created (the 
content it is). 
So no cigar.  
(It seems to be quite common now to use dynamic panels.  Although it have its 
advantages for the developer it complicates customization...)
(AFAIK we have all relevant PTFs.)



Best Regards,
Thomas Berg
___ 
Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)

Interactive is ‘manual.’ Batch is ‘automatic.’


   

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


Re: Fault Analyzer experts?

2015-06-04 Thread Thomas Berg
It isn't the panel itself that are dynamically created, it is the content that 
is.   And it is by a program. 
And I have of course not the source of the program.  
(Theoretically I maybe can zap the text User but...)


Best Regards,
Thomas Berg
___ 
Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)

Interactive is ‘manual.’ Batch is ‘automatic.’

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
 Behalf Of
 Lizette Koehler
 Sent: Thursday, June 04, 2015 4:45 PM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Fault Analyzer experts?
 
 If it is dynamically created, do you know if it is via a PGM or REXX?
 
 In either case the phrase IDIPIDAD may be part of the dynamic creation.  You 
 can use SRCHFOR
 IDIPIDAD on 3.4.
 
 Bring up your FA files that are used, and then do a SRCHFOR IDIPIDAD.
 
 You may be able to find a member that contains that phrase.
 
 Lizette
 
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
  On Behalf Of Thomas Berg
  Sent: Thursday, June 04, 2015 7:11 AM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Re: Fault Analyzer experts?
 
   -Original Message-
   From: IBM Mainframe Discussion List [mailto:IBM-
  m...@listserv.ua.edu]
   On Behalf Of Thomas Conley
   Sent: Thursday, June 04, 2015 4:01 PM
   To: IBM-MAIN@LISTSERV.UA.EDU
   Subject: Re: Fault Analyzer experts?
  
   Thomas,
  
   i can't speak to all your issues, but for the PDSE's, make sure you
   have the latest maintenance applied.  There have been a few HIPER's
   the past few months for PDSE corruption, so make sure you have the
   most current PDSE maintenance.
  
   On the panel question, issue the PANELID comnmand, and the panel
   member name should appear in the upper left hand corner.  You can use
   DDLIST to search for the member name, most likely in the IDIPENU
   dataset.  You should be able to create an SMP/E usermod to change that
   panel to say anything you want for option 6.
  
   Regards,
   Tom Conley
 
 
  Unfortunately the panel in question (IDIPIDAD) is dynamically created (the
  content it is).
  So no cigar.
  (It seems to be quite common now to use dynamic panels.  Although it have
  its advantages for the developer it complicates customization...) (AFAIK we
  have all relevant PTFs.)
 
 
 
  Best Regards,
  Thomas Berg
  __
  _
  Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)
 
  Interactive is ‘manual.’ Batch is ‘automatic.’
 
 
 
 
  --
  For IBM-MAIN subscribe / signoff / archive access instructions, send email 
  to
  lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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


Re: Fault Analyzer experts?

2015-06-04 Thread Lizette Koehler
If it is dynamically created, do you know if it is via a PGM or REXX?

In either case the phrase IDIPIDAD may be part of the dynamic creation.  You 
can use SRCHFOR IDIPIDAD on 3.4.

Bring up your FA files that are used, and then do a SRCHFOR IDIPIDAD.

You may be able to find a member that contains that phrase.

Lizette


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On Behalf Of Thomas Berg
 Sent: Thursday, June 04, 2015 7:11 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Fault Analyzer experts?
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-
 m...@listserv.ua.edu]
  On Behalf Of Thomas Conley
  Sent: Thursday, June 04, 2015 4:01 PM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Re: Fault Analyzer experts?
 
  Thomas,
 
  i can't speak to all your issues, but for the PDSE's, make sure you
  have the latest maintenance applied.  There have been a few HIPER's
  the past few months for PDSE corruption, so make sure you have the
  most current PDSE maintenance.
 
  On the panel question, issue the PANELID comnmand, and the panel
  member name should appear in the upper left hand corner.  You can use
  DDLIST to search for the member name, most likely in the IDIPENU
  dataset.  You should be able to create an SMP/E usermod to change that
  panel to say anything you want for option 6.
 
  Regards,
  Tom Conley
 
 
 Unfortunately the panel in question (IDIPIDAD) is dynamically created (the
 content it is).
 So no cigar.
 (It seems to be quite common now to use dynamic panels.  Although it have
 its advantages for the developer it complicates customization...) (AFAIK we
 have all relevant PTFs.)
 
 
 
 Best Regards,
 Thomas Berg
 __
 _
 Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)
 
 Interactive is ‘manual.’ Batch is ‘automatic.’
 
 
 
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send email to
 lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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


Re: Fault Analyzer experts?

2015-06-04 Thread Wayne Bickerdike
Hi Thomas,

I have installed and used the product. What questions do you have?

On Thu, Jun 4, 2015 at 7:06 PM, Thomas Berg thomas.b...@swedbank.se wrote:

 I'm wondering if there are any Fault Analyzer experts/experienced
 maintainers here at IBM-MAIN?

 I have some problems and questions regarding maintaining/installing FA.



 Best Regards,
 Thomas Berg
 ___
 Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)

 Interactive is 'manual.' Batch is 'automatic.'

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




-- 
Wayne V. Bickerdike

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


Re: Fault Analyzer experts?

2015-06-04 Thread Thomas Conley

On 6/4/2015 5:06 AM, Thomas Berg wrote:

I'm wondering if there are any Fault Analyzer experts/experienced maintainers 
here at IBM-MAIN?

I have some problems and questions regarding maintaining/installing FA.



Best Regards,
Thomas Berg
___
Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)

Interactive is 'manual.' Batch is 'automatic.'



Fire away.

Regards,
Tom Conley

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


Re: Fault Analyzer experts?

2015-06-04 Thread Ken Hume IBM

Hi all,

I am, or may not be, an expert but I know the guys that write the product.

What can we help you with?

Ken Hume
IBM PD Tools Client Advocate
kph...@us.ibm.com


-Original Message- 
From: Elardus Engelbrecht

Sent: Thursday, June 04, 2015 7:11 AM Newsgroups: bit.listserv.ibm-main
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Fault Analyzer experts?

Thomas Berg wrote:

I'm wondering if there are any Fault Analyzer experts/experienced 
maintainers here at IBM-MAIN?


Of course. An IBMer who is an Fault Analyzer expert was very ACTIVE on 
IBM-MAIN last week. (26 May 2015 for example)


Groete / Greetings
Elardus Engelbrecht

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


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


Re: Fault Analyzer experts?

2015-06-04 Thread Elardus Engelbrecht
Thomas Berg wrote:

I'm wondering if there are any Fault Analyzer experts/experienced maintainers 
here at IBM-MAIN?

Of course. An IBMer who is an Fault Analyzer expert was very ACTIVE on IBM-MAIN 
last week. (26 May 2015 for example)

Groete / Greetings
Elardus Engelbrecht

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


Re: Fault Analyzer experts?

2015-06-04 Thread Richard Pinion
I have fault analyzer, she's my wife!  Sorry dear, I couldn't resist.



--- kph...@live.com wrote:

From: Ken Hume IBM kph...@live.com
To:   IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Fault Analyzer experts?
Date: Thu, 4 Jun 2015 07:16:43 -0600

Hi all,

I am, or may not be, an expert but I know the guys that write the product.

What can we help you with?

Ken Hume
IBM PD Tools Client Advocate
kph...@us.ibm.com


-Original Message- 
From: Elardus Engelbrecht
Sent: Thursday, June 04, 2015 7:11 AM Newsgroups: bit.listserv.ibm-main
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Fault Analyzer experts?

Thomas Berg wrote:

I'm wondering if there are any Fault Analyzer experts/experienced 
maintainers here at IBM-MAIN?

Of course. An IBMer who is an Fault Analyzer expert was very ACTIVE on 
IBM-MAIN last week. (26 May 2015 for example)

Groete / Greetings
Elardus Engelbrecht

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

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




_
Netscape.  Just the Net You Need.

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


Re: Fault Analyzer experts?

2015-06-04 Thread Thomas Berg
Hi Wayne, Tom and Ken!

I have one problem and one howto question.

The problem is (was?) that my HIST-datasets have been involved/causing(?) in 
repeated PDSE-abends.  That is: they have been corrupted as showed both by the 
abend info at the time and by the IEBPDSE utility.  (And some other type of 
abends.)
There is maybe a connection with me reallocating them with the new 
SETMINFAULTENTRIES() option coming with version 13.1 instead of the old 
SETMAXFUALTENTRIES().
For the moment - after me reallocating them with the same option and size - 
there haven't been any new abends the last couple of days. 

In the picture is that these abends have often been accompanied (not always 
directly) with B37 etc. abends connected to both adding members by FA and also 
by extending the ÅÅINDEX member. 

What I'm wondering is:
1: Do you have any clues what these corruptions can be connected with?
2: Have I understood right that with the SETMINFAULTENTRIES() the HIST PDSEs is 
automatically managed by FA so when they are full FA is deleting oldest 
non-locked members until the new data can be added without any problem?  (I 
have SETMINFAULTENTRIES(25) and the typical count of members is in the range of 
300-700.)   The dataset is allocated with one extent (SPACE=((),,CONTIG)) and 
no secondary.  
AFAICS there should not be possible to have any out-of-sysplex accesses.  We 
have z/OS 2.1 in the system(s) that usually is used for accessing (reading) the 
fault entries and z/OS 13.1 in some of the systems that are creating the fault 
entries.   The FA versions is 13.1 and 11.1 respectively. 



The questing I have is if you can change the 6. User entry in the panel shown 
below that I get when having an format exit:

Fault Summary:   
Module ATLGK65, program ATLGK65, source line Ä 6413 : IDISNAP.   
 
Select one of the following options to access further fault information: 
  1. Synopsis
  2. Event Summary   
  3. IMS Information 
  4. Storage Areas   
  5. Language Environment Heap Analysis  
  6. User==** 
   
  7. Abend Job Information   
  8. Fault Analyzer Options  

I would like to change User to something more descriptive.  How?




Best Regards,
Thomas Berg
___ 
Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)

Interactive is ‘manual.’ Batch is ‘automatic.’

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
 Behalf Of
 Wayne Bickerdike
 Sent: Thursday, June 04, 2015 1:00 PM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Fault Analyzer experts?
 
 Hi Thomas,
 
 I have installed and used the product. What questions do you have?
 
 On Thu, Jun 4, 2015 at 7:06 PM, Thomas Berg thomas.b...@swedbank.se wrote:
 
  I'm wondering if there are any Fault Analyzer experts/experienced
  maintainers here at IBM-MAIN?
 
  I have some problems and questions regarding maintaining/installing FA.
 
 
 
  Best Regards,
  Thomas Berg
  ___
  Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)
 
  Interactive is 'manual.' Batch is 'automatic.'
 
  --
  For IBM-MAIN subscribe / signoff / archive access instructions,
  send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 
 
 
 --
 Wayne V. Bickerdike
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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


Re: Fault Analyzer experts?

2015-06-04 Thread Shane Ginnane
On Thu, 4 Jun 2015 08:11:31 -0500, Elardus Engelbrecht wrote:

Of course. An IBMer who is an Fault Analyzer expert was very ACTIVE on 
IBM-MAIN last week. (26 May 2015 for example)

Jim Mulder ?.
I'd describe him more as an expert at analysing faults  ... ;-0

The times I've had to deal with FA (the software) I've found it a pox to 
configure and maintain.
Each to their own I suppose.

Shane ...

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


Re: Fault Analyzer experts?

2015-06-04 Thread Thomas Berg
I'm of course heavily offended by this sexist remark! 

;)

(My wife also likes these kind of jokes.)


Best Regards,
Thomas Berg
___ 
Thomas Berg   Specialist   zOS/RQM/IT Delivery   Swedbank AB (Publ)

Interactive is ‘manual.’ Batch is ‘automatic.’





 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
 Behalf Of
 Richard Pinion
 Sent: Thursday, June 04, 2015 3:21 PM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Fault Analyzer experts?
 
 I have fault analyzer, she's my wife!  Sorry dear, I couldn't resist.
 
 
 
 --- kph...@live.com wrote:
 
 From: Ken Hume IBM kph...@live.com
 To:   IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Fault Analyzer experts?
 Date: Thu, 4 Jun 2015 07:16:43 -0600
 
 Hi all,
 
 I am, or may not be, an expert but I know the guys that write the product.
 
 What can we help you with?
 
 Ken Hume
 IBM PD Tools Client Advocate
 kph...@us.ibm.com
 
 
 -Original Message-
 From: Elardus Engelbrecht
 Sent: Thursday, June 04, 2015 7:11 AM Newsgroups: bit.listserv.ibm-main
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Fault Analyzer experts?
 
 Thomas Berg wrote:
 
 I'm wondering if there are any Fault Analyzer experts/experienced
 maintainers here at IBM-MAIN?
 
 Of course. An IBMer who is an Fault Analyzer expert was very ACTIVE on
 IBM-MAIN last week. (26 May 2015 for example)
 
 Groete / Greetings
 Elardus Engelbrecht
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 
 
 
 _
 Netscape.  Just the Net You Need.
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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


Re: Fault Analyzer experts?

2015-06-04 Thread Elardus Engelbrecht
Shane Ginnane wrote:

Of course. An IBMer who is an Fault Analyzer expert was very ACTIVE on 
IBM-MAIN last week. (26 May 2015 for example)

Jim Mulder ?

No, he is from Australia (signature below his name/surname is - 'IBM Fault 
Analyzer')

... and has replied to the same OP in this thread in thread 
'Re: Corrupt PDSE - IGW699I PDSE Directory Validation Unsuccessful'

PS: I really don't like to discuss or refer people in a public discussion list, 
but I can give hints.

Groete / Greetings
Elardus Engelbrecht

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


Re: Fault Analyzer experts?

2015-06-04 Thread Elardus Engelbrecht
Richard Pinion wrote:

I have fault analyzer, she's my wife!  Sorry dear, I couldn't resist.

Lucky you, you have ONE! Shame on you. ;-)

I have dozens - mother, sister, female colleagues, my two bosses are females. 
White, black, young, old, you-name-it, etc., all of them are expert of finding 
faults at and on me in the past, present and future...

Sorry and sorry, I simply can't resist and yes, one of my female colleagues is 
an avid IBM-MAIN member...

ouch... Because of this, I'm working on a pain-frame instead of main-frame... 
;-[

Groete / Greetings
Elardus Engelbrecht

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