FileAid Questions

1

how do i determine fileaid cpu usage?
how do you determine how much cpu is being used by the fileaid product(batch,tso,real-time)?

Answer Question   |  February 28, 2012  1:48 AM
Batch, FileAid, Real time
asked by:
5 pts.

FileAid Help
I am looking for the continuation character for the SYSIN DD* statement below. The code below will only execuite the first $$DD01 statement. //STEP0007 EXEC PGM=FILEAID,REGION=6M //SYSPRINT DD SYSOUT=* //SYSLIST DD SYSOUT=* //DD01 DD DISP=SHR,DSN=PC.DWPS.DBLOAD.DEVL.DDLCMP.PABADB01 //SYSIN DD * $$DD01 UPDATE EDIT=(03,0,C”IN TA”,C”IN PA”) $$DD02 UPDATE EDIT=(03,0,C”IN TB”,C”IN PC”) $$DD03 UPDATE EDIT=(05,0,C”TABLE=TB”,C”TABLE=PC”) $$DD04 UPDATE EDIT=(05,0,C”TABLE=TA”,C”TABLE=PA”) $$DD05 [...]

Answer Question   |  March 24, 2009  4:50 PM
File-AID, FileAid
asked by:
5 pts.

1