The utility that can be used for this conversion is BC1PNCPY:
//jobcard JOB (acctng),'danny',MSGCLASS=X,
// REGION=4096K,NOTIFY=&SYSUID
//*=============================================================
//STEP1 EXEC PGM=NDVRC1,PARM=BC1PNCPY,REGION=4096K
//STEPLIB DD DISP=SHR,DSN=prefix.tables.CSIQAUTU
// DD DISP=SHR,DSN=prefix.qual.CSIQAUTH
// DD DISP=SHR,DSN=prefix.qual.CSIQLOAD
//OLDBASE DD DSN=prefix.qual.ELIB.LISTINGS,DISP=SHR
//NEWBASE DD DSN=prefix.qual.pds.TEST,DISP=(OLD,KEEP)
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//BSTERR DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSIN DD *
COPY INPUT DDN=OLDBASE
OUTPUT DDN=NEWBASE
UNPACKED
.
/*
//
Documentation for this utility can be found at:
V17 - Utilities Guide
and
The CA Documentation WiKi -
logon to CA Support Online
use the following url: https://wiki.ca.com/dashboard.action
get to ca endevor V17.0 or V18.0
search for bc1pncpy
the search will bring up 4 references of bc1pncpy. select the first and then select bc1pncpy.