Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Technology Questions
On a CICS 3270 style terminal, what is the difference between the Enter key, PF keys, and PA keys when they send input attention to a CICS transaction?
In CICS application design, how can you handle exceptional conditions raised by EXEC CICS commands so that your program responds gracefully to errors?
In CICS problem determination, how would you typically resolve an ASRA abend that indicates a program check inside a COBOL CICS application?
In CICS transient data processing, what is the basic difference between an intra partition transient data queue TDQ and an extra partition transient data queue TDQ?
In CICS system administration, which CICS service transaction is commonly used to inquire on and modify CICS control tables and resources, and which one has the highest priority?
In CICS programming, what does the EXEC CICS LOAD command do when a program issues it for a given program or table name?
In CICS resource locking, what is meant by ENQ, and why would an application issue an EXEC CICS ENQ command?
In CICS system definitions, name some common CICS control tables such as PCT, PPT, FCT, and TCT and explain briefly what each of them is used for.
In a CICS program, which EXEC CICS command is used to obtain the user logon id associated with the current task?
Within the CICS Execute Interface Block EIB, which field identifies the last CICS command executed by the task?
In CICS file control, which EXEC CICS READ command options would you use to read a VSAM KSDS record whose key begins with the prefix F using a generic key?
In JCL that runs a COBOL program using an external sort utility, how do you define the sort work files or sort file so that the COBOL program can perform the sort?
In COBOL file handling, what are the different OPEN modes available for files and what does each mode imply about how the file will be used?
In a COBOL program, how do you perform a sort operation, including the sort file definition and the basic syntax and meaning of the SORT statement?
When creating a COBOL program executable on a mainframe, what are the typical steps you follow from writing source code to obtaining a runnable load module?
In JCL for a COBOL application, how do you define the files that are referenced only inside a called subroutine rather than in the main program?
In COBOL II, what older COBOL construct is the EVALUATE statement primarily designed to replace or simplify in structured decision logic?
In a standard COBOL program, which divisions, sections, and paragraphs are mandatory, and which ones are optional for a minimal but valid program structure?
In mainframe programming, what are the key differences between the original COBOL language and the later COBOL II version?
In COBOL programming, which guidelines should be followed to write a well structured, readable, and maintainable COBOL program?
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
71
72
73
74
75
76
77
78
79