Chapter 6. Using ACIF in OS/390, MVS, VM, and VSE
This chapter describes how to invoke ACIF in the OS/390, MVS, VM, and VSE
environments.
Using ACIF in the OS/390 and MVS Environments
Figure 20 contains sample JCL to invoke ACIF to process print output from an
application.
//
USERAPPL
EXEC PGM=
user application
//
PRINTOUT
DD DSN=
print file
,DISP=(NEW,CATLG)
//\
//
ACIF
EXEC=APKACIF,PARM=[[ 'PARMDD=
ddname
][,MSGDD=
ddname'
]],REGION=3M
//
INPUT
DD DSN=\.USERAPPL.PRINTOUT
//
OUTPUT
DD DSN=
output file
,DISP=(NEW,CATLG),
//
DCB=(LRECL=32756,BLKSIZE=3276ð,RECFM=VBA,DSORG=PS),
//
SPACE=(3276ð,(
nn,nn
)),UNIT=SYSDA
//
RESOBJ
DD DSN=
resource file
,DISP=(NEW,CATLG),
//
DCB=(LRECL=32756,BLKSIZE=3276ð,RECFM=VBA,DSORG=PS),
//
SPACE=(3276ð,(
nn,nn
)),UNIT=SYSDA
//
INDEX
DD DSN=
index file
,DISP=(NEW,CATLG),
//
DCB=(LRECL=32756,BLKSIZE=3276ð,RECFM=VBA,DSORG=PS),
//
SPACE=(3276ð,(
nn,nn
)),UNIT=SYSDA
//
SYSPRINT
DD SYSOUT=\
//
SYSIN
DD \
ACIF
parms go here
Figure 20. Sample OS/390 and MVS JCL to Invoke ACIF
Explaining the JCL Statements
The JCL statements in Figure 20 are explained as follows. For more information
about programming JCL, refer to
OS/390 MVS JCL Reference.
USERAPPL
Represents the job step to run the application that produces the actual print
output.
USERAPPL or user application is the name of the program that
produces the print data set.
PRINTOUT
The DD statement that defines the output data set produced from the
application. The application output cannot be spooled to the Job Entry
Subsystem (JES), because ACIF does not read data from the spool. The
file is the name of the print data set created by the user application.
ACIF
Represents the job step that invokes ACIF to process the print data set. You
can specify two optional input parameters to ACIF:
PARMDD
Defines the DDname for the data set containing the ACIF processing
parameters. If PARMDD is not specified, ACIF uses SYSIN as the default
DDname and terminates processing if SYSIN is not defined.
Copyright IBM Corp. 1993, 1999
81
Содержание S544-5285-01
Страница 1: ...IBM Print Services Facility IBM AFP Conversion and Indexing Facility User s Guide S544 5285 01...
Страница 2: ......
Страница 3: ...IBM Print Services Facility IBM AFP Conversion and Indexing Facility User s Guide S544 5285 01...
Страница 10: ...viii ACIF User s Guide...
Страница 21: ...Part 1 Information Common to AIX OS 390 MVS VM and VSE Environments Copyright IBM Corp 1993 1999 1...
Страница 22: ...2 ACIF User s Guide...
Страница 40: ...20 ACIF User s Guide...
Страница 41: ...Part 2 Using ACIF in the AIX Environment Copyright IBM Corp 1993 1999 21...
Страница 42: ...22 ACIF User s Guide...
Страница 72: ...52 ACIF User s Guide...
Страница 96: ...76 ACIF User s Guide...
Страница 99: ...Part 3 Using ACIF in the OS 390 MVS VM and VSE Environments Copyright IBM Corp 1993 1999 79...
Страница 100: ...80 ACIF User s Guide...
Страница 106: ...86 ACIF User s Guide...
Страница 134: ...Figure 24 Example of a Customer s Phone Bill 114 ACIF User s Guide...
Страница 142: ...122 ACIF User s Guide...
Страница 196: ...176 ACIF User s Guide...
Страница 197: ...Part 4 Appendixes Copyright IBM Corp 1993 1999 177...
Страница 198: ...178 ACIF User s Guide...
Страница 206: ...186 ACIF User s Guide...
Страница 210: ...190 ACIF User s Guide...
Страница 226: ...206 ACIF User s Guide...
Страница 253: ......
Страница 255: ...Spine information IBM IBM Print Services Facility User s Guide AFP Conversion and Indexing Facility...