Slide 15 of 80
Notes:
- There is no limit to the number of entry points, and there is no required order: all entry points can appear in the beginning of the script, the end or both.
- An entry point is just a programming convention implemented by adding another parameter to the PARM line, and passing the desired entry point name to the script/UDC when it is invoked. This extra parameter is never explicitly provided by the user.
- By definition, all scripts and UDCs using alternate entries are recursive.