Joined: 26 Nov 2002 Posts: 12377 Topics: 75 Location: San Jose
Posted: Fri Dec 03, 2004 2:43 pm Post subject:
Eswar,
CA-11 is capable of identifying the output and Input datasets from each job. You can write a rexx exec to get the desired results, but a couple of questions. Do you have a standard for the disp parameter in the JCL? I.e does the DISP parameter follow the DSN parameter like as shown below.
our shop standar is
//DDNAME DD DSN=SOME FILE NAME,
// DISP=(MOD,KEEP,KEEP)
// UNIT=SYSDA,
// SPACE=(CYL,(X,Y),RLSE)
we do have CA-11 product in our shop. Regarding cobol program i thought of dumping all the PDS memebrs into a sequential file and use logic to get the required report.
another option I am thinking is we have OXREFS product in our shop and this would give the list of the datasets used for each member and thier disposition. then I can sort the output to filter the MOD disposition datasets.
But I don't know how to use CA-11 product to do this task. If you don't mind could you please let me know how to get same result using ca-11 product.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum