Command read the hashed file

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
dsdoubt
Participant
Posts: 106
Joined: Sat Jul 15, 2006 12:17 am

Command read the hashed file

Post by dsdoubt »

Hi,

Iam getting the following error, "JOB.1872385446.DT.1361242948.TRANS2": Line 158, Nonnumeric data when numeric required. Zero used."
I need to check the line 158, to know which logic cause this exception.
So I guess, I should look into RT_BPnnn for this line number.
May I know how to read the RT_BPnnn file, and how to GOTO the line number directly?

Thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Simple - that's not a hashed file, it's a 'plain text' file inside the directory. :wink:

So, use vi or your UNIX editor / file viewer of choice.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply