I have created a Stored procedure which Select V1, V2, V3 ... into Out1, Out2, Out3. I then call the stored procedure from BTEQ passing all the parms and .EXPORT REPORT DDNAME = OUTFILE. When I look at the OUTFILE I only see the results for the Select of V1 (Out1 parameter). How do I get V2 (Out2) and V3 (Out3) placed in the OUTFILE????