An entire address space is transferred to expanded storage.
Which one of the following describes the scenario above?
1. Spooling
2. Task management
3. Swapping
4. Time-sharing
5. Paging
Which one of the following CLIST statements is not a symbolic variable?
1.&DSN&N
2.%SYSDATE
3.&SUBSTR
4.&YY
5.&MAXCC
SET PLEASE = -2345
SET IDX = &DATATYPE(&PLEASE)
WRITE &IDX
What will be displayed by the CLIST sample code above?
1.CHAR
2.NUM
3.2345
4.-2345
5.IDX