You are running the PDSM18 utility to change the content of a PDS library form a lowercase value to another lowercase value. But, the result of the changed value comes out as uppercase. Is there a way to change to lowercase in PDSM18 utility? The SYSIN option for PDSM18 is:
//SYSIN DD *
OPTION TRANSLATE=Y TRANSNEW=Y MISSMSG=N
REPLACE TARGET='/apps'
NEW='/appshare'
/*
Release : 7.7
Component : CA-PDSMAN for OS/390
You have the following statements in your job:
OPTION TRANSLATE=Y TRANSNEW=Y MISSMSG=N
Change this to:
OPTION MISSMSG=N
TRANSNEW/TRANSLATE defaults to N.
TRANSNEW was created for internal usage while copying CLISTs and is not currently in the PDSM18 documentation