Previous Topic: JCL ExamplesNext Topic: REPORT Statement


DELETE Statement

The DELETE control statement follows the SIGN/ON statement in the job stream. The DELETE control statement is formatted as follows:

Columns 1-10

Identifies the type of control statement. The valid entry is DELETE. Left-justify the value with trailing blanks as necessary.

Columns 11-72

Specifies the option keyword USER and its value. Enter the user name as the value.

There are no spaces in the keyword portion of the statement. An equal sign (=) separates an option type from its value.

►►─ DELETE ─ USER=userid ─────────────────────────────────────────────────────►◄
USER=

Specifies the ID of the person todelete from the CA Dataquery system.

Valid Entries:

A 1- to 32-character user ID

Default Value:

(No default)