Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Emphasis Interview Questions
Questions Answers Views Company eMail

What are the different types of backup avaible in SQL SErver

6 8400

I have to write test cases for Create User, Edit User, Delete User etc. Some of the steps for Create & Edit User are same. Then Should I write refer Create User [test case Id] for common test steps to write Edit User Test case? OR I have to write separate test steps even though they are repeatable in Create user & Edit User test case.

3 22985

WHO IS THE AUTHOR OF KADAMBARI

2 8398

can u give me some frequently asked questions

3 7046

tell me something about customer care

6 14284

how to increase performance of web site? if there is a page with high load. the content is high then what should we do to increase performance?

3 7322

What is non static block in java

10 20906

What is limitation of v shaped model

2 6628

If 2x-y=4 then 6x-3y=?

14 62925

What is the difference between Waitfor JMS queue Message and GetJMS queue message activity. Also pls reply in terms of performance

3 22107

While at local system, u could get all records say 1 lakh, but while at server u got only 50000 records when u run the report. What could be the causes. How to Rectify this.

1600

How to make hilight the whole row by using ALERTS asof revenue is more than xxxxx?

1 4462

which is OPPOSITE in the meaning of the given word INDISCREET.

6 12963

Can you abale to create user account in AD without e-mail address?

6 7557

wat is the 1st has to perform to identify the slow running quires with out using profiler?

2331

Post New Emphasis Interview Questions




Un-Answered Questions

What does a href tag mean?

429


What is the difference between abstract method and a final method?

1


What are the pre-defined functions in the sql server?

532


I have created a command that display Source file and library. Now i want that when i enter library name and press f4 on Source file, pgm should display all the PF- SRC's in that Library. For F4 option i have used Choice program but since only limited paramters are passed in Choice pgm i am not able to paas library name and further can't call a pgm that will display list of Source files. Below is the Code snippet for CMD type object :- CMD PROMPT('Source Scan for HUB Standard') PARM KWD(SOURCE) TYPE(*CHAR) LEN(1) RSTD(*YES) + VALUES(N A) MIN(1) + CHOICE('N,A') PARM KWD(SRCFILE) TYPE(FILE) RSTD(*NO) + PROMPT('SOURCE FILE') FILE: QUAL TYPE(*NAME) LEN(10) RSTD(*NO) EXPR (*YES) + CHOICE(*PGM) + CHOICEPGM (XXXXXLIB/YYYPGM) QUAL TYPE(*NAME) LEN(10) DFT(*LIBL) + SPCVAL((*LIBL)) EXPR(*YES) PROMPT ('Library') Below is the Choice pgm:- PGM PARM(&PARM1 &PARM2) DCL VAR(&PARM1) TYPE(*CHAR) LEN (21) DCL VAR(&PARM2) TYPE(*CHAR) LEN (2000) IF COND(%SST(&PARM1 1 10) = 'CHOICE ' *AND + %SST(&PARM1 11 10) = 'SRCFILE ' *AND + (%SST(&PARM1 21 1) = 'C' *OR %SST (&PARM1 + 21 1) = 'P')) THEN (DO) /* (%SST(&PARM1 21 1) = 'C' *OR %SST (&PARM1 + */ CHGVAR VAR(&PARM2) VALUE('Name, F4 for List') ENDDO IF COND(%SST(&PARM1 1 10) = 'CHOICE ' *AND + %SST(&PARM1 11 10) = 'SRCFILE ' *AND + %SST(&PARM1 21 1) = 'P') THEN (DO) CHGVAR VAR(&PARM2) VALUE('Name, F4 for List') CALL PGM(GTSQL) PARM ('XXXXLIB') return ENDDO Thanks in Advance for looking into.

3044


What is data type in sql?

560






Is shell scripting a language?

590


How do I edit a template in word 2010?

320


What is the Assets & Liabilities?

1791


How can an HTMLCollection be traversed?

551


What are system calls in linux?

512


Define convection.

656


What is runtime error 429 activex?

372


What is new in drupal 7?

79


I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.

1216


How to do single and multi line comment in php?

564