Try this
select docid || ' ' || title from rjsimage/docs00 where title like 
'Amendment F%'
Thanks,
Carl Novit
Vice President
Extension: 7708
From:   "Stone, Joel" <Joel.Stone@xxxxxxxxxx>
To:     "midrange-l@xxxxxxxxxxxx" <midrange-l@xxxxxxxxxxxx>
Date:   03/28/2014 04:27 PM
Subject:        strsql how to cram fields together
Sent by:        midrange-l-bounces@xxxxxxxxxxxx
select left(docid,25),left(title,30) title
from rjsimage/docs00
where title like 'Amendment F%'
should cram the docid and title field together (with a space separating)
Unfortunately when displayed, it still treats the first field as length 
100 so the screen is mostly blank as shown.
Any ideas how to cram fields together with a single space or two between?
Thanks
Display Data
Data width . . . . . . :     302
Position to line  . . . . .                   Shift to column  . . . . . .
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8....+....9....+...10....+...11....+...12....+...13.
LEFT ( DOCID , 25 )                            TITLE
AS400DOC-000000000851335                            Amendment Form
AS400DOC-000000000980174                            Amendment Form
AS400DOC-000000003746431                            Amendment Form
AS400DOC-000000001071351                            Amendment Form
______________________________________________________________________
This outbound email has been scanned for all viruses by the MessageLabs 
Skyscan service.
For more information please visit 
http://www.symanteccloud.com
______________________________________________________________________
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing 
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: 
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at 
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.