[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

2395.0. "Get trace from script in batch..??" by TAV02::CHAIM (Semper ubi Sub ubi .....) Thu Mar 11 1993 13:56

Can someone tell me what commands to write in a script file to get trace to a
file. The script is executed from within ALLIN1/NOINIT which is part of a batch
job. The log file for the job shows an access violation, and I'd like to get a
trace file.

Thanks,

Cb.
T.RTitleUserPersonal
Name
DateLines
2395.1SET_TRACEKETJE::CAPPELLEMANSThe Dark side of the \FORCEThu Mar 11 1993 16:2710
Did you tried with the (V3.0) SET_TRACE function, where you can specify parameters as:
LOG=trace_file_name
FORM
FLOW
STACK
....
It's described in the PROG REF Guide VOL2 page 624

Best regards
Pierre 
2395.2Customer is still at V2.4...TAV02::CHAIMSemper ubi Sub ubi .....Sun Mar 14 1993 05:5517
>
>Did you tried with the (V3.0) SET_TRACE function, where you can specify 
>parameters as:
>LOG=trace_file_name
>FORM
>FLOW
>STACK
>....
>It's described in the PROG REF Guide VOL2 page 624
>

The customer is still running V2.4

Thanks,

Cb.

2395.3use OA$TRA_SET in V2.4IOSG::ECHRISTIEEileen ChristieTue Mar 16 1993 08:3013
For 2.4 use oa$tra_set function, eg

oa$tra_set log,form,script

 ... no brackets, no spaces

to turn it off use

oa$tra_set off,all

The log file will be called A1TRACE.LOG. 

To see the parameters available look at the GOLD% form