Technical data
System Dump Analyzer
@ (Execute Procedure)
@ (Execute Procedure)
Causes SDA to execute SDA commands contained in a file. Use this command to
execute a set of frequently used SDA commands.
Format
@filespec
Parameter
filespec
Name of a file that contains the SDA commands to be executed. The default file
type is .COM.
Example
SDA> @USUAL
The Execute Procedure command executes the following commands, as contained
in a file named USUAL.COM:
SET OUTPUT LASTCRASH.LIS
SHOW CRASH
SHOW PROCESS
SHOW STACK
SHOW SUMMARY
This command procedure first makes the file LASTCRASH.LIS the destination for
output generated by subsequent SDA commands. Next, the command procedure
sends to the file information about the crash and its context, a description of the
process executing at the time of the process, the contents of the stack on which
the crash occurred, and a list of the processes active on the CPU that crashed.
An EXIT command within a command procedure terminates the procedure at
that point, as would an end-of-file marker.
You cannot nest command procedures.
SDA–44