Project 2000

Century Support Products for CA-IDMS
ADSO Source Analyzer Installation Instructions


Contents of the Installation Tape

The installation tape is a standard labeled tape with two files containing ADS Source Analyzer components:
  • Load library of load modules, and
  • an 80-column PDS with three members
    1. BIFSYSCN (containing standard ADS BIF names, system-defined fieldnames and figurative constants),
    2. OPTIONS (containing a list of keywords that can be used in the OPTIONS section), and
    3. SCANSPEC (containing sample specifications for identifying date-related element names and literal values).

1) Copy ADS Source Analyzer Files

The ADS Source Analyzer files can be copied using the IEBCOPY utility and JCL similar to the following:

// user jobcard
//*
//*               	copy the ADS Source Analyzer load library
//*
//COPYLOD	EXEC	PGM=IEBCOPY
//CART    	DD 	DSN=DBSADS.LOADLIB,
//                          	DISP=OLD,
//                          	UNIT=cart,
//                          	VOL=SER=DBSADS,
//                          	LABEL=1
//DASD     	DD 	DSN=user.ads.source.analyzer.loadlib.dsn,
//                          	DISP=(NEW,CATLG,DELETE),
//                          	UNIT=sysda,
//                          	DCB=BLKSIZE=23476,
//                          	SPACE=(TRK,(10,10,5))
//SYSUT3   	DD    	SPACE=(TRK,(1,1)),
//                          	DISP=(,DELETE),
//                          	UNIT=sysda
//SYSUT4    	DD    	SPACE=(TRK,(1,1)),
//                          	DISP=(,DELETE),
//                          	UNIT=sysda
//SYSPRINT	DD    	SYSOUT=*
//SYSIN     	DD    	*
 COPYMOD INDD=CART,OUTDD=DASD,MAXBLK=23476
/*
//*
//*               	copy the ADS Source Analyzer data file
//*
//COPYLOD	EXEC	PGM=IEBCOPY
//CART    	DD 	DSN=DBSADS.DATA,
//                          	DISP=OLD,
//                          	UNIT=cart,
//                          	VOL=SER=DBSADS,
//                          	LABEL=2
//DASD     	DD 	DSN=user.ads.source.analyzer.datafile,
//                          	DISP=(NEW,CATLG,DELETE),
//                          	UNIT=sysda,
//                          	DCB=BLKSIZE=3120,
//                          	SPACE=(TRK,(10,10,5))
//SYSUT3   	DD    	SPACE=(TRK,(1,1)),
//                          	DISP=(,DELETE),
//                          	UNIT=sysda
//SYSUT4    	DD    	SPACE=(TRK,(1,1)),
//                          	DISP=(,DELETE),
//                          	UNIT=sysda
//SYSPRINT	DD    	SYSOUT=*
//SYSIN     	DD    	*
 COPYMOD INDD=CART,OUTDD=DASD
/*


2) Set the product authorization password

The use of the ADS Source Analyzer is covered by a license agreement subject to annual renewal. Upon initial delivery and annual renewal, you will be given a password to authorize use of the ADS Source Analyzer. This password is applied using the standard ZAP utility.


3) Add any custom BIFs to reserved name list

Member BIFSYSCN in the 80-column data file on the installation tape contains a list of standard ADS BIFs, system-defined datanames and figurative constants. If you have any custom BIFs, they should be added to this member in the appropriate section. The DATEBIF section is for date-related BIFs that use 2-digit years, the DATEBIFX section is for data-related BIFs that use 4-digit years.


4) ADS Source Analyzer Installation is Complete!!!

The installation is complete. You can begin executing the program using JCL as discussed in the preceding section. It will probably take some experimentation to determine the input specifications that will best identify your date-related elements without also flagging elements that are not date-related.

Back to Project 2000.

Back to HSL.


Hybrid Systems Ltd., Inc.
200 University Park Drive
Edwardsville, IL 62025

US 1-800-779-2802
Outside US 1-618-692-4757
E-mail: HSL