ibm_zos_core icon indicating copy to clipboard operation
ibm_zos_core copied to clipboard

Add symbol support to zos_apf

Open richp405 opened this issue 9 months ago • 5 comments

SUMMARY

1380 - Add symbol support to zos_apf

Enhancement 1380

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

zos_apf

ADDITIONAL INFORMATION

This adds escaping into zos_apf, storing original library name as _orig_library, and putting the escaped version in the library field, for both single and batch processes.

To add this to testing, there is a new optional input field it get_temp_ds_name with indicates if symbols can be used in the string. Default=false; set to true to add symbols to the test string (it's still random if/where they are used).

richp405 avatar May 02 '24 14:05 richp405

passed pipeline... I'll send out invites once I've had a run or two of functional playbooks.

image

richp405 avatar May 09 '24 16:05 richp405

updated on requests and re-ran basic regression: image

richp405 avatar May 13 '24 15:05 richp405

Fernando had a good idea for improving the test for symbols in data set names. That has been implemented, and I'll re-run regression to make sure it's all together.

richp405 avatar May 13 '24 18:05 richp405

An issue has been found, specifically relating to batch mode. I'll work on that today.

richp405 avatar May 14 '24 13:05 richp405

image corrected issue with batch mode

richp405 avatar May 14 '24 16:05 richp405