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

Unload the table data with Delimiters


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

Active User


Joined: 17 May 2006
Posts: 310

PostPosted: Mon Apr 27, 2009 11:03 pm
Reply with quote

Dear DB2 Experts,

I want to unload the data to a file from the table such that the fields of the colums should be delimited by '|'

Table:
Code:
ID     - CHAR(9)
COL2   - CHAR(4)
COL3   - CHAR(5)
COL    - CHAR(22)

ID         COL2  COL3   COL4                   
---------  ----  -----  ----------------------
ACD990795  JZZ   SB     SA34100               
BCJ908765  ABC   AB     AH12345

Please give me the JCL
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Apr 27, 2009 11:22 pm
Reply with quote

A search found two similar topics:

www.ibmmainframes.com/viewtopic.php?t=35629
www.ibmmainframes.com/viewtopic.php?t=27328
Back to top
View user's profile Send private message
Raghu navaikulam

Active User


Joined: 27 Sep 2008
Posts: 193
Location: chennai

PostPosted: Wed Apr 29, 2009 12:41 am
Reply with quote

Hi

You can use DELIMITED COLDEL '|' in your UNLOAD utility control card statement in the JCL.

Regards
Raghu
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 Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Remote Unload of CLOB Columns DB2 6
Search our Forums:

Back to Top