InterviewSolution
| 1. |
Explain The Significance Of Secondary Window? |
|
Answer» Basically, secondary window is used to DISPLAY text or data output with a fixed length. Secondary windows are used when there is a need to display text and data in a predetermined output AREA. There is no flow text display with page break. If we position a secondary window with the same name on SEVERAL pages, the system displays the contents of this secondary window on each page. Text & data that do not fit into the secondary window are TRUNCATED and not displayed. Basically, secondary window is used to display text or data output with a fixed length. Secondary windows are used when there is a need to display text and data in a predetermined output area. There is no flow text display with page break. If we position a secondary window with the same name on several pages, the system displays the contents of this secondary window on each page. Text & data that do not fit into the secondary window are truncated and not displayed. |
|