Provides the language code for this user.
Your product region supports the specification of a language code for a user. This code is used to provide language dependent processing from NCL. Such processing might include variation of error messages or selection of alternative help panels for a particular user.
Example: &ZUSERLC
&IF &ZUSERLC EQ AL &THEN + &GOTO .GERMAN &PANEL HELP&ZUSERLC
When displaying panels using the &PANEL statement, the &SYSMSG system variable is primed by the system with the text of an appropriate message in the event of an error. The default system messages in such cases are in English. Use of the &CONTROL PANELRC option allows interception of the &SYSMSG variable by the procedure, thus facilitating translation, based on the &ZUSERLC system variable.
Note: For more information, see the Network Control Language Programming Guide.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |