Hi,
i am taking this one as a source for my job i have mentioned recorddelimeter is whitespace and fild delimeter is end. just i am replacing where i have EXT_EMP with job parameter.This one working in 8x.but when i am doing this one in 7.5x its not working.if i calulate "EXT_EMP" of length it showing 10 but length is 9.Please help me...
A little lost on exactly what it is you are doing... can you explain how it is you are finding / replacing / calculating the length of EXT_EMT, please? The more details the better.
-craig
"You can never have too many knives" -- Logan Nine Fingers
in seq file i am specifying recordedlimter as whitespace, final delimeter is end and under columns i am typing
FILED001,FIELD002
if we read that file we wil get like this
[code
FILED001 FILED002
BEGIN HEADER
CharacterSet "CP1252"
ExportingTool "Ascential DataStage Export"
ToolVersion "4"
ServerName "system5"
ToolInstanceID "SDS"
[/code]
I am wring derivation in transformer stage
if filed002="EXT_EMP" then "CST" else filed002(this derivation for field002)
.it eexcuting in version 8.but i want to do same one in 7.5x but its not working(not replacing in place of EXT_EMP)