Access mode: CA OLQ does not use synonyms associated with the desired record in the dictionary when the access switch is set to IDMS.
You can use IDD to define synonyms for records and record elements (fields). Menu mode uses these synonyms instead of the record and record element names on appropriate screens. Command mode recognizes these synonyms as the names of records and record elements.
To define synonyms for records, use the IDD statement:
ADD/MODIFY RECORD ... INCLUDE RECORD NAME SYNONYM IS synonym-name ... LANGUAGE IS OLQ
Note: Note that LANGUAGE IS OLQ is required only for menu mode, in conjunction with the option SYNONYM/NOSYNONYM. Command mode uses any synonym, regardless of language.
To define synonyms for record elements, use the IDD statement:
REMOVE/REPLACE RECORD ELEMENT ... ELEMENT NAME SYNONYM ... IS element-synonym name
|
Copyright © 2013 CA.
All rights reserved.
|
|