* Support errors for missing fields when XML parsing in table support
5.1.23-28720
* Support for writing streamed ZIP files (i.e. no seeking to update ZIP headers)
** On z/OS, writing to a PS-VB dataset provides fast write speeds for streamed ZIP files
** Streaming is enabled via a parameter or by using STREAM as output file
*** Note: ZIP files written in stream mode cannot be read in stream mode and is therefore not supported
*** Reading the directory (located at the end of the file) is mandatory to extract streamed ZIP files
*** Regular (i.e. non streamed) ZIP files can be read in sequential form, but this is not yet supported
* Support large records (up to 1 MiB) for VBS datasets
** If no record length is given, the current maximum of 1 MiB is used as default
** Providing a lower maximum record length reduces the memory consumption for VBS processing
* FLAMFILES can now be read transparently from the default DD name FLAMIN and written to the default DD name FLAMOUT
* The JCL variable &FLTOKID can now be used to customize the token name of the started task FLAMSTC
* Control character in the range U0080-U009F are supported for UTF-8 if RPLCTR is enabled for text formatting
* Support silent and quiet as environment variables for CLE
* Support ALIAS, OBTAIN and TAPE by default for FLAM command in directory walk
** Ensures the same behavior as implemented by the old FLAM utility
* Too long records can now be skipped (new error handling mode)
* Return an error if memory allocation for first block fails for INFO GET.FILE
* Added more log messages for INFO GET.FILE
* Fixed a potential segmentation fault in interpretation of work area of the catalog search interface on z/OS
* Add first sample of FLUC record interface for PL1 (SPFCRGET)
* Correct code page for member name and comment of GZIP header when reading
- 0001012: [1.1 FLCL] FLAM command of FLCL needs ALIAS, TAPE and OBTAIN as default of DIR object (Falk Reichbott) - resolved. - 0001011: [1.1 FLCL] Support Unicode points 0080-009F at control character replacment in FMT.TXT (Falk Reichbott) - resolved. - 0000997: [1.1 FLCL] Supprt DEST=(dalsuser[,daluserid]) in FALLOC object for dynamic allocation (Falk Reichbott) - resolved. - 0000990: [1.2 FLCC] Add new column format RST to read the rest of an record or to a fix offset inside of an record (Falk Reichbott) - resolved.