Calling sequence : CALL DILIM (IEXIT, IUNT)
Purpose : To indicate the end of a data set and begin processing it.
Parameters :
| In | |||
| IUNT | Channel number of temporary file to be processed (Integer) | ||
| Out | |||
| IEXIT | Error condition (Integer) | ||
Use : This routine is called to indicate the end of data for the current data set. It processes the data set from the temporary file into the database or into a neutral character file and then rewinds the temporary file. This routine no longer checks for model size (see DISIZ), the model size check is now performed by FEMVIEW itself.
Errors : The error condition is indicated by the value of IEXIT.
| IEXIT | Meaning |
| 0 | Successful call | |
| 32 | Error must be cleared up first | |
| 181 | Incomplete dataset | |
| 211 | Invalid temp file unit number | |
| 224 | Error in writing to temp file | |
| 225 | Error in reading temp file | |
| 226 | Assembly component not found | |
| 227 | Incomplete assembly sub-component | |
| 228 | Transform for assembly not found | |
| 229 | Set index is corrupt | |
| 231 | Named set already exists | |
| 232 | Too many elements in set | |
| 233 | Elements in set not in same order as topology | |
| 234 | Too many transformations | |
| 235 | Attribute name already used in this loadcase | |
| 236 | Error in nodal results header record | |
| 237 | Error in nodal results data | |
| 238 | Node does not exist | |
| 239 | Element does not exist | |
| 241 | Error in reading element results header | |
| 242 | Error in reading Gauss point co-ordinates | |
| 243 | Error in element results data | |
| 244 | Loadcase combination already defined | |
| 245 | No load cases in combinations | |
| 246 | Error in reading beam load header | |
| 247 | Error in reading beam load data | |
| 248 | Illegal Femview calculation name | |
| 249 | No valid nodal results found | |
| 251 | No valid element results found | |
| 252 | No valid constraints found for this dataset | |
| 257 | No valid systems found | |
| 258 | No valid MPCs found | |
| 259 | No valid co-ordinates found | |
| 261 | Model data not recovered | |
| 299 | *** previous error not successfully detected *** |