The Ultimate Solution to Simplify Your Data Center
Data Correlation and Documentation System (DCD III)
If you have any questions about the content of this page, please contact Requests for clarification
| Procedure | Description |
| DCDACL | allows the user to analyze a COBOL program. |
| DCDJCL | allows the user to analyze JCL procedure. |
Examples of DCDIII
In the following example, a member of a PDS is passed into DCD; DCD supplies to the user a source listing and layout documentation.
//YOURJOB JOB YOURJOBCARD
//ST1 EXEC DCDACL
//COPYLIB DD DD DSN=xxx.xxxxxxx,DISP=SHR (copybooks)
//COBOLIN DD DD DSN=xxx.xxxxxxx(cobol source),DISP=SHR
In a second example, DCDJCL produces the PROC analysis reports:
//YOURJOB JOB YOURJOBCARD
//DCDIII EXEC DCDJCL
//MBR.CTLCDMBR DD *
INDD=USERDD=PREFIX=SP analyze members beg.with ‘SP’
//MBR.USERDD DD DSN=USER.PROCEDURE.LIBRARY,DISP=SHR
