Hi experts Need a solution to solve this error. Thanks in advance.
Severe (1): Not a Fortran-specific error FOR$IOS_NOTFORSPE. An error in the user program or in the RTL was not an Intel Fortran-specific error and was not reportable through any other Intel Fortran run-time messages.
- Login or Signup Now to post comments

There might be a possibility that the variable that you are using is throwing a null exception and that you are not tackling it correctly.
First make sure that the variable that you are using is not getting aynthing ambiguous in any circumstances. If you think that you are not sure then make a trigger or excetpion handler to handle that particular problem so that the program may not crash.
Also try using different variables in the program. Maybe the variables that you are using are the keywords that are being used inside the software.
Do this in a new separate file and see if the error still occurs.