11.07.2015 Views

Extract Utility User's Guide - Supra - Cincom

Extract Utility User's Guide - Supra - Cincom

Extract Utility User's Guide - Supra - Cincom

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Using the XTRACE functionThe XTRACE function enables tracing in the utilities’ parser. Each modificationof the parsing stack triggers a listing of the stack and other relevantinformation. This information provides a history of the parsing stack includingpushing and popping of tokens according to the grammar rules.This information is meaningful only to <strong>Cincom</strong> engineering and supportpersonnel, so you would be unlikely to use this option except with the help of<strong>Cincom</strong> personnel.Code the XTRACE parameter as follows:⎧ON⎫XTRACE ( ⎨ ⎬)⎩OFF⎭You may code XTRACE anywhere in a UCL program. You may enable the tracefunction for the entire UCL program or trace only a few statements in theprogram.Using extended execution tracingExtended execution tracing is a diagnostic tool that <strong>Cincom</strong> support personnelmay request that you run. It can be useful in debugging internal logic errors.You are unlikely to enable it except on advice from <strong>Cincom</strong> support personnel,who will ask that you send the output to them for analysis.Z/OSExtended execution tracing can be enabled by coding a value in the PARMparameter of the EXEC JCL statement, as follows:CSUNEXTR_T RACECALLS⎧YES⎫= ⎨ ⎬⎩ TRUE ⎭The output generated by this parameter also requires that you add thefollowing statement to your JCL://SYSTERM DD SYSOUT=*OPENVMSExtended tracing is enabled by defining a logical name:$ DEFINECSUNEXTR_TRACECALLS⎧YES⎫⎨ ⎬⎩TRUE⎭<strong>Extract</strong> <strong>Utility</strong> <strong>User's</strong> <strong>Guide</strong>, P25-9513-03 16Chapter: 2. Using the <strong>Extract</strong> utilitySection: Running debug and trace for DBA utilities

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!