PREP_PROCESS_FILENAME does not work in z/OS Agent 12.3.3
search cancel

PREP_PROCESS_FILENAME does not work in z/OS Agent 12.3.3

book

Article ID: 204940

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Filelist of datasets work without problem, if you want to list the member of a dataset this error occurs
U00011457 User ID '+&þþ' or password not authorized.

Varaobject with Login-Ocject and User with password

:set &hnd# = prep_process_filename(VRSGQ1, 'SYSX.RACF.*', Y,,,,,'UC_LOGIN=MVS_NPRATOMI_VR_LOGIN')
:process &hnd#
: set &name# = get_process_line(&hnd#,1)
: p &name#
:endprocess

 

prep_process_filename is working with a list of dataset names but not with member names. The user in the login object has a valid passord which is stored in the login object.

 

 

Environment

Release : 12.3

Component : AUTOMATION ENGINE

Cause

Description of the bug:

The prepare_process_filename() script function fails if z/OS agent is used and login object is specified

Description of the solution

A problem has been solved where prepare_process_filename() script function failed if the z/OS agent was used and a login object was specified.

Resolution

This a bug of the Z/OS Agent fixed in version 12.3.5 and Higher