Hi All:
I have an sql create table scripted and executed by runsqlstm.
Is there any way to suppress or hold the printout?
Thanks in advance
GLS
I have an sql create table scripted and executed by runsqlstm.
Is there any way to suppress or hold the printout?
Code:
RUNSQLSTM SRCFILE(MYLIB/QSOURCE) SRCMBR(CHASC) COMMIT(*NONE)
PHP Code:
CREATE TABLE QTEMP/CHASQ AS ( Select blah blah blah where blah) with data
PHP Code:
Source file...............MYLIB/QSOURCE
Member....................CHASC
Commit....................*NONE
Naming....................*SYS
Generation level..........10
Date format...............*JOB
Date separator............*JOB
Time format...............*HMS
Time separator ...........*JOB
Right margin..............80
Default collection........*NONE
IBM SQL flagging..........*NOFLAG
ANS flagging..............*NONE
Decimal point.............*JOB
Sort sequence.............*JOB
blah blah blah
MSG ID SEV RECORD TEXT
SQL7950 0 1 Position 1 Table CHASQ created in QTEMP.
Message Summary
Total Info Warning Error Severe Terminal
1 1 0 0 0 0
00 level severity errors found in source
GLS




Comment