Hi friends, I have 100 records in my input file, if i run first,the first 10 records are stored into the output and if i run second time next 10 records stored into the output file like that please let me know the answer Thanks, krishna
5 25437Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
2 10111How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?
1 4197average of 13 papers is 40.average of first 7 papers is 42 and last seven papers is 35.find the marks obtained in 7th paper?
1 12064There is any option to delete temp files automatically from temp directory in COGNOS? (without manual)
1 7472INPUT file 'A' contains: 1 2 3 4 5 6 7 8 9 10 input file 'B' contains: 6 7 8 9 10 11 12 13 14 15 Output file 'X' contains: 1 2 3 4 5 Output file 'Y' contains: 6 7 8 9 10 Output file 'Z' contains: 11 12 13 14 15 How can we implement this in a single ds job?
11 18749I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
2 88911.How could an user know in which instance he has logged on if there is one central instance and four dialog instances 2.in ecc system how to know up to what package level the basis and abap support packs needs to be updated. Depending upon the remaining components(hr,appl...)
1 6017Post New CTS Interview Questions
Who is the father or creater of json?
what are the benefits of drupal?
What are the lookup command and its use case?
What is frame level testing and how do we test it?
What are the limitations of redefining a method?
What is big data in database?
What are the advantages of html5?
How do you replace an element in an arraylist?
Mention what are the types of Http requests?
How to determine the week number of a given day in the year?
What is the best antivirus for linux?
What does hibernate.properties file consist of?
You have a table with three columns: amount1, amount2, and amount3 in a single row only one of these three columns will have a value and the other two will be null. Write a sql query to retrieve the values from these columns?
What is the purpose of a lock shared configuration resource?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards