Focal Point
Peculiar problem in Stored Procedure output

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1731019331

November 09, 2005, 06:37 AM
Dharma
Peculiar problem in Stored Procedure output
Hi,

I am facing a peculiar problem. I am calling a sybase stored procedure. I am taking a particluar column returned by the SP and storing it in a variable in the DEFINE block. But when I am printing the variable, it displays nothing. I have checked the SP output. It is correctly retrieving the specific column. What could be the problem. Please help
November 10, 2005, 03:13 PM
k.lane
When you issue the following:

TABLE FILE SQLOUT
PRINT *
END

what do you see?