JCL Language SupportJCL Language Support enhances the JCL programming experience of your IDE. The extension leverages the language server protocol to provide snippets, syntax highlighting and coloring. JCL Language Support is available as a VS Code extension. Any file that contains a jobcard or that uses the extension PrerequisitesThere are no client or server-side prerequisites for JCL Language Support. Integrate with Zowe Explorer and JCL CheckIntegrate this extension with Zowe Explorer and set up a Zowe profile to enable hyperlinks to PDS members and USS files in your JCL code. You can also use Zowe Explorer to submit jobs, and to access your mainframe data sets containing JCL directly from VS Code. If you use JCLCheck™ Workload Automation, we also recommend that you install the JCL Check extension for VS Code. The JCL Check extension enables you to generate reports in VS Code through the JCLCheck REST API. FeaturesJCL Language Support provides the following JCL syntax awareness features: Syntax HighlightingThe extension enables syntax highlighting for JCL code. Syntax ColoringContrasting colors are used in displayed code for ease of identifying and distinguishing keywords, variables and comments. HyperlinksIf you use the Zowe Explorer extension and have a Zowe profile configured, PDS members and USS paths display as hyperlinks. This feature is enabled for PDS members specified in the format DSN(MEMBER) in Only full paths which contain no wildcards display as hyperlinks. Code SnippetsBefore you write your JCL code from scratch, search the snippet library for useful templates.
You can also type the name of a snippet in the editor and use the VS Code autocomplete feature to add the snippet. |