The built-in Panvalet Suffix Table may be replaced by including a special DD card in the Mainframe Access task JCL as follows:
//PANSUFX DD DSN=your.MFA30.CNTL(PANVALET),DISP=SHR
During initialization, this text file will be analyzed and a new Suffix Table will be created dynamically. The first entry defines a default language type to be used if no match is found in the table. The following extract illustrates the free-form format of the text file:
* * MFA PANVALET CONFIGURATION CONVERSION TOOL * AS ON 06/07/2003 AT 12:40 * * SUFFIX TYPE ++ADD OPTIONS ******** ******** *********************** * DEFAULT DATA LIST,NOFORMAT ASM BAL LIST,NOFORMAT ASSEM BAL LIST,NOFORMAT BAL BAL LIST,NOFORMAT BMS BAL LIST,NOFORMAT DBD BAL LIST,NOFORMAT MAC BAL LIST,NOFORMAT MFS BAL LIST,NOFORMAT MLC BAL LIST,NOFORMAT PSB BAL LIST,NOFORMAT CBL COBOL LIST,NOFORMAT COB COBOL LIST,NOFORMAT COBOL COBOL LIST,NOFORMAT COP COBOL LIST,NOFORMAT COPY COBOL LIST,NOFORMAT CPY COBOL LIST,NOFORMAT JCL JCL LIST,NOFORMAT JOB JCL LIST,NOFORMAT PLI PL/I LIST,NOFORMAT PL1 PL/I LIST,NOFORMAT
In this way, customers may change the search order, the suffix name, and the Panvalet ADD options to meet their needs. Some customers may have already compiled a custom Suffix Table from Mainframe Access Version 2. A migration tool is provided to convert this configuration back into a text file which may be presented to Mainframe Access Version 3.
//jobname JOB (MFA),'PANVALET SUFFIX',CLASS=A,MSGCLASS=X //*************************************************************** //* EXTRACT PANVALET SUFFIX FROM MFA SERVER V2 //*************************************************************** //* //PVSUFFX EXEC PGM=MFAUTL01,REGION=1M //STEPLIB DD DISP=SHR,DSN=your.MFA.V3.LOADLIB //MFALIB DD DISP=SHR,DSN=your.MFA.V2.LOADLIB //MFAPARM DD DISP=SHR,DSN=your.parms.CNTL(PANVALET) //