Execute a "user exit" from a jCL program.
Unxxx
n represents the user exit entry point
xxx is the id of the user exit.
User exits are user written functions which are used to manipulate buffers and perform tasks beyond the scope of the standard jCL commands.
See the Time and Date topic and the TR command for more examples of "standard" user exits.
012 U31AD
Returns the current port number.
012 U307A
013 300
Causes the process to "sleep" for 300 seconds.
003 U407A
004 12:0
Causes the process to "sleep" until 12:10.
JCL