amitjainbls
Programmer
Hello,
I am compiling a program in NETcobol for windows v9 and getting sev error message "An invalid word sort-status was found " for sort file selection.
SELECT SORT-FILE ASSIGN TO SORTFIL
SORT-STATUS IS SORT-STAT.
Compiler has sort-status as the reserved word set. Otherwise in normal file selection we use "file status is dataname".
If i select the file as :
SELECT SORT-FILE ASSIGN TO SORTFIL
SORT STATUS IS SORT-STAT.
I get the error message as "invlid word sort"
Could Any one with Netcobol experience compiler can put down the exact syntax?
I am compiling a program in NETcobol for windows v9 and getting sev error message "An invalid word sort-status was found " for sort file selection.
SELECT SORT-FILE ASSIGN TO SORTFIL
SORT-STATUS IS SORT-STAT.
Compiler has sort-status as the reserved word set. Otherwise in normal file selection we use "file status is dataname".
If i select the file as :
SELECT SORT-FILE ASSIGN TO SORTFIL
SORT STATUS IS SORT-STAT.
I get the error message as "invlid word sort"
Could Any one with Netcobol experience compiler can put down the exact syntax?