smf exits IEF29 / IEFACTRT

2012-07-27 Thread Tim Brown
Installing z/os 1.13, have assembled these 2 exits, and IPled but they are not 
working.
They were linked into SYS1.LPALIB, Any difference with these exits as compared 
to

Z/OS 1.11 which is our current system is running.



IEFU29 - smf switch

IEFACTRT - step return code detail in jeslog



SMF parms



SYS(NOTYPE(14:19,62:69,99),EXITS(IEFU83,IEFU84,IEFACTRT,

  IEFUSI,IEFUJI,IEFU29),NOINTERVAL,NODETAIL)

SUBSYS(STC,EXITS(IEFU29,IEFU83,IEFU84,IEFUJP,IEFUSO,IEFACTRT),

  INTERVAL(SMF,SYNC))



Thanks,



Tim Brown
Supervisor Computer Operations

Central Hudson Gas & Electric
284 South Ave
Poughkeepsie, NY 12601
Email:   tbr...@cenhud.com << 
 mailto: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...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: smf exits IEF29 / IEFACTRT

2012-07-27 Thread John Norgauer
Hopefully, you did a CLPA when you ipl'ed and also, you are sure that your 
test system is looking a the correct SMFPRMXX member.



John Norgauer
Senior Systems Programmer
Mainframe Technical Support Services
University of California Davis Medical Center
2315 Stockton Blvd
ASB 1300
Sacramento, Ca 95817
916-734-0536

 SYSTEMS PROGRAMMING..  Guilty, until proven innocent !! "JN  2004

"Hardware eventually breaks - Software eventually works"  anon


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


Re: smf exits IEF29 / IEFACTRT

2012-07-28 Thread Salah Balboul
Issue D SMF,O and make sure you are using the correct SMFPRMxx.

Use ISRDDN and locate IEFU29 and IEFACTRT. Is it found in the correct DSN?

Are u using the dynamic exit facility?

Issue D PROG,EXIT and see if you have SYS.IEFU29 or SYSxxx,IEFU29, if you do 
display the exit and see if it is active. Use D PROG,EXIT,EXITNAME=SYS.IEFU29

As for IEFACTRT you should also check the dynamic exit facility. SYS.IEFACTRT 
or SYSJES2.IEFACTRT. Are they active?

In your active PROGxx member do you have EXIT ADD EXITNAME(nnn.IEFACTRT) 
MODNAME(IEFACTRT)?

Thanks

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