Defining an exit

Defining an exit means telling the system the set of information that comprises the exit. You define the exit through the CSVDYNEX DEFINE request. A scenario of an exit provider defining an exit named EX1 would look like this:
exit provider setup
    _______

    CSVDYNEX REQUEST=DEFINE,EXITNAME==CL16'EX1'...
    _____
exit provider processing
    _____
    _____
    the call ------------------------  routine or routines
                                       associated with the
                                       exit named EX1
Questions you need to ask when you define the exit are: