mainframe Online Quiz - 74
Description: mainframe Online Quiz - 74 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
cemt set is used to _____ ?
cemt inq is used to _____ ?
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
What is the command to clear the transaction log?
An asynchronous queue is a queue which waits for a response
What is the CICS command to check if the transaction related to the datagram queue is enabled?
What is the CICS transaction to view the contents of the Input and reply queues between Mainframes and Java?
Omegamon is used to see how the resources are loaded. The resources include :
Which queue triggers a transaction when the threshold limit of records in the queue is reached?
A backout queue is populated with the erroneous records found in the datagram queue
Which GET when performed on a queue deletes the records in the queue and creates a backup?
It is possible to check the Transaction Id and the CICS region associated with the queue
The hierarchy of the execution of logical operators is
The minimum number of lines a Cobol program should have to successfully compile and run
The maximum number of dimensions that an array can have in COBOL-85 is ?
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
File status when attempted to write to a file that has been opened for input.
Which of the following is NOT a valid symbol to use in an IF condition