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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2395.1 | SET_TRACE | KETJE::CAPPELLEMANS | The Dark side of the \FORCE | Thu Mar 11 1993 16:27 | 10 |
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.2 | Customer is still at V2.4... | TAV02::CHAIM | Semper ubi Sub ubi ..... | Sun Mar 14 1993 05:55 | 17 |
> >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.3 | use OA$TRA_SET in V2.4 | IOSG::ECHRISTIE | Eileen Christie | Tue Mar 16 1993 08:30 | 13 |
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 |