OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: rajeshmutha on August 20, 2010, 08:41:35 PM

Title: User exists in MP ondemand
Post by: rajeshmutha on August 20, 2010, 08:41:35 PM
Hi,
I'm very new to user exits concept. We have never used exists.  :(
How to user exit for below scenarios....I'm looking for list of steps that may have involved.

*****
Say I've a file test1.AFP which i need to load into test app. grp which has test1 and test2 applications with in it. Also i wanted to make some custom logging into my own file "/tmp/test_exit.log".
*****
How to handle this with exits?
How to invoke exit while running arsload program? I've enabled logging in system parameters dialog box.
Any help in this is highly appreciated.

These are the minimal things that i know.
  1. IBM provides a exit /usr/lpp/bin/arslog which can be used for custom logging
  2. Code related to user exists should go into /usr/lpp/ars/bin/exits

My platform details:
CMOD 8.4.1.2 On AIX 5.3

Title: Re: User exists in MP ondemand
Post by: Justin Derrick on August 21, 2010, 01:19:25 PM
What type of information are you trying to collect?  It might exist in places where it's easier to find -- like the System Log or the new Load Log.

-JD.
Title: Re: User exists in MP ondemand
Post by: rajeshmutha on August 23, 2010, 04:03:16 PM
Yes JD. I just gave an example. All I want to find is how to write some business logic using exits.

-Rajesh