APPLY Subcommand (CASEPLOT command)

APPLY allows you to produce a caseplot using previously defined specifications without having to repeat the CASEPLOT subcommands.

Example

CASEPLOT VARIABLES = TICKETS
  /LN
  /DIFF=1
  /SDIFF=1
  /PER=12.
CASEPLOT VARIABLES = ROUNDTRP
  /APPLY.
CASEPLOT APPLY
  /NOLOG.