Peter Relson wrote:

>I do agree with all the posts that you should not do a LOAD in an exit.

Thanks and I also agree with that. Many years ago, it was my responsibility to 
load a module with LOAD  EP=<thing> into a library using SMF UJI exit. That 
module is a DSECT containing a looooooong list of accounting codes be used in a 
JOB (...) statement.

Beside overhead issues, it was sometimes difficult to add a new client 
dynamically.

Now, we are just calling RACF. RACF will check if you may use an accounting 
code. Based on the RC and Reason code your batch job can run or simply fails 
with a stern message about usage of accounts...

I agree with Rob, that you rather, if possible, should use a parm-driven and 
command refresh instead of having to redo a DSECT assembly.

Thanks Peter for your helpful comments.

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

Reply via email to