How do I keep the VS command in ESP from converting the entire command string into upper case?
Release : 12.0
Component : ESP WORKLOAD AUTOMATION
The VS command converts the entire string to upper case.
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