我在 Windows 操作系统上使用 MicroFocus Cobol。请问有没有可能在文件名中有Unicode字符,并在Cobol中使用这个文件。像这样:
select optional intb-file assign to f-intb-file
file status is w-file-status.
DATA DIVISION.
FILE SECTION.
fd intb-file
value of id f-intb-file.
copy "sxintrc.cpy".
WORKING-STORAGE SECTION.
01 FILE-NAMES.
05 f-intb-file pic n(100) value spaces.
我收到此错误:COBCH0258S ASSIGN 数据名称 F-INTB-FILE 非法