Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Technology Questions
What is a DB2 plan?
What is a DB2 bind?
How will u send data from a cobol file to db2 table?
What is meant by index cardinality?
Why SELECT * is not preferred in embedded SQL programs?
When does the SQL statement gets executed when you use cursor in the application programming?
What is QUIESCE?
In terms of DB2 indexing, what is the root page?
In a DB2-CICS program which acts as co-ordinator and which is the participant?
What is CICS?
What CICS command are used to read a VSAM KSDS sequentially in ascending order?
What happens when a CICS command contains the NOHANDLE option?
What are different ways of Initiating Transaction in CICS?
What are the CICS commands available for program control?
What is the difference between the INTO and the SET option in the EXEC CICS RECEIVE MAP command?
What is the function of the CICS translator?
Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS?
What is the difference between the enter key, the PF keys and the PA keys?
Explain how to handle exceptional conditions in CICS?
How would you resolve an ASRA abend?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70