z/OS MVS Programming: Writing Transaction Programs for APPC/MVS
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Coding an ATBTRACE STOP Request

z/OS MVS Programming: Writing Transaction Programs for APPC/MVS
SA23-1397-00

Use the following syntax diagram and parameter descriptions to code an ATBTRACE request to stop tracing a conversation.

Read syntax diagramSkip visual syntax diagram
>>-ATBTRACE--STOP--DATASET--(--ds_name--)----------------------><

Parameters

STOP
Specifies that all API tracing activity for the specified data set is to stop.
DATASET(ds_name)
Specifies the data set for which tracing activity is to stop. You may use the abbreviations DA, DSNAME, DSN, or DS instead of DATASET.

ds_name can be either the fully qualified or unqualified name of a pre-allocated, sequential data set. A fully qualified name must be specified within single quotes. When the data set name is specified without quotes, APPC/MVS adds a high-level qualifier, the user ID of the ATBTRACE invoker, to the data set name.

When ATBTRACE is invoked in MVS batch mode, you must specify a fully qualified data set name; otherwise, APPC/MVS rejects the ATBTRACE request.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014