Code: Select all
Field(InLink.TheString, ".", 1, 1)Code: Select all
Field(InLink.TheString, ".", 1, 1)So what has changed? Tip: "nothing" is not the correct answer.balu_infotech wrote:source to target mapping is propere .this job is runing on daily bases.yesterday job got aborted ,perviouly it is working fine
Code: Select all
OpenSeq <File_Name> to var1
For i=1 to 2
WriteSeq i to var1
on error Call<>
Then Next i ; * first Next statement
Else CloseSeq var1
Error:
Next i ; * second Next statement