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 6144Tell me how many tables used in Ur project and how many fact tables and dimension tables used in ur project
2 7149write a sql query following source? subject mark maths 30 science 20 social 80 requird output maths science social 30 20 80
3 6067what 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 3517Post New iGate Interview Questions
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
What is convoy sets?
How to define multiple restrict options on a directive in angularjs?
How do you create a primary key?
How to go to bottom of excel spreadsheet?
How do you change the default font in microsoft word?
What is an iterator in python?
What is join in c#?
What type of scripts you can run?
what is LINQ? Why is it required?
What is churn?
How to enable curl on ubuntu lamp stack?
What are the advantages of fuzzy logic systems?
What is checkpoint in sql server?
How do I open an rss feed?