I'm new to Sybase but familiar with MS SQL Server. I'm trying to take the results from sp_columns and put it into a temp table. What is the proper syntax for this?
So far I have the below code but it's not working (error below).
CALL sp_columns('TableName')( et_result => #ColumnListing) WITH OVERVIEW;
Thanks in advance!
--Edited to include error detail and code.

Expand the output column list at your own imperative