HP TACL Programming Manual page 85

Tandem advanced command language
Table of Contents

Advertisement

Figure 3-16. Sample Command Shell (Page 3 of 4)
#SET step 2
#PUSH c d
#DELAY 200
#PURGE filewithlongname
#OUTPUT
]
== end #IF
?SECTION coldstart MACRO
[#CASE [recovery]
|REQUIRED
|
cleanup
|OTHERWISE |
]
#SET name [#VARIABLEINFO /VARIABLE/ %0%]
#SET step 1
#PUSH e f
== If an error occurs during this step, force recovery
#OUTPUT COLDSTARTing application $X
#OUTPUT (Press BREAK now to force a recovery)
#DELAY 300
#SETMANY condition recovery , 0 OFF
#OUTPUT COLDSTART Successful
#OUTPUT
?SECTION shutdown MACRO
#OUTPUT SHUTDOWN of application $X
[#CASE [recovery]
|REQUIRED|
cleanup
|OTHERWISE|
]
#SET name [#VARIABLEINFO /VARIABLE/ %0%]
#SET step 1
#PUSH g h
#DELAY 300
#SET condition 0
#OUTPUT SHUTDOWN Successful
#OUTPUT
107365 Tandem Computers Incorporated
Developing TACL Routines
== COLDSTART the application
== SHUTDOWN the application
Writing an Exception Handler
3–29

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents