With job APCCJEXP, data that is stored within the CICS Feature can be exported for use in other systems; for example, EXCEL or SAS. The data is exported from the database to a sequential file that can be used in other systems or downloaded to the PC.
The following example illustrates the JCL for the APCCJEXP job.
//jobcard..... //*==================================================================* //* JOB TO EXTRACT INFORMATION FROM CICS POOL * //* COPYRIGHT (C) 2011 CA. All Rights Reserved. * //* Copyright (C) Trilog AG * //*==================================================================* //APCDATAB EXEC PGM=APCDATAB //STEPLIB DD DSN=prefix.PMA.LOAD,DISP=SHR //APCIPRO1 DD DSN=DUMMY, // DISP=SHR //APCCPRO1 DD DSN=prefix.PMA.KSDSCIC, // DISP=SHR //APCIN DD DSN=prefix.PMA.CNTL(APCCCEXP),DISP=SHR //APCTAB DD SYSOUT=*
The scope of the data to be exported is defined within this job by using input parameters in member APCCCEXP of the product CNTL library. The information to be exported is specific to transactions, modules, plans, and PSBs. To assist you in using this information after it has reached its destination, the following record layout illustrations are provided. Each field of the record is separated by a semicolon delimiter.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |