Answer Posted / srigar s
Explain briefly about project,in all the angle.
Make sure all the abbrevations
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is the diffrence between software and hardware language?
Any real time example of O2C process from taking order till creating invoice.
Find out the roles which gives access to all tables in SAP? Thanks in advance.
what is the certificates in biztalk?
How to create a new dataset only duplicate observations in proc sort procedure?
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
the systematic access of small computers in a distributed data processing system is referred as?
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
how to convert the data from HTML file to SAS dataset?
how do we provide security for web services
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?
Which method protects back button to retrieve old value from previous page in Struts.