THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A
TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD
PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
what is integration testing in real time applications?
what is the work of 1tier,2tier,&ntier? Plz Explain it!
how pseudo column works?
what is c sharp dotnet
the channel in the data communication model can be? option a.postal mail serv. b telephon lines c.radio signals d. all the above
2 Answers iNautix, National Investment Commission,
How to rename A1-A30 datasets into B1-B30 using macros?
When will you use shell script/Perl ahead of C/C++?
how can we maintain the previous version scripts to new version.
0 Answers DST Global Solutions,
What is the difference between CLEAR & RESET and OPEN & CLOSE OPCOEDS(USING RPG/400).wheare we can use this?can any body tell me in real time senario with example please?
what is the draw back of Power builder
Explain three modes in which files can be accessed from python program
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)