Mr.Sidc sirfor my question{how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE} you have answered using MOVE opcode,can you illustrate me with a small example sir very kind of you.
1 6919Tell me how many tables used in Ur project and how many fact tables and dimension tables used in ur project
2 7895write a sql query following source? subject mark maths 30 science 20 social 80 requird output maths science social 30 20 80
3 6835what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }
1 4345Post New iGate Interview Questions
Water filter calculation formula
how do u start web logic in your application
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
Explain routers?
Can you explain cloudera data encryption?
What are the ways to Optimize the Performance of a Difference Amplifier?
User wants only to display only pdf as export option in report manager. How to achieve this?
How do I create a bubble chart in excel with multiple series?
What is fork()?
What are the 5 stages of chkdsk?
How does spark rdd work?
In plants, this naturally occurring auxin has the abbreviation iaa:
What is a hash javascript?
sale cycle
It is possible to access Text (x.txt) files? Explain.