How do y read Sequential file from job control?

Answers were Sorted based on User's Feedback



How do y read Sequential file from job control?..

Answer / zafar

You can read sequential from a batch job. In the batch job
-->job control use functions
Open seq #path name#-- this will open the sequential file
Read seq..

check the syntax for these in hlp menu

Is This Answer Correct ?    5 Yes 0 No

How do y read Sequential file from job control?..

Answer / kiran

when ever u want to run more than one job with single task
then u have to select batch processing.and batch processing
select with help of job control.

Is This Answer Correct ?    4 Yes 3 No

How do y read Sequential file from job control?..

Answer / Deepa Phakaliyal

In QTP, you can use the FileDrv.ReadTextFile method to read data from a sequential file in Job Control. Here is an example:

Dim fObj As FileDrv
Set fObj = CreateObject("Win32TFSFileDriver")
fObj.Open "C:myfile.txt", 1, 0
Dim line As String
Do Until fObj.Eof
line = fObj.ReadLine
' Process the line
Loop
fObj.Close

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Stage Interview Questions

How do you load dimension data and fact data? Which is first

2 Answers  


What is the differentiate between data file and descriptor file?

1 Answers  


In aggregator stage,to find the sum of the entire group of columns,it displays in binary format. How can i solve this problem.

1 Answers   IBM,


explain about completely flow of sequencers technicaly,without using example??explain about lookup,nullhandling?

1 Answers   CGI,


1.i have 5 jobs(1-5),i connect with each other,i want run from 3-5 only how? 2.how to schedual the job in datastage7.5 2? what is the deff bet grip and fgrep command? how do you cleanse the data in your project

1 Answers   Accenture,


what is time dimension? and how to populate time demension

2 Answers   TCS,


wt is the diff b/w odbc and oracle stage

2 Answers   Accenture, HCL,


by using dsjob..we can run only one job at a time?how can u run multiple jobs at a time in unix?

1 Answers  


What all the types of jobs you developed?

1 Answers  


my source is sequencial file and my target is dataset. i am running the job in two node configuration file. my source having 10 records how the data move to target?

3 Answers   TCS,


Is it possible to query a hash file?

1 Answers   IBM,


which is more expensive hash or modulus partitioning? when do you use modulus partitioning?

2 Answers   TIAA CREF,


Categories