Can anyone provide as400 training material or any institute in bangalore for as400 training
Answer Posted / jey
hi ravi am looking for as400 traing, plz call me on 9611454173
...
if there any guys taking traning classes ping me on this number.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the activities you enjoy most and How do you see these Developing in the Future with Reference to in your work life and in your personal life
I am taking the bmc control m/enterprise manager 7.0 scheduling test and just wanted to see what kind of questions they would ask or if anyone has taken the test and how long it is for how many questions?
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?
what is technical system, business system, logical system in sap pi7.0
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?
I need source code for Enrollment System using Visual Basic 6.0/2008 database MS Access 2007 for my school thesis project...please help me..kindly send in my email jpinedamcp@gmail.com
what are all the ant command options
Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
what is d main diff between the java and .net framework
what is the current salary package in India for a lamp programmer
the systematic access of small computers in a distributed data processing system is referred as?
What r the attributes using in Win Runner?
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct