What are the primary functions of Power JCL?
Power JCL validates JCL syntax before job submission, reducing errors. It also enforces JCL standards, ensuring consistency across batch jobs. JCLScript, the product's scripting language, allows for customized and enhanced standards checking.
How are JCL standards defined and managed in Power JCL?
Power JCL uses configuration files to define JCL standards and validation rules. The JCLScript language provides a scripting interface for creating custom validation routines. Administrative interfaces, such as a CLI and potentially a web console, are used for managing the product.
What types of JCL standards can be enforced using Power JCL?
Power JCL offers features to enforce naming conventions, required parameters, and other site-specific JCL standards. JCLScript allows users to define custom rules beyond basic syntax checking, enabling comprehensive validation.
How does Power JCL integrate with the job submission process?
Power JCL can be integrated into the job submission process to automatically validate JCL before jobs are submitted to the system. This prevents jobs with syntax errors or standards violations from running, reducing wasted resources and potential system issues.