How do y read Sequential file from job control?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
How do you load dimension data and fact data? Which is first
What is the differentiate between data file and descriptor file?
In aggregator stage,to find the sum of the entire group of columns,it displays in binary format. How can i solve this problem.
explain about completely flow of sequencers technicaly,without using example??explain about lookup,nullhandling?
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
what is time dimension? and how to populate time demension
wt is the diff b/w odbc and oracle stage
by using dsjob..we can run only one job at a time?how can u run multiple jobs at a time in unix?
What all the types of jobs you developed?
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?
Is it possible to query a hash file?
which is more expensive hash or modulus partitioning? when do you use modulus partitioning?