program works and compiles well in fujitsu cobol, but when i open and compile the file using micro focus cobol, i have these error messages. see below a part of the messages while compiling with MF cobol. it seems i need to set some options but i don't know which. your help is appreciated. TIA
* Micro Focus Net Express V5.1 revision 000 Compiler
* Copyright (C) 1984-2009 Micro Focus (IP) Limited. URN AXCGG/AA0/00000
COBCH1001E Character other than *, D, /, -, or $ found in column 7. Blank assumed. : C:\MFCOBOL\Train\d022d\acfy-dedupe1.cob(1,7)
COBCH0143S Unknown IDENTIFICATION DIVISION paragraph : C:\MFCOBOL\Train\d022d\acfy-dedupe1.cob(1,14)
COBCH1001E Character other than *, D, /, -, or $ found in column 7. Blank assumed. : C:\MFCOBOL\Train\d022d\acfy-dedupe1.cob(2,7)
COBCH1012E DIVISION missing or misspelled. DIVISION assumed. : C:\MFCOBOL\Train\d022d\acfy-dedupe1.cob(2,11)
COBCH1014E Period missing. Period assumed. : C:\MFCOBOL\Train\d022d\acfy-dedupe1.cob(2,23)
COBCH0105S PROGRAM-ID missing : C:\MFCOBOL\Train\d022d\acfy-dedupe1.cob(2,23)
* Micro Focus Net Express V5.1 revision 000 Compiler
* Copyright (C) 1984-2009 Micro Focus (IP) Limited. URN AXCGG/AA0/00000
COBCH1001E Character other than *, D, /, -, or $ found in column 7. Blank assumed. : C:\MFCOBOL\Train\d022d\acfy-dedupe1.cob(1,7)
COBCH0143S Unknown IDENTIFICATION DIVISION paragraph : C:\MFCOBOL\Train\d022d\acfy-dedupe1.cob(1,14)
COBCH1001E Character other than *, D, /, -, or $ found in column 7. Blank assumed. : C:\MFCOBOL\Train\d022d\acfy-dedupe1.cob(2,7)
COBCH1012E DIVISION missing or misspelled. DIVISION assumed. : C:\MFCOBOL\Train\d022d\acfy-dedupe1.cob(2,11)
COBCH1014E Period missing. Period assumed. : C:\MFCOBOL\Train\d022d\acfy-dedupe1.cob(2,23)
COBCH0105S PROGRAM-ID missing : C:\MFCOBOL\Train\d022d\acfy-dedupe1.cob(2,23)