Mainframe Technologies: REXX, MVS, COBOL, DB2, CICS
Test your knowledge of mainframe technologies including REXX programming, MVS dataset parameters, COBOL field specifications, DB2, CICS, z/OS, and WebSphere MQ versions.
Questions
Which command code represent Path call?
- C
- E
- D
- F
The current version of COBOL used in SECOM is
- COBOL 85
- VS Cobol II
- Enterprise Cobol for Z/OS 4.1.0
- COBOL for OS/390 & VM
The current version of Websphere (MQ) used in SECOM is
- IBM WebSphere MQ for z/OS V5.0
- IBM WebSphere MQ for z/OS V5.3
- IBM WebSphere MQ for z/OS V6.0
- IBM WebSphere MQ for z/OS V7.0
The Current version of Mainframe Operating system used in SECOM
- z/OS e V1.8
- z/OS V1 R9
- z/OS V1 R1.11
- z/OS for client V1.2
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
Which RECFM is faster to access?
- FB
- F
- V
- 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
BYE is the REXX instruction used to return the variables to their initialised/uninitialised state.
- True
- False
What is the REXX instruction used to pass back the control to the caller of the subroutine or a fuction?
- EXIT
- RETURN
- ITERATE
- SIGNAL
STRIP is the rexx function used to remove the leading and/or trailing characters from a character string. True of false?
- True
- False
What variable is used to hold the RC of REXX program?
- ZISPFRT
- ZISPFRC
- SYSRTC
- ZSYSRC
NOP stands for?
- Not-Operation
- Non-OPeration
- No-OPeration
- None
When the command ends without error, RC (rexx special variable) will be set to TRUE. True or false?
- True
- False