Known bug in 9.00A SP7 - Ampersand characters (&) in job JCL is not escaped correctly.
search cancel

Known bug in 9.00A SP7 - Ampersand characters (&) in job JCL is not escaped correctly.

book

Article ID: 89995

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Known bug in 9.00A SP7 - Ampersand characters (&) in job JCL is not escaped correctly.

Environment

Release: AOATAM99000-9.0-Automic-One Automation Tools-Application Manager
Component:

Resolution

 

 

Symptoms

 

When several & characters in a row are used in a JCL they are notescaped correctly.

 

 

 


 

Cause

 

For example: &&& is resolved to & instead of &&.This can result in JCL errors.

 


 

Resolution

 

Will be fixed in V9 SP8

 

Workaround:

 

 --> replace logicaland : if [ $condition1 ] && [$condition2 ]

 

 with alternate syntax : if[ $condition1 -a $condition2 ]