PSF for z/OS: User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Setting up the AFRREBLK profile

PSF for z/OS: User's Guide
S550-0435-04

Setting up the AFRREBLK profile

To set up an optional AFRREBLK profile, you copy the sample profile in SYS1.SAMPLIB (AFRREBLK) to a data set named userid.AFRREBLK.PROFILE, where userid is your user ID.

The AFRREBLK profile includes a list of possible AFP object types that the reblocking program can recognize. You can set up the AFRREBLK profile to include the default data set names you want. To specify a partitioned data set, use the high-level qualifier and the data set name. To specify a sequential data set, use only one qualifier. If you specify the name as a partitioned data set, you must preallocate the data set. For a sequential data set, the one qualifier specified is used as the third qualifier in the data set name. Figure 47 shows the sample AFRREBLK profile that is included with PSF.

Figure 47. Sample AFRREBLK profile
/****************************************************************************/
/*  Function: AFRREBLK MVS Profile - used when the output file is           */ 
/*            not specified.  The program will determine the type           */ 
/*            of AFPDS object and store it to the specified                 */
/*            location.                                                     */
/*                                                                          */ 
/*  Syntax  : Keyword DatasetName                                           */
/*                                                                          */
/*            The DatasetName may be a partition dataset name or a          */
/*            single name that will be used to create a sequential          */
/*            dataset.  Partition dataset names may use 'userid()'          */ 
/*            as a high level qualifier and will be resolved to             */ 
/*            the userid of the person running the program.                 */ 
/*            Partition datasets must be preallocated.                      */
/****************************************************************************/

FontUB   userid().afrreblk.fontub            /* Unbounded-Box Font Names    */
Font240  userid().afrreblk.font240           /* 240 Bounded-Box Font Names  */
Font300  userid().afrreblk.font300           /* 300 Bounded-Box Font Names  */
FontOLN  userid().afrreblk.fontOLN           /* AFP Outline Font Names      */

PageDef  userid().afrreblk.pagedef           /* Page Definition Names       */
FormDef  userid().afrreblk.formdef           /* Form Definition Names       */

Doc240   userid().afrreblk.doc240            /* 240 pel Document Names      */
DocAFP   userid().afrreblk.docafp            /* Resolution Independent Doc  */

Ovly240  userid().afrreblk.ovly240           /* 240 pel Overlays            */
OvlyAFP  userid().afrreblk.ovlyafp           /* Resolution Independent Ovly */

IOCA     userid().afrreblk.ioca              /* IOCA Images                 */
PageSeg  userid().afrreblk.pageseg           /* IM1 Image - Page Segments   */

Pseg240  userid().afrreblk.pseg240           /* 240 Pel Image Descriptor    */
PsegAFP  userid().afrreblk.psegafp           /* 300 Pel Image descriptor    */
AFPOBJ   userid().afrreblk.afpobj            /* Object Container            */

LRECL    32756                               /* Record Length               */
BLKSIZE  32760                               /* Blocksize                   */ 

Each line of the AFRREBLK profile contains one keyword and its value, separated by one or more spaces. Any line with an unrecognized keyword is ignored. You can enter keywords in uppercase or lowercase. Valid keywords are:

FONTUB
Library for unbounded-box font objects
FONT240
Library for 240-pel font objects
FONT300
Library for 300-pel font objects
FONTOLN
Library for AFP outline font objects
PAGEDEF
Library for page definitions
FORMDEF
Library for form definitions
DOC240
Library for 240-pel documents
DOCAFP
Library for resolution-independent documents
OVLY240
Library for 240-pel overlays
OVLYAFP
Library for resolution-independent overlays
IOCA
Library for IOCA images
AFPOBJ
Library for color mapping table object container and wrapped EPS object container
PAGESEG
Library for page segments
PSEG240
Library for 240-pel image descriptor
PSEGAFP
Library for resolution-independent image descriptor
LRECL
Record length for the output data set
BLKSIZE
Block size for the output data set

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014