How to keep VS command from converting command string into upper case in ESP
search cancel

How to keep VS command from converting command string into upper case in ESP

book

Article ID: 27380

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

How do I keep the VS command in ESP from converting the entire command string into upper case?

 

 

Environment

Release : 12.0
Component : ESP WORKLOAD AUTOMATION

Cause

The VS command converts the entire string to upper case.

Resolution

Use parameter CS to enable case-sensitive processing of commandtext.   (z/OS preserves lower case characters in strings enclosed in single quotes using VS with CS)

Example

APPL APPL1                   
JOB VSCOMM LINK PROCESS        
  RUN ANY                        
  VS 'S ESPM,PARM=''%USER1''' CS 
ENDJOB
 

Additional Information

Reference the VS command using link below:

https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-workload-automation-esp-edition/12-0/reference/commands/vs-command-issue-commands-to-the-operating-system.html