CoolDudeeh
IS-IT--Management
I am importing a stream(instr) from a flat file that might look like this.
A*12*2*3*4
B*1*22*3*4
C*1*2*3
D*11*2*33*4
Record A,B,D all process fine.
Record C does not seem to do the if or else.
I am looking for a way to handle.
Any suggestions? (index?)
In my program I have something like
if entry(5,instr,"*") = "4" then
do:
blah blah blah
end.
else
do:
blah blah blah
end.
A*12*2*3*4
B*1*22*3*4
C*1*2*3
D*11*2*33*4
Record A,B,D all process fine.
Record C does not seem to do the if or else.
I am looking for a way to handle.
Any suggestions? (index?)
In my program I have something like
if entry(5,instr,"*") = "4" then
do:
blah blah blah
end.
else
do:
blah blah blah
end.