mainframe Online Quiz - 120
Description: mainframe Online Quiz - 120 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Which command code represent Path call?
The current version of COBOL used in SECOM is
The current version of Websphere (MQ) used in SECOM is
The Current version of Mainframe Operating system used in SECOM
The current version of CICS used in SECOM
The current version of DB2 used in SECOM is
what is the maximum field length for the numeric field?
what is the maximum field length of the alphanumeric field?
Which RECFM is faster to access?
Which RECFM is faster to access?
What is BLKSIZE in DCB parameter?
What's is REXX?
What's the print statement in REXX?
Which of the below options will stop executing the DO-END loop and passes the control to the next statement?
BYE is the REXX instruction used to return the variables to their initialised/uninitialised state.
What is the REXX instruction used to pass back the control to the caller of the subroutine or a fuction?
STRIP is the rexx function used to remove the leading and/or trailing characters from a character string. True of false?
What variable is used to hold the RC of REXX program?
NOP stands for?
When the command ends without error, RC (rexx special variable) will be set to TRUE. True or false?