REXX could call selcopy program
True
False
EQU NOOFJOBS 1 Which one of the following is correct?
Pos 1 is now assigned a name NOOFJOBS
NOOFJOBS = 1
EQU is not valid selcopy Keyword
Don't know
VSAM processing is not possible using selcopy.
REXX program could be compiled using REXX compiler.
x='MIND' y='WORKS' K=xy L=x||y M=x' 'y Which of the following will display 'MINDWORKS'?
SAY K
SAY L
SAY M
SAY XY
SAY MINDWORKS
QUEUE 'MINDWORKS' QUEUE 'MINDWORKS' QUEUE 'MINDWORKS' x=QUEUED() What is the value of x?
MINDWORKSMINDWORKSMINDWORKS
3
Null
QUEUED is not a REXX keyword
x=12 y=4 z=x%y What is the value of z?
0
4
12
Rexx could be executed in batch.
Expansion for JES
Job Entry System
Job Entry Subsystem
Job Exit System
Job Exit Subsystem
Expansion for DBRM
Database Rate Modifier
Database Rate Module
Database Request Module
Database Request Modifier