Skip to main content

How to make change in Legacy file so that any get/put file name under FTP step name can be picked for CRUD report.

For example - 

//S010 EXEC PGM=FTP,PARM='RZ240W.XYZ.COM (EXIT',COND=(0,NE)
//NETRC DD DISP=SHR,DSNAME=RZ1DB2.NETRC.DATA
//SYSPRINT DD SYSOUT=*
//OUTPUT DD SYSOUT=*
//INPUT DD *
PUT 'FILE.NAME.TEST' /dbf2/oracle/mv240a/xyzaftp.dat
quit
//*

In above Step, i want 'FILE.NAME.TEST' file name to be picked under CRUD report.


#EnterpriseAnalyzer

How to make change in Legacy file so that any get/put file name under FTP step name can be picked for CRUD report.

For example - 

//S010 EXEC PGM=FTP,PARM='RZ240W.XYZ.COM (EXIT',COND=(0,NE)
//NETRC DD DISP=SHR,DSNAME=RZ1DB2.NETRC.DATA
//SYSPRINT DD SYSOUT=*
//OUTPUT DD SYSOUT=*
//INPUT DD *
PUT 'FILE.NAME.TEST' /dbf2/oracle/mv240a/xyzaftp.dat
quit
//*

In above Step, i want 'FILE.NAME.TEST' file name to be picked under CRUD report.


#EnterpriseAnalyzer

We have discussed this within the Enterprise Analyzer team and at the moment the product is not able to perform the filename mapping that you require.

There are two possible courses of action available to you:

1. Look at Architect Modeller and use that to extend the JCL parsing to create the relationship that you want.

2. Raise an incident and an Enhancement Request via the support line to add in the functionality to the product that you are looking for.