IBM Infoprint XT for z/OS
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


JCL statements

IBM Infoprint XT for z/OS
GI11-9492-01

Infoprint XT provides sample JCL that you can modify to configure the ink correlation table. Infoprint XT provides the sample JCL in the SAIOSAMP data set. Figure 1 shows the sample JCL that Infoprint XT provides.

Figure 1. Sample JCL for configuring the ink correlation table
//AIOZCLR  JOB <JOB STATEMENT PARAMETERS>
//********************************************************************* 
//*    Licensed Materials - Property of IBM                           * 
//*    5655-O15                                                       * 
//*    (C) Copyright IBM Corp. 2012                                   * 
//*                                                                   * 
//*  Run the pdxtcolor command in the UNIX System Services            * 
//*  environment.                                                     * 
//*                                                                   * 
//*  CAUTION: This is neither a JCL procedure nor a complete          * 
//*  job.  Before using this job step, you must make these            * 
//*  modifications:                                                   * 
//*                                                                   * 
//*  1) Change the JOB statement to meet your system requirements.    * 
//*                                                                   * 
//*  2) Set the SYSIN parameters to the command you want to run in    *
//*     UNIX System Services.                                         *
//*                                                                   * 
//*  3) Ensure that you run this job from a user ID that is in the    * 
//*     AIOUSER group.                                                *
//*                                                                   *
//*********************************************************************
//*                                                                    
//AIOZCLR  EXEC PGM=AIOZCLR                                            
//*                                                                    
//*********************************************************************
//* Diagnostic messages from the pdxtcolor command                    *
//*********************************************************************
//*                                                                    
//SYSPRINT DD   SYSOUT=*                                               
//*                                                                    
//*********************************************************************
//* Specify processing options                                        *
//*********************************************************************
//*                                                                    
//SYSIN    DD   *                                                      
*                                                                      
* (1) Create an ink correlation table in the mygroup resource group:   
*                                                                      
*     -f create -g mygroup                                             
*                                                                      
* (2) Add the complete Infoprint XT color collections to the ink       
*     correlation table in the mygroup resource group                  
*                                                                      
*     -f color_collections -g mygroup -c collection_colors             
*                                                                      
* (3) Create AFP sample jobs for all of the solid colors in the ink    
*     correlation table and their associated shades                    
*                                                                      
*     -f sample -g mygroup -s all                                      
*                                                                      
/*                                                                                                             

These describe the various statements in the sample JCL:

AIOZCLR JOB
This required JOB statement marks the beginning of the job. It tells the system how to process the job through the positional and keyword parameters of the statement. Replace AIOZCLR with the appropriate job name. Replace the <JOB STATEMENT PARAMETERS> portion of the sample statement with any parameters that your installation requires.
AIOZCLR EXEC
This required EXEC statement specifies the Infoprint XT AIOZCLR utility program.
SYSPRINT DD
This DD statement defines the data set where AIOZCLR writes the standard error from the pdxtcolor command (file descriptor 2).
SYSIN DD
This optional DD statement specifies the AIOZCLR parameters. You can specify a sequential data set that contains the parameters, or you can specify the parameters directly in the DD statement. When it builds the parameter list from the information that you specify, AIOZCLR uses the same rules that AIOZR2AR uses for the SYSIN DD statement. See SYSIN DD for AIOZR2AR.
Notes:
  1. If the SYSIN DD statement is present, Infoprint XT attempts to use the parameters it specifies.
  2. If the JCL contains a SYSIN DD DUMMY statement, or if the SYSIN DD specifies an empty data set, Infoprint XT uses the AIOZCLR default parameters.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014