Programming Languages (22694)
Scripts (9280)
Networking (2571)
Microsoft Related (21566)
Databases (16615)
Operating Systems (12022)
Testing (17995)
Servers (1375)
MainFrame (6620)
Java Related (15396)
Middleware (526)
Web Related (7038)
Data Warehouse (8975)
HR Questions (2698)
Software Design (1923)
Debugging (73)
Version Control (464)
Editors (229)
Telecom (1164)
ERP CRM (26424)
Embedded Systems (1221)
Client Server (333)
Artificial Intelligence (3276)
Cryptography (718)
EAI (466)
Multimedia (674)
Software Development Life Cycle (303)
Image Processing (170)
Mobile OS (3116)
Security (125)
Big Data (4325)
Cloud Computing (1790)
Automation (2674)
Internet of Things (IoT) (299)
Apache Related (370)
Frameworks Tools (1329)
Oracle Related (0) main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
TCS,
5 9031We can't use sql override or other properties when using Flat file as source. Then what is the use of Source Qualifier transformation?
3 12627I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
1863I want to run a simple hello world java (HelloWorld.java) program using a batch file. How can i run it and how to construct a batch file.
1 8851when i am starting solaris10 with 'fail safe mode' on intel machine it is asking "#starting shell".what is it and how to solve this problem?
TCS,
2454i cant find the user TMSADM in my system after the tms single system configuration.can any one tell me the reason
IBM,
1 5336This is my Physical file 'EMPS' existing in library "TAMIL1" and its record format is 'EMPRCD" a)its source is R EMPRCD ENO 4 0 ENAME 10 EADD 10 b)The records present in EMPS are as follows ENO ENAME EADD 0001 tamil coimbatore 0002 kumar bangalore 0003 sunder bangalore 0004 arunkumar chennai 0005 pandi hyderabad 0006 santhosh hyderabad 0007 sasi salem 0008 kalai chennai 0009 suresh hyderabad 0010 vijay bangalore 0011 Arul chennai 0012 velu chennai 0013 khan bangalore 0014 praba chennai 0015 praba.p coimbatore 0016 anand ooty 0017 raja erode 0018 sankar erode 0019 vadivel namakkal 0020 anbu chennai 0021 Ajith mumabi c)now i want to select the 'ENAME' field records starting with 'S' for that i have created a RPG program its source code is PGM DCLF FILE(TAMIL1/EMPS) DCL VAR(&MYENO) TYPE(*CHAR) LEN(4) OVRDBF FILE(EMPS) SHARE(*YES) OPNQRYF FILE((TAMIL1/EMPS)) QRYSLT('ENAME *EQ %WLDCRD("S *")') READ: RCVF RCDFMT(EMPRCD) MONMSG MSGID(CPF0864) EXEC(GOTO CMDLBL(END)) CHGVAR VAR(&MYENO) VALUE(&ENO) SNDUSRMSG MSG(&MYENO) SNDUSRMSG MSG(&ENAME) SNDUSRMSG MSG(&EADD) GOTO READ END: CLOF OPNID(EMPS) DLTOVR FILE(EMPS) ENDPGM Is this coding correct sir,the program gets compiled,and if i call it it says query running but records are not displayed.please help me out
4 9109how to use self join using datastage ? can u tell me using stage how can we implemnet the self join
5059
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
What are the location services?
Have you worked on any Functional Specification doc recently? Have you done any development work/ assignment recently? The Interviewer asked me this question in an recent interview. Please give examples from your real time/ live data project along with detailed procedure/ work mechanism and explanation along with path and t-codes if any? Please answer this question asap.... Its Urgent.... Looking forward for your express reply...I have interview within 1-2 days. So, give reply to this query asap.. I would be very grateful to you for your timely help.Thanks in advance. Regards
How do I view an aspx file?
What is quality assurance checklist?
How can an erp analyst improve the speed of an erp implementation?
Give some features of interface?
What is InputSplit and RecordReader?
Explain the difference between thread and process in an operating system?
Which tag is used to execute java source code in jsp?
What is models in backbone.js?
Explain the operations of Apache Spark RDD?
How a universe is identified? : bo designer
What are the various compound assignment operators in c++?
What are the primitive data types in JavaScript?