我在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非法