Hello,
Account String Extension allows to do that ( user level )
the ASE variable could be : &I ( add hostid, session number and request number into the account string )
be careful ASE uses AMPUsage mechanism , the amount of data recorded can increase very quickly.
and to see the CPU time...
Hi,
if you work on a LAN :
The Gateway Global utility allows you to monitor and control the sessions of Teradata Database LAN-connected users.
KILL SESSION Terminates a specific session.
Requires using the SELECT HOST
command.
KILL USER Terminates all sessions of a specific user...
Have you tried to use such as example:
___________________________________________
insert database.table
(
CustID,
...
)
SELECT
CustID
...
FROM TEMP;
.IF ERRORCODE > 0 THEN .QUIT 12
_____________________________________
and catch the errorcode in your JCL
regards
Francois
Hi,
Just an example :
DDL :
===
CREATE SET TABLE dev_tampon.logtable ,NO FALLBACK ,
NO BEFORE JOURNAL,
NO AFTER JOURNAL
(
i INTEGER NOT NULL,
dat DATE FORMAT 'yyyy-mm-dd' NOT NULL,
j INTEGER,
ch VARCHAR(10) CHARACTER SET LATIN NOT CASESPECIFIC)
PRIMARY...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.