z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples of the programmer’s name parameter

z/OS MVS JCL Reference
SA23-1385-00

Example 1
//APP  JOB  ,G.M.HILL

This JOB statement specifies a programmer’s name with no accounting information. The leading comma may be optional; check with your installation.

Example 2
//DELTA   JOB  'T.O''NEILL'

The programmer’s name contains special characters. The installation requires no accounting information. The imbedded apostrophe is coded as two consecutive apostrophes; the entire name must be enclosed in apostrophes.

Example 3
//#308  JOB  (846349,GROUP12),MATTHEW

This JOB statement specifies an account number, additional accounting information, and a programmer’s name.

Example 4
//JOBA   JOB  'DEPT. 15E'

This installation requires the department number in the programmer’s name parameter.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014