Returns the name of the procedure currently being executed.
&0 is used within a procedure where a message from the procedure makes reference to the name of the procedure itself. If this is done and the procedure is renamed, no modification of the message text is required.
Example: &0
&WRITE DATA=Error in input to &0 invoked from &00
Note: The value returned from &0 will be a 1 to 8 character name. If the procedure is not nested, &0 will return the name of the base procedure that was originally invoked by the user.
| Copyright © 2009 CA. All rights reserved. |
|