Past Paper (Multiple Choice) Flashcards
What are PF Keys?
Function Keys (Standard on all keyboards)
What does PF3 do?
PF3: Used to exit the program (not break)
What does PA1 do?
PA1: Interrupt/Break key
What are PA keys?
Function keys (but were only relevant on 3270 keyboards)
What does PA2 do?
PA2: Doesn’t do anything (Could be used as a hotkey)
What does PA3 do?
PA3: Doesn’t do anything (Could be used as a hotkey)
What does PF1 do?
PF1: Help
What does PF2 do?
PF2: Split
What does PF4 do?
PF4: Return
What does PF5 do?
PF5: RFind
What does PF6 do?
PF6: RChange
What do PF7, PF8, PF10 and PF11 do?
PF7: Up PF8: Down PF10: Left PF11: Right
What does PF9 do?
PF9: Swap
What does PF12 do?
PF12: Retrieve
How large is a Cylinder approximately?
A bit under a megabyte
How many tracks is a Cylinder?
15 Tracks
What does ‘RECFM=V’ mean?
Record Format = Variable (Each single record that gets written to a single data set at variable sizes up to and including the max)
What does ‘RECFM=F’ stand for?
Record Format = Fixed (Every single record that gets written to a single data set is that many MB)
What does ‘RECFM=VB’ stand for?
Record Format = Variable Blocked (Records get put together in a block of the BLKSIZE within each data set)
What does ‘RECFM=FB’ stand for?
Record Format = Fixed Blocked (Records get put together in a block of the BLKSIZE within each data set)
What does ‘LRECL=1000’ mean?
Logical Record Length = 1000 (not sure whether to ignore?)
What does ‘SPACE=(TRK,(100,100))’ mean?
When adding the data set the system will allocate 100 tracks (6.6 cylinders) initially, then 100 tracks for any additional space
What does ‘SPACE=(CYL,(3,1))’ mean?
When adding the data set the system will allocate 3 cylinders initially, then 1 cylinder for any additional space
What does ‘BLKSIZE=10000’ mean?
10000 lots of 1000 bytes (around 10mb) (If Record Format = Block, the block = BLKSIZE)