IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

DCOLLECT Batch Reporting with ACBJBAOB PROC


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
valleyman

New User


Joined: 22 Apr 2010
Posts: 2
Location: Phoenix AZ USA

PostPosted: Fri Apr 23, 2010 9:14 pm
Reply with quote

I am having trouble with IBM's ACBJBAOB proc.

I'm running a DCOLLECT with the following options:

Code:
STEP1    EXEC   PGM=IDCAMS             
SYSPRINT DD     SYSOUT=A               
MCDS     DD     DSN=DFHSM.MCDS,DISP=SHR
SYSIN    DD     *                     
 DCOLLECT -                           
    OUTDATASET(B64247.DCOLLECT.DATA) -
    MIGRATEDATA   


B64247.DCOLLECT.DATA does appear to contain all the raw data for all of the migrated files.

When the ACBJBAOB proc executes, I can tell it's reading through the file based on the time it takes, but my output file only contains the few TOTALS lines from my SYSIN and they all say Zero or 0%.

I'm using the following options for executing the ACBJBAOB proc:

Code:
//GENREP   EXEC  ACBJBAOB,PLIB1=SYS1.DGTPLIB,TABL2=B64247.TEST.ISPTABL 
//DCOLIN  DD  DSN=B64247.DCOLLECT.DATA,DISP=SHR                         
//ISPFILE DD  DSN=B64247.DCOLRPT,DISP=OLD                               
//SYSTSIN  DD *                                                         
PROFILE PREFIX(B64247)                                                 
ISPSTART CMD(ACBQBAR7) +                                               
BATSCRW(132) BATSCRD(27) BREDIMAX(3) BDISPMAX(99999999)                 
/*                                                                     
//SYSIN DD  *                                                           
DSN                                                                     
ALLOCSP                                                                 
RECFM                                                                   
TITLE=MIGRATED DATASET REPORT FROM DCOLLECT                             
TOTALS     


Any help or suggestions would be appreciated. I'm a mainframe application programmer, but I don't have any storage management experience. I am not allowed to ask the storage management team (IBM) at my company for assistance since they only support Production and I'm attempting to perform this task in the TEST/ACPT environments.
Back to top
View user's profile Send private message
valleyman

New User


Joined: 22 Apr 2010
Posts: 2
Location: Phoenix AZ USA

PostPosted: Fri Apr 23, 2010 11:26 pm
Reply with quote

Here is more info about the job execution:

The SYSTSPRT in the job output does contain the fields I'm requesting:

********************************* TOP OF DATA **********************************
READY
PROFILE PREFIX(B64247)
READY
ISPSTART CMD(ACBQBAR7) BATSCRW(132) BATSCRD(27) BREDIMAX(3) BDISPMAX(99999999)
Number 1 parameter was: DSN
Number 2 parameter was: ALLOCSP
Number 3 parameter was: RECFM
Number 4 parameter was: TITLE
Number 5 parameter was: TOTALS
B64247.U64247D1.JOB00247.D0000108.? was preallocated (no free was done).
READY
END
******************************** BOTTOM OF DATA ********************************

This is the ISPLOG:

********************************* TOP OF DATA **********************************
Time *** ISPF transaction log *** Us

10:51 Start of ISPF Log - - - - Session # 1 ---------------------------
10:51 TSO - Command - - ACBQBAR7
10:52 End of ISPF Log - - - - - Session # 1 ---------------------------
******************************** BOTTOM OF DATA ********************************


This is the first page of the output file. Only "Legends" appear below this page.

********************************* TOP OF DATA **********************************

******************************
TOTALS
Allocated Space(KB): 0
Used Space (KB) : 0
Used Space (%) : 0.00%
******************************


************************************************************
* L E G E N D *
************************************************************

%USED - Percent of used space for the dsn.
#EXT - Number of extents the data set has.
BLKSIZE - Blocksize|cisize for the data set.
BLOCKNU - Number of unused blocks for the dsn.
CHGIND - If yes, dsn changed since backup.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Batch install term/printer CICS 2
No new posts File Aid Batch IBM Tools 7
Search our Forums:

Back to Top