IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Does a SQL statmement output a row in Multiple line ?


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
abc2000

New User


Joined: 15 Dec 2005
Posts: 5

PostPosted: Wed Apr 12, 2006 9:19 am
Reply with quote

Using SPUFI or DSNTIAUL , Does a SQL statmement output a row in Multiple line ?

IN SYBASE, we can use char(13) produce newline, for example

select name ,char(13), dbid from sysdatabases

master
1
model
3
sybsystemdb
31513
sybsystemprocs
31514
tempdb
2


select name , dbid from sysdatabases
master 1
model 3
sybsystemdb 31513
sybsystemprocs 31514
tempdb 2
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Tue May 02, 2006 3:26 pm
Reply with quote

Using SPUFI.... NO.

Regards,
Priyesh.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
Search our Forums:

Back to Top