Command line processor

The command line processor is a program that runs under z/OS® UNIX System Services. You can use the command line processor to execute SQL statements, bind DBRMs that are stored in HFS files into packages, call stored procedures, and perform XML schema repository operations.

The command line processor is an alternative to using SPUFI or DSNTEP2 to execute SQL statements.

You can use the command line processor in one of the following ways:

  • In interactive mode, in which you request a single operation, and the command line processor executes that operation and returns the result.
  • In batch mode, in which you pass a file to the command processor that contains all of the operations that you want to execute.