Shaja,

I couldn't locate a CSS user manual in our documentation. 

However, I have some JCL to print and export programs from CSS DDIO data
sets, if that's what you're looking for.  I believe the JCL was supplied
by CSS support when we had a problem. 

//STEP1    EXEC PGM=TMDDSUTL                                   
//STEPLIB  DD DISP=SHR,DSN=your.SLCXLOAD      
//ABNLDFIL DD DISP=SHR,DSN=ddio.dataset                 
//ABNLREPT DD  SYSOUT=*

//ABNLPARM DD  *                
   PRINT PROGRAM=pgmid                                           


//STEP1    EXEC PGM=CWDDSUTL                                     
//STEPLIB  DD DISP=SHR,DSN=your.SLCXLOAD        
//CWUT0001 DD DISP=SHR,DSN=ddio.dataset               
//CWUT0002 DD DSN=export.dataset,DISP=(NEW,CATLG),          
//            UNIT=SYSDA,LRECL=80,BLKSIZE=8000,RECFM=FB,         
//            SPACE=(8000,(00000007,1))                          
//SYSUDUMP DD  SYSOUT=*                                          
//ABNLPARM DD  *                  
   EXPORT FROMDD=CWUT0001,                                       
   PROGRAM=pgmid,                                                
   EXEC=SUMMARY,                                                 
   TODD=CWUT0002                                                 
/*                                                               

HTH,
Greg Shirey
Ben E. Keith Co.

-----Original Message-----
From: IBM Mainframe Discussion List On Behalf Of Shaja
Sent: Wednesday, July 09, 2008 8:28 AM


Currently I am working on a batch service to extract Abend-aid DDIO
Files. 
However I could not find any documentation on this...Does any one have
the 
User/Ref Manual for Compuware Shared Services ( CSS ) ..?
Appreciate if someone could share it...

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to