The current version of CICS used in SECOM
CICS Transaction Server Version 2.1.0
CICS Transaction Server Version 3.1.0
CICS Transaction Server Version 3.2.0
CICS Transaction Server Version 4.1.0
The current version of DB2 used in SECOM is
DB2 for z/OS Version 8.1
DB2 for z/OS Version 9.1
DB2 for Linux Version 9.1
DB2 for Version 7.0
what is the maximum field length for the numeric field?
1-8
1-16
1-24
1-31
what is the maximum field length of the alphanumeric field?
1-164
1-224
1-378
1-462
Which RECFM is faster to access?
V
F
FB
VB
What is BLKSIZE in DCB parameter?
It is the number of records MVS System reads together when we issue read command
It is the number of blocks present in dataset
It is the number of records present in dataset
none
What's is REXX?
Restructured Extended Executor
Restructured Extensible Executor
Restructured Extended Execution
Restructured Expandable Executor
What's the print statement in REXX?
Display
Print
Say
Display and Say
Which of the below options will stop executing the DO-END loop and passes the control to the next statement?
EXIT
LEAVE
NOP
None