Dataquery JCL using mixed case or lower case
search cancel

Dataquery JCL using mixed case or lower case

book

Article ID: 212225

calendar_today

Updated On:

Products

Datacom/DB

Issue/Introduction

I'm trying to create a JCL member that has lowercase statements to be run from CA Dataquery. The CICS transaction profile for DQIN, DQ15PRF, specifies UCTRAN=YES. How can I accomplish this without modifying the profile DQ15PRF and risk breaking other things within Dataquery?

Is there a way to externally create the query and load it using utility DQLIBRMT. Or is my best bet to put the lowercase entries in an external PDS member and have the online query JCL point to it?

 

 

Environment

Release : 15.1

Component : CA Dataquery for CA Datacom

Component : CA Datacom/DB

Resolution

If you are not changing the profile to allow mixed case, then even if you load the query in mixed case, as soon as you would bring it up to review or submit, it would be changed to all caps.

I would recommend your option of putting the lowercase pieces in a PDS member, or have some sort of utility (like a Rexx program) that generates mixed case control statements for more dynamic needs.

Additional Information

As always, please contact Broadcom support for CA Datacom if you have further questions.