| Section
1, Task 3: Create a Test PDB and
Process, Reduce, and Report on Data Action 2: Add or create table and variable definitions Step b: Process the staged data into PDB |
|
Use part of STEP02 from the CMDCOLLD member of your CPMISC PDS, and edit it as follows:
%CPSTART(MODE=BATCH, #1
ROOT='your.itsv.',
SITELIB='your.itsv.sitelib',
PDB='your.fax.pdb.',
DISP=OLD,
MXGSRC=('mxg.userid.sourclib' 'mxg.mxg.sourclib'),
MXGLIB=mxg.mxg.formats,
_RC=CPSTRC
);
%PUT CPSTART return code is &CPSTRC; #2
%INCLUDE FAXES.SAS; #3
%FAXES; #3
RUN; #3
%CPPROCES(COLLECTR=GENERIC,TOOLNM=SASDS,GENLIB=WORK, #4
_RC=CPPRRC);
%PUT CPPROCES return code is &CPPRRC; #5
Notes:
%CPPROCESS
(UFAXES, COLLECTOR=GENERIC,
TOOLNM=SASDS, GENLIB=WORK, _RC=CPPRRC);