This statement builds the ID text that contains information about a user.
This statement has the following format:
&CONTROL SHRVARS=($CAID)
-EXEC $CACALL OPT=ACTION
ACTION=BUILD
CLASS=IDTEXT
[NAME='USER=userid']
[PARMS='[BORDER={YES | NO}]
[LENGTH={80 | length}]
[DATE=date]
[TIME=time]']
An optional parameter giving the ID of the user whose ID text is to be built. The default is the current user ID.
An optional parameter specifying whether there are borders at the top and bottom of the built ID text. The default is YES.
An optional parameter specifying the length of the horizontal border lines if BORDER=YES. The default is 80, and the range is 1 through 255.
An optional parameter specifying the date (in DATE3 format) to be included in the built ID text. The default is the current date.
An optional parameter specifying the time (in hh.mm.ss format) to be included in the built ID text. The default is the current time.