next up previous index
Next: N203 Memory Dump Up: CERNLIB Previous: N103 Detect Indefinite

N105 Print Trace-Back

Routine ID: N105
Author(s): J. ZollLibrary: KERNLIB
Submitter: Submitted: 01.12. 1973
Language: FortranRevised: 15.09.1978

TRACEQ prints the Fortran trace-back leading to TRACEQ. The maximum number of trace-back levels is specified as an argument. Fewer levels may be printed either because the main program has been reached or because the trace-back linkage is invalid.

Structure:

SUBROUTINE subprogram
User Entry Names: TRACEQ
Internal Entry Names: TRAC1Q, TRAC2Q
Files Referenced: User defined
COMMON Block Names and Lengths: /SLATE/ 40

Usage:

    CALL TRACEQ(LUN,N)
LUN
Logical unit number of the print file, LUN=0 is accepted to mean the standard print file.
N
Maximum number of trace-back levels to be printed.

Notes:

The implementation of TRACEQ depends on the machine; on some machines this cannot be done at all and the routine is a dummy. On some other machines the unit for printing or the number of levels printed is not under program control.

N203


Janne Saarela
Mon Apr 3 15:06:23 METDST 1995