1TRROR(2)                      LAM FORTRAN LIBRARY                     TRROR(2)
2
3
4

NAME

6       TRROR - Print LAM system error message.
7

SYNOPSIS

9       subroutine TRROR (strname)
10       character strname*(*)
11

DESCRIPTION

13       The  most recent error message is displayed.  Many LAM subroutines have
14       an ierror argument that returns an error code.  If TRROR()  is  invoked
15       immediately  after  detecting an error condition from a LAM subroutine,
16       the description corresponding to the ierror  code  will  be  displayed.
17       The error message will be preceded by the contents of strname.
18

EXAMPLE

20              call KENTR('app', 0, ierror)
21              if (ierror .ne. 0) call TRROR('knit')
22
23
24
25LAM 7.1.2                         March, 2006                         TRROR(2)
Impressum