Problem with seq file in server jobs

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
sreedhards
Participant
Posts: 4
Joined: Tue Jan 15, 2013 7:21 am
Location: Bangalore

Problem with seq file in server jobs

Post by sreedhards »

Hi,

I'm using sequential file in my datastage server job,in the format tab,i'm unable to give white space as record delimiter,since it is not accepting any spaces..

Please help me out..
Cheers,
Forrest.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Use a three-digit decimal ASCII code, namely 032.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

... if you are certain that it is a space and not something more typical like a TAB.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Either of those would be very unusual as a record delimiter! Are you sure you aren't confusing the properties Record Delimiter and Field Delimiter?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply