Multiple choice technology programming languages Which of the following is TRUE about Symbolic parameters? They can be used to override parameters on the DD statement. They are used in cataloged and In-stream procedures. They are used to assign values to commonly used JCL parameters. None of the above All of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation Symbolic parameters (e.g., &VAR) are used in JCL procedures to allow flexibility. They can be used to override DD statement parameters and assign values to common JCL settings, making procedures reusable across different environments.