Can anyone provide as400 training material or any institute in bangalore for as400 training
Answer Posted / pms
PMS INFORMATION SYSTEMS, CHENNAI & COIMBATORE
WWW.PMSINFORMATIONSYSTEMS.COM
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
What are the Short cut Keys of Tally ERP?
what is difference between input parameter and output parameter.
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
what is the difference between an OS(operating system) and Framework?
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
Explain three modes in which files can be accessed from python program
What is the first message line that any language learning prints on the screen? and why?
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?
Write a program to reverse a number?
when we use mantis? how learn mantis?
sample and simple coding where we get?
what are all the ant command options
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod