A. Checking The Flag Byte Has A Value of Low-Value: Cics Questions
A. Checking The Flag Byte Has A Value of Low-Value: Cics Questions
A. Checking The Flag Byte Has A Value of Low-Value: Cics Questions
11) _______ tells the application program if the last CICS command
was executed successfully and if not why not.
a. EIBRCODE
b. EIBTRMID
c. EIBTRNID
d. EIBCALEN
20) The ________ map is the actual copybook member used in the
program to reference the input and output fields on the screen.
a. Physical
b. Symbolic
c. Dynamic
d. None of the above
m) a
n) d
o) a
p) b
q) b
r) c
s) d
t) a
u) d
v) a
w) a
x) b
y) a
z) b
aa)b
bb)b
cc)a
dd)a
ee)–
ff) b
13) The length of the working-storage field used with RESP option
of a command is
a. PIC S9(4) COMP
b. PIC S9(8) COMP-3
c. PIC S9(8) COMP
d. None of the above
16) To read the last record of a KSDS file (without knowing the key),
what logic can be efficiently used.
a. STARTBR on first key and do READNEXT till RESP is
ENDFILE
b. STARTBR on last key and do READPREV once
c. READ File command till end of file
d. none of the above
tt) d
uu)c
vv)b
ww)d
xx)c
yy)c
zz)c
aaa)c
bbb)d
ccc)–
ddd)a
eee)b
fff) c
ggg)c
hhh)d
iii) b
jjj) a
kkk)c
lll) d
mmm)b
2) To send only the physical map on the screen , we will use which
option of Send Map ?
a) Data Only
b) Map Only
c) Send Only
d) Send
Ans: b
12) The length of the working-storage field used with RESP option
of a command is
a) PIC S9(4) COMP
b) PIC S9(8) COMP-3
c) PIC S9(8) COMP
d) None of the above
Ans: c
18) A mapset named MAP1 can have a map named MAP1 under it
a) True
b) False
Ans: a
19) What tables must be updated when adding a new transaction and
program?
a) PCT
b) PPT
c) a & b
d) FCT
Ans: c
24) The following options are mandatory for reading a file with READ
command
a) FILE, INTO, RIDFLD
b) FILE, INTO
c) FILE, INTO, GTEQ
d) All the above are correct syntax
Ans: a
25) IF you are reading a file, with GENERIC option what is also
mandatory
a) RBA
b) GTEQ/EQUAL
c) KEYLENGTH
d) all the above
Ans: c
32) Which is the EIB field that gives the date when a task was
started?
a) EIBCURRENTDATE
b) EIBDATETIME
c) EIBDATE
d) None of the above
Ans: c
33) Changes made to the VSAM file are saved at the execution of
which command .
a) SYNCPOINT
b) RETURN
www)RETURN with TRANSID(‘trans-id’) option
xxx)All the above
Ans: d
37) What is the CICS supplied transaction which can execute certain
CICS command?
a) CESF
b) CEMT
c) CEDA
d) CECI
Ans: d
40) To read the last record of a KSDS file (without knowing the key),
what logic can be efficiently used.
a) STARTBR on first key and do READNEXT till RESP is
ENDFILE
b) STARTBR on last key and do READPREV once
c) READ File command till end of file
d) none of the above
Ans: b
46) If a user keys the trans-id INQY from a clear screen and presses
the ENTER. Which of the following SEND MAP commands result in
errors.
a) SEND MAP(‘MAP1’) MAPSET(‘MAPSET1’)
b) SEND MAP(‘MAP1’) MAPSET(‘MAPSET1’) DATAONLY
cccc)a and b
dddd)none of the above
Ans: d
58) The ________ map is the actual copybook member used in the
program to reference the input and output fields on the screen.
a) Physical
b) Symbolic
c) Dynamic
d) None of the above
Ans: b
79) _______ tells the application program if the last CICS command
was executed successfully and if not why not.
aaaaaa)EIBRCODE
bbbbbb)EIBTRMID
cccccc)EIBTRNID
dddddd)EIBCALEN
Ans: a
80) ________ registers the control information of the system log and
journal files.
a) TDP
b) JCT
c) KCP
d) PPT
Ans: b
Ansd
Ans: b
85) The ________ command that will release a program loaded into
the main storage using LOAD command.
uuuuuu)RELEASE
vvvvvv)LOAD
wwwwww)DELETE
xxxxxx)ERASE
Ans: a
Ans: d
88) ______EIB field gives the date when a task was started.
a) EIBTIME
b) EIBDATE
c) DATE
d) DATETIME
Ans: b
92) What error happens if the TDQ that you want to delete is not in
the DCT?
a) IDERR
b) PGMQERR
c) QIDERR
d) PGMIDERR
Ans: c
Ans: a
3) The following options are mandatory for reading a file with READ
command
a. FILE, INTO, RIDFLD
b. FILE, INTO
c. FILE, INTO, GTEQ
d. All the above are correct syntax
12) Which is the EIB field that gives the date when a task was
started?
a. EIBCURRENTDATE
b. EIBDATETIME
c. EIBDATE
d. None of the above
13) Changes made to the VSAM file are saved at the execution of
which command .
a. SYNCPOINT
b. RETURN
c. RETURN with TRANSID(‘trans-id’) option
d. All the above
16) If a user keys the trans-id INQY from a clear screen and presses
the ENTER. Which of the following SEND MAP commands result
in errors.
a. SEND MAP(‘MAP1’) MAPSET(‘MAPSET1’)
b. SEND MAP(‘MAP1’) MAPSET(‘MAPSET1’) DATAONLY
c. a and b
d. none of the above
ANS:
1 –a
2 –c
3 –a
4 –c
5 –b
6 –c
7 –d
8 –b
9 –c
10-a
11-c
12-c
13-d
14-d
15-a
16-d
17-b
18-a
19-c
20-a
14. Which of the following are valid for deleting rows of data.
hhhhhhhhhh)DELETE without an open cursor.
iiiiiiiiii)DELETE with an open cursor.
jjjjjjjjjj)Both (a) and (b).
kkkkkkkkkk)None of the above.
25) IF you are reading a file, with GENERIC option what is also
mandatory
a) RBA
b) GTEQ/EQUAL
c) KEYLENGTH
d) all the above
33) Changes made to the VSAM file are saved at the execution of
which command .
a) SYNCPOINT
b) RETURN
fffffffffff)RETURN with TRANSID(‘trans-id’) option
ggggggggggg)All the above
37) What is the CICS supplied transaction which can execute certain
CICS command?
a) CESF
b) CEMT
c) CEDA
d) CECI