Using the Reduced Print Output (-b) Parameter - MultiLoad

Teradata MultiLoad Reference

Product
MultiLoad
Release Number
15.10
Language
English (United States)
Last Update
2018-10-06
dita:id
B035-2409
lifecycle
previous
Product Category
Teradata Tools and Utilities

Using the Reduced Print Output (-b) Parameter

Sample Command:

mload -b < foo2

Sample Output:

**** 20:49:12 UTY2414 BRIEF option is enabled.
     ========================================================================
     =          MultiLoad Utility    Release MLOD.15.10.00.000              =
     =          Platform WIN32                                              =
     =          PID      15200                                              =
     ========================================================================
     =     Copyright 1990-2015 Teradata Corporation. ALL RIGHTS RESERVED.   =
     ========================================================================
**** 20:49:12 UTY2411 Processing start date: WED JAN 7, 2015
     ========================================================================
     =          Logon/Connection                                            =
     ========================================================================
0001 .LOGTABLE ML0020_LOG;
0002 .LOGON NODEID/HEMANTHDB,;
**** 20:49:17 UTY8400 Teradata Database Release: 15.10.00.000
**** 20:49:17 UTY8400 Teradata Database Version: 15.10.00.000
**** 20:49:17 UTY8400 Default character set: ASCII
**** 20:49:17 UTY8400 Current RDBMS has interval support
**** 20:49:17 UTY8400 Current RDBMS has UDT support
**** 20:49:17 UTY8400 Current RDBMS has Large Decimal support
**** 20:49:17 UTY8400 Current RDBMS has TASM support
**** 20:49:17 UTY8400 Maximum supported buffer size: 1M
**** 20:49:17 UTY8400 Data Encryption supported by RDBMS server
**** 20:49:21 UTY6211 A successful connect was made to the RDBMS.
**** 20:49:21 UTY6217 Logtable 'HEMANTHDB.ML0020_LOG' has been created.
 
0003 DROP TABLE WT_ML0020;
**** 20:49:22 UTY1008 RDBMS failure: 3807, Object 'WT_ML0020' does not exist.
0004 DROP TABLE ET_ML0020;
**** 20:49:23 UTY1008 RDBMS failure: 3807, Object 'ET_ML0020' does not exist.
0005 DROP TABLE UV_ML0020;
**** 20:49:24 UTY1008 RDBMS failure: 3807, Object 'UV_ML0020' does not exist.
0006 DROP TABLE ML0020;
**** 20:49:25 UTY1008 RDBMS failure: 3807, Object 'ML0020' does not exist.
 
0007 CREATE TABLE ML0020,FALLBACK(
     F1 INTEGER,
     F2 BYTEINT,
     F3 SMALLINT,
     F4 INTEGER,
     F5 BIGINT,
     F6 DECIMAL(9,2),
     F7 FLOAT)
     primary index(F1);
**** 20:49:27 UTY1016 'CREATE' request successful.
 
0008 .BEGIN IMPORT MLOAD TABLES ML0020 SESSIONS 4;
     ========================================================================
     =          Processing MultiLoad Statements                             =
     ========================================================================
0009 .LAYOUT LAY1A;
0010 .FIELD FF1 * INTEGER;
0011 .FIELD FF2 * FLOAT;
0012 .FIELD FF3 * FLOAT;
0013 .FIELD FF4 * FLOAT;
0014 .FIELD FF5 * FLOAT;
0015 .FIELD FF6 * FLOAT;
0016 .FIELD FF7 * FLOAT;
 
0017 .DML LABEL LABELA;
0018 INSERT INTO ML0020 VALUES(:FF1,:FF2,:FF3,:FF4,:FF5,:FF6,:FF7);
 
0019 .IMPORT INFILE INDAT94
                    LAYOUT LAY1A
                    APPLY LABELA;
0020 .END MLOAD;
     ========================================================================
     =          MultiLoad Initial Phase                                     =
     ========================================================================
**** 20:49:27 UTY0829 Options in effect for this MultiLoad import task:
     .       Sessions:    4 session(s).
     .       Checkpoint:  15 minute(s).
     .       Tenacity:    4 hour limit to successfully connect load sessions.
     .       Errlimit:    No limit in effect.
     .       AmpCheck:    In effect for apply phase transitions.
**** 20:49:35 UTY0812 MLOAD session(s) requested: 4.
	 ========================================================================
     =          MultiLoad Acquisition Phase                                 =
     ========================================================================
**** 20:49:45 UTY0826 A checkpoint has been taken, recording that end of file
     has been reached for IMPORT 1 of this MultiLoad Import task.
**** 20:49:45 UTY1803 Import processing statistics
**** 10:52:08 UTY1803 Import processing statistics 
	  .                                       IMPORT  1     Total thus far
     .                                       =========     ==============
     Candidate records considered:........           5.......           5
     Apply conditions satisfied:..........           5.......           5
     Candidate records not applied:.......           0.......           0
     Candidate records rejected:..........           0.......           0
**** 20:49:45 UTY1821 Aquisition Phase statistics
     Elapsed time:  00:00:06
     CPU time:      0 Seconds
     MB/sec:        4.33333e-005
     MB/cpusec:     N/A
     ========================================================================
     =          MultiLoad Application Phase                                 =
     ========================================================================
**** 20:49:50 UTY0818 Statistics for table ML0020:
        Inserts:                    5
        Updates:                    0
        Deletes:                    0
**** 20:49:50 UTY1822 Application Phase statistics
     Elapsed time:  00:00:02
     ========================================================================
     =          MultiLoad Task Cleanup                                      =
     ========================================================================
**** 20:49:58 UTY0821 Error table ET_ML0020 is EMPTY, dropping table.
**** 20:49:59 UTY0821 Error table UV_ML0020 is EMPTY, dropping table.
**** 20:50:02 UTY0825 Error table statistics for:
 
     Target table 1: ML0020
     Number of Rows  Error Table Name
     ==============  ========================================================
                  0  ET_ML0020
                  0  UV_ML0020
 
**** 20:50:06 UTY0822 MultiLoad processing complete for this MultiLoad import
     task.
     ========================================================================
     =          MultiLoad Task Complete                                     =
     ========================================================================
**** 20:50:08 UTY1024 Session modal request, 'SET
     QUERY_BAND='UTILITYNAME=MULTLOAD;' UPDATE FOR SESSION;', re-executed.
 
0021 .LOGOFF;
     ========================================================================
     =          Logoff/Disconnect                                           =
     ========================================================================
**** 20:50:08 UTY6216 The restart log table has been dropped.
**** 20:50:09 UTY6212 A successful disconnect was made from the RDBMS.
**** 20:50:09 UTY2410 Total processor time used = '0.546003 Seconds'
     .       Start : 20:49:12 - WED JAN 7, 2015
     .       End   : 20:50:09 - WED JAN 7, 2015
     .       Highest return code encountered = '0'.