^Z characters

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
iskapalli
Participant
Posts: 76
Joined: Wed Jul 25, 2007 12:36 am

^Z characters

Post by iskapalli »

Hi,

my job is

sequential file -------> teradata connector stage.

we are getting control characters in the file. we are unable to load the data into the table apr from ^Z characters. we want to load ^Z characters also.

In the produciton job is failing. But in the development ^Z characters are loading.

could you please help me on that?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What's different between the development and production environments?

Hint: "nothing" is not the correct answer.
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 »

You aren't actually seeing "control-z" or ^Z characters in your record data, are you? I'm assuming you mean the ^Z is all on its lonesome as the last line in your file. In that case it is a EOF you can find in Windows/DOS files typically. They are not part of the data.

So which is it? Can you post examples?
-craig

"You can never have too many knives" -- Logan Nine Fingers
iskapalli
Participant
Posts: 76
Joined: Wed Jul 25, 2007 12:36 am

Post by iskapalli »

thanks for your reply

one of the column in the file is comeing as 'PARK G^ZELL '.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Then I defer to Ray's question.
-craig

"You can never have too many knives" -- Logan Nine Fingers
iskapalli
Participant
Posts: 76
Joined: Wed Jul 25, 2007 12:36 am

Post by iskapalli »

thanks for your reply

both environment are same. Could you please let me know whether I need to check any environment variables?
Thomas.B
Participant
Posts: 63
Joined: Thu Apr 09, 2015 6:40 am
Location: France - Nantes

Post by Thomas.B »

You can compare the 'DSParams' files from your projects to see which parameter is different.
The 'DSParams' files are on your projects folders, ex :
/opt/datastage/IBM/InformationServer/Server/Projects/ADMIN
Post Reply