While using IMSPASS to create trial compression statistics as well to create a FDT and defined all segments within the //PARMFL.
search cancel

While using IMSPASS to create trial compression statistics as well to create a FDT and defined all segments within the //PARMFL.

book

Article ID: 15595

calendar_today

Updated On:

Products

Database Analyzer (IMS Tools) Mainframe Configuration Manager for IMS for z/OS IMS TOOLS - MISC Compress Data Compression (IMS Tools) Database Analyzer for IMS for z/OS Database Copier for IMS for z/OS Database Organizer for IMS for z/OS Mainframe Extended Terminal Manager (IMS Tools) High Performance Recovery for IMS for z/OS Database Organizer (IMS Tools) Mainframe Program Restart Manager for IMS for z/OS Secondary Index Builder for IMS for z/OS Secondary Index for IMS for z/OS

Issue/Introduction



How to code PARMFL statement in the IMSPASS Utility?

Environment

Release:
Component: CMPIMS

Resolution

Here is an example

//*IMSPASS JOB

//*

//********************************************************************

//* *

//* THE FOLLOWING JCL IS PROVIDED FOR IMS USERS TO *

//* BUILD THE FILE DESCRIPTOR TABLE (FDT)

//*

//********************************************************************

//IMSPASS EXEC PGM=DFSRRC00,PARM=’DLI,IMSPASS, ...’ 

//STEPLIB DD DISP=SHR,DSN=ims-reslib

//        DD DISP=SHR,DSN=ca-loadlib  (1)

   other private libraries DD statements

//DFSRESLB DD DISP=SHR,DSN=ims-reslib

//PRINT DD SYSOUT=*

//SYSUDUMP DD SYSOUT=*

//TABL00 DD DISP=(,CATLG,DELETE),DSN=user.FDT.FILE,

//UNIT=unit,VOL=SER=volser,SPACE=(TRK,(2,1))

//RECDEF DD *

record definitions   (2)

//*

//OUTDB DD DISP=(,CATLG,DELETE),DSN=user.OUTDB.FILE,

//                      UNIT=unit,VOL=SER=volser,SPACE=(TRK,(n,n))

//OUTFILE DD DUMMY,DCB=(LRECL=nn,BLKSIZE=nn)

// ddname DD DISP=SHR,DSN=user.DBD   (3)

//PARMFL DD * 

SEG=segname,P=xxx, ... , ...   (4)

 

 

Notes:

(1) The DSN assigned to the CA Compress™ Data Compression for IMS load library.

(2) RDL specification.

(3) The DDNAME and DSN of the DBD library for the specified segment.

(4) The IMSPASS parameter statement.

 

Additional Information

Additional please have a look at CA Compression for IMS IMSPASS Utility