z/OS JES3 Initialization and Tuning Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples

z/OS JES3 Initialization and Tuning Reference
SA32-1005-00

Example 1: The following example specifies only the account number without special characters.
ACCOUNT,12A75
Example 2: The following example specifies only the account number with two special characters—a period (.) and an apostrophe (').
ACCOUNT,'12A.75'20'
Example 3: The following example specifies an account number and two items of additional accounting information. All three parameters are considered separate fields.
ACCOUNT,(12A75,DEPT-D58,706)
Example 4: The following example shows the same parameters as those specified above; however, all information between the apostrophes is considered to be one field.
ACCOUNT,'12A75,DEPT-D58,706'
Example 5: The following two examples show special characters in the account number parameter and in the first parameter of additional information.
ACCOUNT,('B.93','DEPT/99',BLDG002)    ACCOUNT,'B.93,DEPT/99,BLDG002'
Example 6: The following examples do not supply an account number however, the examples include other accounting information.
ACCOUNT,(,'H.J.WELLSCOMPANY',NYC,55-33,1,1,3)
ACCOUNT,',H.J.WELLSCOMPANY,NYC,55-33,1,1,3'

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014