Datastage Routines

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
Madhu1981
Participant
Posts: 69
Joined: Wed Feb 22, 2006 7:49 am

Datastage Routines

Post by Madhu1981 »

OpenSeq <FileName> To objFileVar
Else
Create objFileVar
Else
ErrorCode = 1
WeofSeq objFileVar
End
End
WeofSeq objFileVar
CloseSeq objFileVar

I found the above lines in one routine and i didn't understand the 100% functionality.

Could any one explain me about the code in detail to me? Like the functionality of"Create objfilevar", weofseq objFileVar ....

In Pdf, i didn't find the the value "1" for error code. When will be the ErrorCode value will be 1
weofseq objFileVar ==> means what

ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Moderator - Please delete this duplicate post
Post Reply