we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
1 5072what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
2 11077What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
1 9436I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?
10 14427How will you debug your procedure? If your procedure is around 2000 lines and the expected output is 10 and we get only output 5.So how will you debug it? Somebody pls give the correct answer?
2 12623How can we Get the Updated Rows? ie, There is 100s of Rows i updated the Rows who have salary 5000. then i want to select the Updated Rows. How can we achieve it?
4 15832i have a table with fields(id,name,accnt_type)and in account type are FD,SAVING,RD. Write a query to get How many number of People are in each type of Account?
6 13891using cursors salesman get bonus as 10% of their salary , managers get 20% , analalist get 30%. generae a report showing the employee name, salary , bonus.
4 12177Post New Fidelity Interview Questions
How do you distinguish a DNS problem from a network problem?
how much is the maximum compressive strength of soil cement and soil-cement-microsilica .
What is the use of relational connection and an olap connection?
What is web api config?
how to assign the cost center to GL Account in SAP (FICO)
What are the features of testng and list some of the functionality in testng which makes it more effective?
What are the parameters of water ( Water quality )to be monitored in Centralised HVAC ( water cooler chillers )
Why should we use splunk alert?
How to test for bad numbers using javascript?
How to add wpf user control in windows form?
What is pojo class in spring?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
How to decide/consider the grade of bitumen for dbm.
Can I change the color of the worksheet tabs in my workbook?
How can you encrypt password using php?