You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Determines if data set should be reused if *disposition=NEW* and a data set with matching name already exists.
@@ -961,6 +1005,8 @@ dds
961
1005
|**required**: False
962
1006
|**type**: str
963
1007
1008
+
|**required**: False
1009
+
|**type**: str
964
1010
965
1011
sms_storage_class
966
1012
The desired storage class for a new SMS-managed data set.
@@ -972,6 +1018,8 @@ dds
972
1018
|**required**: False
973
1019
|**type**: str
974
1020
1021
+
|**required**: False
1022
+
|**type**: str
975
1023
976
1024
sms_data_class
977
1025
The desired data class for a new SMS-managed data set.
@@ -983,6 +1031,8 @@ dds
983
1031
|**required**: False
984
1032
|**type**: str
985
1033
1034
+
|**required**: False
1035
+
|**type**: str
986
1036
987
1037
block_size
988
1038
The maximum length of a block in bytes.
@@ -1034,6 +1084,8 @@ dds
1034
1084
|**required**: True
1035
1085
|**type**: str
1036
1086
1087
+
|**required**: True
1088
+
|**type**: str
1037
1089
1038
1090
encoding
1039
1091
How the label for the key encrypting key specified by *label* is encoded by the Encryption Key Manager.
@@ -1046,6 +1098,9 @@ dds
1046
1098
|**type**: str
1047
1099
|**choices**: l, h
1048
1100
1101
+
|**required**: True
1102
+
|**type**: str
1103
+
|**choices**: l, h
1049
1104
1050
1105
1051
1106
encryption_key_2
@@ -1069,6 +1124,8 @@ dds
1069
1124
|**required**: True
1070
1125
|**type**: str
1071
1126
1127
+
|**required**: True
1128
+
|**type**: str
1072
1129
1073
1130
encoding
1074
1131
How the label for the key encrypting key specified by *label* is encoded by the Encryption Key Manager.
@@ -1081,6 +1138,7 @@ dds
1081
1138
|**type**: str
1082
1139
|**choices**: l, h
1083
1140
1141
+
Maps to KEYCD2 on z/OS.
1084
1142
1085
1143
1086
1144
key_length
@@ -1104,6 +1162,7 @@ dds
1104
1162
|**required**: False
1105
1163
|**type**: int
1106
1164
1165
+
Provide *key_offset* only for VSAM key-sequenced data sets.
1107
1166
1108
1167
record_length
1109
1168
The logical record length. (e.g ``80``).
@@ -1119,6 +1178,7 @@ dds
1119
1178
|**required**: False
1120
1179
|**type**: int
1121
1180
1181
+
Maps to LRECL on z/OS.
1122
1182
1123
1183
record_format
1124
1184
The format and characteristics of the records for new data set.
@@ -1136,6 +1196,7 @@ dds
1136
1196
|**required**: False
1137
1197
|**type**: dict
1138
1198
1199
+
If not provided, no content from the DD is returned.
1139
1200
1140
1201
type
1141
1202
The type of the content to be returned.
@@ -1150,6 +1211,7 @@ dds
1150
1211
|**type**: str
1151
1212
|**choices**: text, base64
1152
1213
1214
+
``base64`` means return content in binary mode.
1153
1215
1154
1216
src_encoding
1155
1217
The encoding of the data set on the z/OS system.
@@ -1167,6 +1229,9 @@ dds
1167
1229
|**default**: iso8859-1
1168
1230
1169
1231
1232
+
|**required**: False
1233
+
|**type**: str
1234
+
|**default**: iso8859-1
1170
1235
1171
1236
1172
1237
dd_unix
@@ -1175,6 +1240,8 @@ dds
1175
1240
|**required**: False
1176
1241
|**type**: dict
1177
1242
1243
+
dd_unix
1244
+
The path to a file in UNIX System Services (USS).
1178
1245
1179
1246
path
1180
1247
The path to an existing UNIX file.
@@ -1194,6 +1261,8 @@ dds
1194
1261
|**type**: str
1195
1262
|**choices**: keep, delete
1196
1263
1264
+
disposition_normal
1265
+
Indicates what to do with the UNIX file after normal termination of the program.
1197
1266
1198
1267
disposition_abnormal
1199
1268
Indicates what to do with the UNIX file after abnormal termination of the program.
@@ -1311,6 +1380,7 @@ dds
1311
1380
|**type**: str
1312
1381
|**choices**: u, vb, vba, fb, fba
1313
1382
1383
+
*record_format* is required in situations where the data will be processed as records and therefore, *record_length*, *block_size* and *record_format* need to be supplied since a UNIX file would normally be treated as a stream of bytes.
1314
1384
1315
1385
return_content
1316
1386
Determines how content should be returned to the user.
@@ -1361,6 +1431,7 @@ dds
1361
1431
|**required**: False
1362
1432
|**type**: dict
1363
1433
1434
+
Input will be saved to a temporary data set with a record length of 80.
0 commit comments