ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
 Categories  >>  Software       
 
  Programming Languages (2795)   Scripts (1189)   Networking (626)   Microsoft Related (3464)   Databases (2869)
  Operating Systems (1684)   Testing (9937)   Servers (118)   MainFrame (2263)   Java Related (2406)
  Middleware (83)   Web Related (280)   Data Warehouse (2484)   HR Questions (231)   Software Design (332)
  Debugging (39)   Version Control (84)   Editors (27)   Telecom (195)   ERP CRM (6247)
  Embedded Systems (253)   Client Server (92)   Artificial Intelligence (32)   Cryptography (235)   EAI (164)
  Multimedia (22)   Software Development Life Cycle (143)   Image Processing (15)
 
Suggest New Category 
 


 

View Page with Answers
  Question  Asked @ Answers Views     select
 
what release of java technology are currently available what do they contain?  1  276
What is the use of a COPYBOOK in Fileaid ? Steria  3  374
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement. IBM  3  919
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD) HCL   6  1440
What is the difference between Primary key and unique index?  4  849
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC. Wipro  0  114
"only 0.000 pieces are available" what does it mean during goods issue??  2  689
If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?  3  462
Q1. How to use signature in service program and ILE.? Q2.what is use of signature and binder language and what is the relation between them? CTS  2  1120
Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?  1  314
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14 3i-Infotech   6  3354
How would you sort a linked list?  1  174
how to find NIC card type. is there any command to display the card type when it not plumbed. Thomson-Reuters  4  2055
what is Perigrine ticketing system and to which company this product belongs to SQL-Star   1  437
wite a programme in c to linear search a data using flag and without using flags? TCS  3  328
E-Mail New Answers        Answer Selected Questions       
 
Prev    1    338   [339]    340  ... 514   ... 685   ... 856   ... 1027   ... 1198   ... 1369   ... 1540   ... 1711   ... 1882   ... 2053   ... 2224   ... 2395    Next
 
 
 Software interview questions   Software Interview Questions  Sciences interview questions   Sciences Interview Questions  Engineering interview questions   Engineering Interview Questions
 Business Management interview questions   Business Management Interview Questions  Accounting interview questions   Accounting Interview Questions  Advertising Media interview questions   Advertising Media Interview Questions
 Architecture Design interview questions   Architecture Design Interview Questions  Call Centre interview questions   Call Centre Interview Questions  Fashion Modelling interview questions   Fashion Modelling Interview Questions
 Government interview questions   Government Interview Questions  Law interview questions   Law Interview Questions  Tourism Hotel interview questions   Tourism Hotel Interview Questions
 Everything Else interview questions   Everything Else Interview Questions  Aptitude Questions interview questions   Aptitude Questions Interview Questions  Placement Papers interview questions   Placement Papers Interview Questions
 Certifications interview questions   Certifications Interview Questions  Visa Interview Questions interview questions   Visa Interview Questions Interview Questions  Code Snippets interview questions   Code Snippets Interview Questions
 Entrance Exams interview questions   Entrance Exams Interview Questions  ERRORS interview questions   ERRORS Interview Questions
 
 
 
Un-Answered Questions
 
 Question Views Asked at   Select
 
Draft one mock email requesting your non-technical management grant you downtime to (provide justification where applicable) complete the following tasks: (1) Generate statistics on a large table; (2) Generate an RDA – if you don't know what an RDA is please say so. (3) Rename datafiles. 29  
How to Set break on exception in Delphi 4? 101  
Explain Application boundary? 2  
Design database draw er diagram for a certain scenario ? 335 Keane-India-Ltd
wat would be the -ve test case for search where u can brak it ,tell dnt tell abt spl characters insertion ,boundary values chk. 88  
my problem is tempdb tempdb(dbname) 77752.95 MB(db size) 25345.03 MB (unallocated size) suppose i increased temp db size 10 gb . after increase the temp db showing 87 gb (dbsize) 25346.03MB(unallocated size)--unallocated size is showing same .please clarify. 128  
How to configuare the logging levels in Jcaps. 15  
How to prove a new block cipher, is resistant against differential cryptanalysis attack 661  
8. What are the last three Web accessibility topics or questions you researched on the Internet? 5  
How to Rcognize the Objects in the Web Page Dialog Using QTP 44  
WHAT ALL DIFFERENT OPTIONS PRESENT IN WEBI? 124  
What transistor level design tools are you proficient with? What types of designs were they used on? 271 Intel
Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions . 62  
How to use debug tools? 77  
Difference between Stakeholder and Relevant Stakeholder? 52 Midas-Technologies
Hi...... I created a report which is geneated in .txt format. What I do for this is 1.First I change the system parameter mode to character in the report. 2.Then I place a button in my form to call the report. code in the button is as follows.. DECLARE rePid REPORT_OBJECT; rep_hndl VARCHAR2(100); BEGIN rePid := Find_Report_Object('reptxt.rdf'); Set_Report_Object_Property(rePid,Report_deStype,FILE); Set_Report_Object_Property(rePid,Report_FileName,'d:\sasi\reports\reptxt.rdf'); Set_Report_Object_Property(rePid,Report_desName,'d:\sasi\output\repprint.txt'); rep_hndl := Run_Report_Object(rePid); END; and it is working.. Now the problam is that when I preview the report from the report builder, it is in the format I needed. But when I run the form and run the report,Its alligment is not correct. Regards abc 163  
Can Any body send C Sharp latest interview questions to my mail id: alim.mtech@gmail.com. 112  
Are you familiar with the term snooping? 217 Intel
Why PS file called Physical seqential file?How to sore data in sequential file and ESDS file? What is the use of DBRM,PLAN,package and Collection. 18  
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool? 160 Satyam
E-Mail New Answers        Answer Selected Questions
 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com