Parsing patterns in REXX.
Matching string
Positional
Mixed
None of the above
What is no prerequisite for using the EXECIO command?
The dataset must be sequential or a member of a partitioned dataset.
The dataset must be allocated to a file name or DD name.
The dataset must be exclusively enqueued (DISP=OLD or NEW).
TSO or MVS environment must be active.
If I want to fill the variable DAY with '01', the variable MONTH with 'January' and the variable YEAR with '2009', which would be a correct way to do so, if the data '01 January 2009' is read from the input screen?
PARSE PULL DAY MONTH YEAR
PULL DATE PARSE VALUE DATE DAY MONTH YEAR
PULL DATE PARSE VALUE DATE WITH DAY MONTH YEAR
PULL DATE PARSE VAR DATE DAY MONTH YEAR
When a RETURN clause is used in a subroutine, a value can be passed back to the calling EXEC. Which statements are correct?
This value is stored in the system variable RESULT.
This value is stored in the system variable RC.
This value can be alphanumeric.
This value must be numeric.
What are the two types of interfaces provided by CICS to application programs?
Command level
Macro level
Program level
Transaction level
Will the user have interaction with CICS Applications.
True
False
Which is a unit of work scheduled by CICS?
Transaction
Task
Terminal
Program
What are the two types of direct access files supported by CICS?
BDAM
VSAM
QSAM
KSDS
Who Manages all the control tables to complete various application requests?
CICS Manager
CICS DBA
CICS compiler
Which means the OS allows more than one task to run concurrently at the sametime ?
Multi-threading
Multi-tasking
Psuedo Conversational
Non-Psuedo Conversational