Previous Topic: How You Define Your Own Commands

Next Topic: Commands That Execute on Remote Systems

How You Code Your NCL Procedure

Code your NCL procedure to set RETCODE=0 to indicate successful completion—a non-zero return code indicates a processing failure. You can return a message from the procedure by setting the &SYSMSG variable.

Note: For more information about NCL programming, see the Network Control Language Programming Guide and the Network Control Language Reference Guide.