Passing Parameters on the START Command

If the program you are going to run expects a parameter list, you can specify the arguments on the START command line. For example, to pass the argument 007 to your application, enter:
start * 007
* specifies the default entry point that is usually the beginning of your application. See the z/VM: CMS Commands and Utilities Reference for details on the START command.