DATOUT outputs all data from a simulation initiated by the ANALYS execution control subroutine. Depending on the statements in the dataset, Adams Solver may output data to the request, graphics, results, and FEM files.
Use
Called By
CONSUB
Prerequisite
Call to ANALYS
Calling Sequence
CALL DATOUT (istat)
Output Argument
istat | An integer variable that indicates whether the call to DATOUT was successful. If istat = 0, the call to DATOUT was successful. Currently, Adams Solver always returns a value of zero. You do not need to check istat before continuing. |
Extended Definition
DATOUT outputs data from a simulation initiated by ANALYS. When you advance the simulation by a call to ANALYS, Adams Solver does not automatically output data. If you want to process output (for example, requests, graphics), call DATOUT from the CONSUB driver subroutine. In this way, you can choose the type and amount of output. For an example of a CONSUB driver subroutine that calls DATOUT, see
CONSUB.