baharengineer
Programmer
hi
i have 2 line in my long program that are :
************
1. DATA MODE/10HCOLLECTIVE,10HCYCLIC, 10HSCISSORS /
this line has 2 error :
(1386) : Error: Syntax error, found IDENTIFIER 'HSCISSORS' when expecting one of: , /
and
(1386) : Error: A symbol must be a defined parameter in this context. [HSCISSORS]
DATA MODE/10HCOLLECTIVE,10HCYCLIC, 10HSCISSORS /
************
2. DATA PLNE/6HHORIZ,6HVERT, 6HTORSION, 6H /
this line has 1 error :
(1294) : Error: Syntax error, found HOLLERITH_CONSTANT '6HVERT, ' when expecting one of: , /
DATA PLNE/6HHORIZ,6HVERT, 6HTORSION, 6H /
any suggestion to fix this errors?
i have 2 line in my long program that are :
************
1. DATA MODE/10HCOLLECTIVE,10HCYCLIC, 10HSCISSORS /
this line has 2 error :
(1386) : Error: Syntax error, found IDENTIFIER 'HSCISSORS' when expecting one of: , /
and
(1386) : Error: A symbol must be a defined parameter in this context. [HSCISSORS]
DATA MODE/10HCOLLECTIVE,10HCYCLIC, 10HSCISSORS /
************
2. DATA PLNE/6HHORIZ,6HVERT, 6HTORSION, 6H /
this line has 1 error :
(1294) : Error: Syntax error, found HOLLERITH_CONSTANT '6HVERT, ' when expecting one of: , /
DATA PLNE/6HHORIZ,6HVERT, 6HTORSION, 6H /
any suggestion to fix this errors?