Specifying Non-Standard Data Set Names

ISETUP asks you for the high-level qualifier for your current production version of FOCUS. Based on this qualifier and a list of all of the standard data set names (low level qualifiers), ISETUP installs all the necessary FOCUS libraries. The list of low level qualifiers ISETUP uses is in member FOCSNAME in the F.HOME.DATA data set:

Important: You must use the version of FOCSNAME provided on the current distribution tape, not the version from a previous installation.

If you use only the standard FOCUS data set names, you do not have to perform this step.

Note: Only ISETUP uses FOCSNAME. FOCUS, once installed, does not use this member.

To edit FOCSNAME, open member FOCSNAME in the F.HOME.DATA data set and follow the instructions entered as comments at the top of the file.

The following is an example of a partial listing of the FOCSNAME member. The contents of this member may change over time, but should be simliar to the following.

//* =================================================================== 
//* FOCSNAME                                                          * 
//*                                                                   * 
//* Purpose: To Allow the customizing of product dataset names.       * 
//*                                                                   * 
//* =================================================================== 
//* DO NOT CHANGE THE FOLLOWING ENTRIES, WHICH ARE USED BY ISETUP       
//*                                                                     
// SET ISETVOL1=T00000                       Input volume 1             
// SET ISETVOL2=U00000                       Input volume 2             
//*                                                                     
// SET ISETPRD=WIBFOC.PROD                   Production HLQ             
// SET ISETNEW=WIBFOC.TEST                   New HLQ                    
// SET ISETRCV=WIBFOC.RECV                   FTP HLQ                    
//*                                                                     
//* DO NOT CHANGE THE PRECEDING ENTRIES, WHICH ARE USED BY ISETUP       
//* =================================================================== 
//*                                                                     
//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
//*                                                                   *
//* The set variable symbols below are used to specify the dataset    *
//* names of all the product files used by ISETUP.                    *
//*                                                                   *
//* The variable symbols begin with P for production, N for new,      *
//* or R for FTP receive files.  The remainder of the symbol must     *
//* match the ISETPARM and IDATADEF tag values in ISETUP.             *
//*                                                                   *
//* DO NOT change set variable symbols on the left of the equal sign. *
//*                                                                   *
//* DO NOT change the &ISETPRD, &ISETNEW, or &ISETRCV prefix variable *
//*        symbol of the dataset names unless a dataset cannot be     *
//*        specified using the prefix values entered on the ISETUP    *
//*        panel.  Not changing this prefix allows the customization  *
//*        data here to be reused with future product upgrades or     *
//*        refreshes without having to change this file each time.    *
//*                                                                   *
//* Change the remainder of the dataset names after the prefix        *
//* variable symbol only if your site cannot support using the        *
//* standardized product dataset names documented for the product     *
//* and already entered below.  Note that the double period is needed *
//* to allow a single period to be appended to the symbol value so    *
//* the dataset name is valid after variable substitution.            *
//*                                                                   *
//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
//*                                                                    
// SET PADABASD=&ISETPRD..ADABAS.DATA        Prod ADABAS               
// SET NADABASD=&ISETNEW..ADABAS.DATA        New ADABAS                
// SET RADABASD=&ISETRCV..ADABAS.DATA        FTP ADABAS                
// SET PADABASL=&ISETPRD..ADABAS.LOAD        Prod ADABAS               
// SET NADABASL=&ISETNEW..ADABAS.LOAD        New ADABAS                
// SET RADABASL=&ISETRCV..ADABAS.LOAD        FTP ADABAS                
// SET PADMCFOR=&ISETPRD..ADMCFORM           Prod                      
// SET NADMCFOR=&ISETNEW..ADMCFORM           New                       
// SET RADMCFOR=&ISETRCV..ADMCFORM           FTP                       
// SET PCONFIGD=&ISETPRD..CONFIG.DATA        Prod installation         

As described, where necessary overwrite each standard name with your non-standard name.

For example, if you use the name INSTALL.DATA for your production installation library, change the following line:

// SET PCONFIGD=&ISETPRD..CONFIG.DATA        Prod installation         

It should now say:

// SET PCONFIGD=&ISETPRD..INSTALL.DATA       Prod installation         

Information Builders