Finding errors: ****

Top  Previous  Next

When the screen or LOG shows compilation errors are present users should edit the .LST file directly or be guided through it by the IDE and look for the cause of the errors.  Errors are marked by lines, which begin with 4 asterisks (****).

For example errsemic.gms one may find lines in the .LST file like the following

 

    3  SET PERIODS    TIME PERIODS          /T1*T5/;

    4      ELAPSED    ELAPSED TIME          /1*12/ ;

****             $140       $36

    5      PRODUCTS   LIST OF PRODUCTS      /WHEAT,STRAWBERRY/;

****              $140   $36

 

which indicates errors were found in the 4th and 5th lines of the input file.