PDSM18 utility fails to replace lower case to lower case. Always results in an upper case.
search cancel

PDSM18 utility fails to replace lower case to lower case. Always results in an upper case.

book

Article ID: 228142

calendar_today

Updated On:

Products

PDSMAN

Issue/Introduction

 A user 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'                         
/*                                      

Thanks,

Sidney

Environment

Release : 7.7

Component : CA-PDSMAN for OS/390

Resolution

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