Previewing copy, include, preprocessor, and macro statements
You can hover the cursor over a copy, include, preprocessor, or macro statement to preview its content. The content is displayed in a hover information window with a toolbar that you can use to navigate the information that is displayed.
About this task
The text in the hover information window is displayed in the format and style that are defined by the Syntax Coloring preference. If there are remote errors or problems, real-time syntax warnings are displayed and the first problem is displayed when the hover information window opens. Hovering over a warning annotation overlays the existing hover information window with another one containing the warning information. COPY and INCLUDE statements are displayed in the hover information window as hyperlinks. Clicking the hyperlink causes a hover information window for that element to overlay the existing hover information window.
The toolbar provides navigation within the window.
Procedure
Results
- JCL
- INCLUDE statement
- The source of the element. References to nested INCLUDE members
are displayed as hyperlinks. Syntax problems that are found in the
elements are annotated.
- To navigate through the linked INCLUDE members, click Forward and Back.
- To see the text of syntax problems, hover over the annotations.
- To navigate through the syntax problems, click Next Problem and Previous Problem.
- To open the include member in an editor and navigate to it, click Edit Include Member.
Note: Source preview in a hover information window is not available for the PROC statement in the JCL Editor. To see source for a JCL procedure, use the Open JCL Procedure action.