Hi fellas i now its a newie question but i need your help i just cant compile
a file with this syntax errors:
creaansa.cob: 16: error: syntax error, on or before 'IN'
creaansa.cob: 16: error: invalid clause in select, on or before 'IN'
creaansa.cob: 16: error: invalid clause in select, on or before 'IN'
creaansa.cob: 16: error: invalid option, REGAAS, on or before 'REGAAS'
creaansa.cob: 16: error: invalid clause in select, on or before 'WITH'
creaansa.cob: 16: error: invalid clause in select, on or before 'WITH'
creaansa.cob: 16: error: invalid clause in select, on or before
'DUPLICATES'
and in the cobol files stands for:
FILE-CONTROL.
SELECT CREAANSA ASSIGN TO "anusaldo.idx"
ORGANIZATION IS INDEXED
ACCESS MODE IS RANDOM
RECORD KEY IS CVESAL
ALTERNATE RECORD KEY IS ULTSAL IN REGAAS WITH DUPLICATES
ALTERNATE RECORD KEY IS CVEAGE IN REGAAS WITH DUPLICATES
ALTERNATE RECORD KEY IS CVECOB IN REGAAS WITH DUPLICATES.
Any idea is welcome and thanks for your attention.
Bye.
--
View this message in context: http://www.nabble.com/Syntax-error-converting-cobol-files-to-TC-tf3206373.html#a8903911
Sent from the tiny-cobol-users mailing list archive at Nabble.com.
|