thank you very much mickey ,
One more doubt , in the data source ETL_RUN_STST the job id '9999' corresponds to reporting. So i used a simple where statement to pick the time stamp related to reporting in the match file.
After the Where statement the ETL_RUN_STST table has one row data corresponding to reporting.
Below is the code
MATCH FILE RIPTEST/T_ORA_SRVC_INV_V
PRINT SERVICE_ID SERVICE_NAME SERVICE_TYPE SOLUTION_NAME NEXT_STEPS_INSTRUCTIONS NEXT_STEPS_QUESTIONS_ANSWERS NEXT_STEPS_LINK NEXT_STEPS_IWR NOTIFICATION
BY SERVICE_OWNER
RUN
FILE RIPTEST/T_ORA_ETL_RUN_STST
PRINT ETL_STG_I ETL_LNK_I ETL_LNK_TYPE_C JOB_RUN_STRT_TS JOB_RUN_END_TS JOB_STAT_C STG_RUN_STRT_TS STG_RUN_END_TS
BY JOB_I
WHERE JOB_I EQ '9999'
AFTER MATCH HOLD OLD-OR-NEW
END
When i add the timestamp column in the print statement of the hold file.The timestamp appears only in the second row of the output.Rest of the rows are blank for that column.Is there any way where i can display 0 for the rest of the rows for that column??
I tried using Define , it s not working.
Please advice.
WebFOCUS 714
Windows XP
Output: HTML,PDF,Excel