Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
5 7757How to calculate WIP in PS for all wbs pertaining to that particular project? Any specific T code in ECC 6.0?
4 19003iam working with tally ERP.9,but iam dont prepared reconciliation,trial balance,profit&loss,balance sheet etc.bcoz all these activicties done in head office.plz give me citeria where iam prepared.
3045here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
2 7904I'm facing a problem while posting a transaction, the errors showing "withholding tax amount exceed the total line item." I know the anmount calculated is more than the Base amount itself. But as i'm not a FI candidate, I want to know from where I have to change so that I can do the transaction, condition is that I cannot change any rate and code of ewt tax. Pls. help me out, it's urgent.
1851In Intercompnay Billing scenario, Does Idocs get posted as we delivery is done from other plant and also the Intercompnay billing happens in the prcess. Though we have the same ERP system i.e. SAP only for all transactions.
2483Post New IBM Interview Questions
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
Why do you want to join software field as you have done your BE in Electronics?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
Mention some of the important plugins in jenkins?
Name the key features of the korn shell.
How do you escape sequences in java?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
What is the difference between PIC 9.99 and PIC9v99?
What windows 7 component that enables the computer to support more than one language?
Where is the system tray?
What do you understand by server-side validation?
What are the different components that are required to create a society’s culture?
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
Explain to find resistance?
Define a web service in .net?