Question & Answer
Question
How do I specify a Windows directory path in the XLATE.TBL parameter in a Sterling Connect:Direct for z/OS Process?
Cause
Answer
The reverse solidus characters (\) in the XLATE.TBL file name needs to specify double reverse solidus characters (\\), so that the process syntax is resolved as‚ XLATE.TBL(x:\\dir\\tablename).
For example:
SYSOPTS=\"DATATYPE(TEXT)\‚ || -
\STRIP.BLANKS(NO) XLATE(YES)\‚ || -
\XLATE.TBL(C:\\\\TRANSTAB1.CDX)"\ -
SYSOPTS=\"DATATYPE(TEXT)\ || -
\STRIP.BLANKS(NO) XLATE(YES)\ || -
\XLATE.TBL(C:\ || \\\\\\ || \TRANSTAB1.CDX)"\‚ -
Note: The XLATE.TBL name added to the FM71 has the extra reverse solidus characters (\) removed.
For example:
XLATE.TBL(x:\dir\tablename)
Historical Number
PRI29523
Was this topic helpful?
Document Information
Modified date:
17 December 2019
UID
swg21529090