how to read a sequential 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
parsi_cnu
Charter Member
Charter Member
Posts: 43
Joined: Thu Dec 04, 2003 4:26 pm

how to read a sequential file.

Post by parsi_cnu »

hi,

how to read sequential file. openseq statements how does it work.


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

Post by chulett »

Read the BASIC pdf manual and the online help for examples. You can also search the forum for keywords involved in working with sequential files in BASIC - openseq, closeseq, etc.

For example, this recent post discusses (in great detail) how the OpenSeq function works. You shouldn't have any problems finding plenty of code snippets posted here as well.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

As you may know, DataStage uses GUI stages to represent seq files. So you may be better off using those icons rather than writing BASIC codes - unless it is extremely necessary.
Post Reply