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 UPDATE EDIT=(08,0,C"TABLE TB",C"TABLE PC") $$DD06 UPDATE EDIT=(08,0,C"TABLE TA",C"TABLE PA") $$DD07 UPDATEALL /* Thank you from GA. AP

Software/Hardware used:
ASKED: March 24, 2009  4:50 PM
UPDATED: March 24, 2009  5:06 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _