write algo for cobol program whichuse three flat file to
extract some specific information 8 marks mainframe
No Answer is Posted For this Question
Be the First to Post Answer
Who is providing best mainframes online training in Hyderabad
how to check single or double byte in struts
What is meant by QUEUE?
what is meaning of MDM in sap?let me know that meaning
Urgent Openings for Java and .NET ( India, Singapore, Australia, Japan)
WHat is execution in manual testing and when will we start execution and what language we use in execution
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
sample code for data transfer between two r/2 systems and r/3 systems?
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
Ordered List tag is
There is a table which contains all the employee details, unfortunately there is mistake occured while entering the data. ex: ------------------------------- empid empname gender address ------------------------------- 1 abcd f address1 2 defg m address2 3 ghth m address3 4 jkil f address4 write a update query that will change gender 'm' to 'f' and 'f' to 'm'