how do you determine how much cpu is being used by the fileaid product(batch,tso,real-time)?
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 [...]





