Hello All,
Just wondering if anyone has an AFP dump utility for AIX.
They may have it, but it's licensed software, so they're not able to provide it to you.
Contact your IBM Rep for information on a replacement for afpdump.
-JD.
This might be what you're looking for:
New in Version 9 is the arsafpd utility:
http://pic.dhe.ibm.com/infocenter/cmod/v9r0m0/index.jsp?topic=%2Fcom.ibm.ondemand.administeringmp.doc%2Fdodfp000.htm
The ARSAFPD command displays information about input files that are loaded into Content Manager OnDemand.
Examples of what it does here:
http://pic.dhe.ibm.com/infocenter/cmod/v9r0m0/index.jsp?topic=%2Fcom.ibm.ondemand.administeringmp.doc%2Fdodfp000.htm
I've used it to analyze AFP docs.
Ed
Sample JCL for running it in batch:
//*-----------------------------------------------------------*//
//TMP1 EXEC PGM=IKJEFT01,REGION=0M,
// DYNAMNBR=200
//SYSPROC DD DSN=SYS1.SBPXEXEC,DISP=SHR
//*
//SYSTSPRT DD SYSOUT=*
//*
//SYSTSIN DD *
oshell /usr/lpp/ars/V9R0M0/bin/arsafpd -d -i /tmp/your.ARD.OUT
//*
If you want I've done a small perl program to do a dump :-) or even a java program that does it! :-)
but as Geoff said since V9 of CMOD, the command arsafpd will do the dump of an AFP :-)