LANGID specifies the language identifier which is
used in conjunction with the sort sequence. The LANGID option is used only
when the SRTSEQ value in effect is LANGIDUNQ or LANGIDSHR. LANGID takes the
form:
LANGID(a)
Where
a is JOBRUN, JOB or
"language-identifer-name".
- JOBRUN indicates that the language identifier
of the program will be resolved at run time. When the compiled program is
run, the language identifier of the job is used. This value allows a module
to be compiled once and used with different language identifiers at run time.
- JOB indicates that the language identifier of the
module will be resolved at compile time.
- "language-identifier-name" is a valid 3 character
language identifier.