Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

On WebFOCUS, does ECHO (or similar) work with HTML ?

Status
Not open for further replies.

w860098

Technical User
Mar 21, 2002
63
GB
-* 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 !]

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top