

LIB/CCF Batch Utilities for CA Vollie › Batch Logout Utility › Parameters › SYSIPT Control Statements › Example
Example
* $$ JOB JNM=xxxxxxxx,CLASS=A,USER=xxxxxx
* $$ LST CLASS=L
* $$ PUN CLASS=A,DISP=I A
// JOB xxxxxxxx
// DLBL JOBSTR,’libr.job.stream’,0,SD
// EXTENT SYS00n,xxxxxx,1,0,800,30 B
// ASSGN SYS008,DISK,VOL=xxxxx,SHR
*
// LIBDEF *,SEARCH=(libccf.lib,librarian.lib) C
// EXEC CCFB102,SIZE=AUTO
-MFID 1
-CRID WO000001
-LANG ASM
-DESC VENDOR PAYROLL SYSTEM
-APPL PAYROLL
-ABST VENDOR PAYROLL SYSTEM MODULE
-COPY PAY01
-EMOD
-END
/*
/&
* $$ EOJ
- A—The POWER * $$ PUN statement must specify DISP=I to return the CCFB102 output (the batch logout job stream) to the input queue for subsequent execution.
- B—The DLBL, ASSGN, and EXTENT statements are required for the batch CA Librarian job stream file. The default file ID and unit number are JOBSTR and SYS008, respectively. However, your site might have changed them.
- C—If a system LIBDEF did not define the LIB/CCF and the batch CA Librarian executable libraries, provide a LIBDEF statement in the JCL.
Copyright © 2010 CA.
All rights reserved.
 
|
|