I want to open particular list of members inside pds.Let me know whether below code will work.if not tell me how it works INPUT='DDM.DATASET(AAA*)' X = OUTTRAP(MEMS.)
3172How to retrieve a second highest salary from a table? Note:Suppose salaries are in duplicate values eg: Name Sal Malli 60000 Pandi 60000 Rudra 45000 Ravi 45000
10 16123i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 15033Is Tomcat an application sever or web server??and what is the difference between application server and web serve???
1 4076can any one tel ,using simple string a[0]=I a[1]=N a[2]=D like that it go's . . out put i need INDIA help me it's really need full ..
3 5631hai friend's .. my question is a[0]=I a[1]=N a[2]=D LIKE IT GO'S i need output INDIA ,using simple string how will u do? can any one tell really need full..
4 8494suppose i want to do drill through a column only for the values which is having more than > 50000. how can i do that?
2 8095I have created a customer with Account group XXXX and also done some transactions till billing, now I want to change the account group from XXXX to YYYY. How can I change and what about the transactions already happened?
3 9965What happen when u save cash sale and what are the postings done after saving it (which GL account will be updated)
3 8413Post New Mind Tree Interview Questions
What is difference between drupal 7 and 8?
why not a.c supply used to charged the lead acid battery
What is a standard profile?
What is the average salary that zoologist that work in the feild of ethology make.
What are stacks? Give some of its applications.
what to expect of your activities on the job?
What is the sql profiler?
What are the key challenges of software testing?
What are the database objects?
What is the use of sap bi launchpad? : hana bi development
what are the requirements to enable remote components to interact each other?
What are dml commands?
Draw a UML class diagram for the code fragment given below: public class StringApplet extends Applet { private Label sampleString; private Button showTheString; private ButtonHandler bHandler; private FlowLayout layout; public StringApplet() { sampleString = new Label(" "); showTheString = new Button (" Show the String"); bHandler = new ButtonHandler(); layout = new FlowLayout(); showTheString.addActionListener(bHandler); setLayout(layout); add(sampleString); add(showTheString); } class ButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { samplestring.setText("Good Morning"); } } } Note: The methods need not be indicated on the diagram.
What is a vector class?
the number of factors of 576?and the logic for this question?