NetBatch Manual
NetBatch Manual—522460-004
C-1
C National Language Support
This appendix explains how to change BATCHCOM keywords and messages to suit
your operational environment. To change the keywords and messages, use
BATCHUTL, the NetBatch national-language-support program.
Changing BATCHCOM Keywords and
Messages
Step 1: Log On as the Super ID
Log on as the super ID (255,255):
> LOGON SUPER.SUPER, password
Consideration
Logging on as the super ID lets you avoid security violations when completing the
procedure.
Step 2: Make a Backup Copy of BATCHLIB
Make a backup copy of BATCHLIB, the NetBatch library file:
> FUP DUP $DATA7.TEST.BATCHLIB, $NB.BACKUPS.BATCHLIB
FILES DUPLICATED: 1
Consideration
Backing up BATCHLIB ensures you have a fallback copy of the file if needed.
Step 3: Extract Keywords and Messages From BATCHLIB
Run BATCHUTL with the BUILD-SYMBOLS parameter to extract keywords and
messages from BATCHLIB and place them in an EDIT file:
> BATCHUTL /IN $DATA7.TEST.BATCHLIB, OUT EDITSRC/ BUILD-
SYMBOLS
1
Considerations
Run the BATCHUTL program to extract keywords and messages from BATCHLIB and
to place them in an EDIT file:
[ RUN ] BATCHUTL / IN BATCHLIB-file , OUT EDIT-file /
B[UILD-SYMBOLS] [ n ]