FUNC= specification - Key = '005A'

DALFUNC can be used with BSAM and QSAM; it specifies the type of data set to be opened for the 3525 Card Read-Punch-Print. When you code DALFUNC, # and LEN must be one, and PARM contains one of the following values:
X'10'
W
X'12'
WT
X'14'
WX
X'16'
WXT
X'20'
P
X'30'
PW
X'34'
PWX
X'36'
PWXT
X'40'
R
X'50'
RW
X'52'
RWT
X'54'
RWX
X'56'
RWXT
X'60'
RP
X'68'
RPD
X'70'
RPW
X'74'
RPWX
X'76'
RPWXT
X'78'
RPWD
X'80'
I
Where:
D
is data protection for a punch data set
I
is interpret punch data set
P
is punch
R
is read
T
is two line printer
W
is print
X
is printer
Note:
  1. In the absence of this information, the system assumes P.
  2. D, X, and T cannot be coded alone.
  3. If you specify D as part of a value, you must also specify the FCB image-id key (DALFCBIM), giving the image identifier for the data protection image.
Example: To specify FUNC=RPWD, code:
KEY    #      LEN    PARM
005A   0001   0001   78