Previous Topic: Before You Begin TranslationNext Topic: Lowercase Terminals


Language Maintenance Utility

You use the Language Maintenance Utility to back up and restore CA Dataquery languages. You can also use it to change all panels to uppercase.

Back up Language Tables

To back up language tables, execute the Language Maintenance Utility JCL with RUNTYPE=UNLOAD. The Language Maintenance Utility also allows you to do a selective back up (unload). To back up (unload) either a language you have created or a CA-provided language, replace the RUNTYPE=UNLOAD line of JCL with:

RUNTYPE=UNLOAD,LANGUAGE=lc

where lc is the language code for the language you want to unload.

Restore Backup Tables

To restore backup tables, execute the Language Maintenance Utility JCL with RUNTYPE=LOAD. You cannot do a selective load.

Change Panels to Uppercase

To change panels to uppercase, run DQLANGMT with:

RUNTYPE=UPSHIFT,LANGUAGE=lc

This is the same as an unload. The output data set has all panels in uppercase. The upshifted panels may be restored to the panel file by running DQLANGMT with RUNTYPE=LOAD.

To change individual panels to uppercase, run DQLANGMT with:

RUNTYPE=UPSHIFT,LANGUAGE=lc,C=PNL,N=xxx

where lc=language code and xxx is the three-character panel ID.

Follow the upshift by a load to restore upshifted panels.