-* Edit Tool
-* Created by Report Assistant
-* FF Line do not change this line! Field Name
-* FF Line do not change this line! Alias
-* FF Line do not change this line! Format
-* FF Line do not change this line! Segment
DYNAM ALLOC FILE TRANSFER DA WINFO.EUCWPD.WXXF008 SHR REUSE
SET HOLDATTR=OFF
SET TITLE=OFF
DEFINE FILE WXXF008
YR/YY=RETAILED_DTE;
END
TABLE FILE WXXF008
LIST MDL BAUM_8 SEG.BM_OPT
ON TABLE SAVE AS TRANSFER FORMAT LOTUS
WHERE YR GT 2002
END
-* End Report Assistant
=========================================================
When running the above piece of code (and similar), the correct data is being written to the output (mainframe) file and I am getting a set of statistics on an HTML screen display. However I would like to include the input code as part of that HTML output (so that I can retain a printout of exactly what run the statistics relate to).
Can anyone advise me whether I can include additional instructions (e.g. ECHO, LET, SET, etc.)to obtain what I wish ? [It would be ever better if I could also include a date & time stamp !]
-* Created by Report Assistant
-* FF Line do not change this line! Field Name
-* FF Line do not change this line! Alias
-* FF Line do not change this line! Format
-* FF Line do not change this line! Segment
DYNAM ALLOC FILE TRANSFER DA WINFO.EUCWPD.WXXF008 SHR REUSE
SET HOLDATTR=OFF
SET TITLE=OFF
DEFINE FILE WXXF008
YR/YY=RETAILED_DTE;
END
TABLE FILE WXXF008
LIST MDL BAUM_8 SEG.BM_OPT
ON TABLE SAVE AS TRANSFER FORMAT LOTUS
WHERE YR GT 2002
END
-* End Report Assistant
=========================================================
When running the above piece of code (and similar), the correct data is being written to the output (mainframe) file and I am getting a set of statistics on an HTML screen display. However I would like to include the input code as part of that HTML output (so that I can retain a printout of exactly what run the statistics relate to).
Can anyone advise me whether I can include additional instructions (e.g. ECHO, LET, SET, etc.)to obtain what I wish ? [It would be ever better if I could also include a date & time stamp !]