Explain about Specifying compiler options in the PROCESS (CBL) statement
Answer Posted / dimpy19
1. Within a COBOL program, you can code most compiler options in PROCESS (CBL) statements.
2. Code the statements before the IDENTIFICATION DIVISION header and before any comment lines
or compiler-directing statements.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What statement can be used to send data to another mvs jes3 node?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Explain how can the attributes of one sms dataset be copied to another dataset?
Can I send output of job to my remote device careerride123?
how do you access an uncataloged dataset in a jcl?
How does the jcl specify the job to os?
How to run cobol program using jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What are the parameters that are used in creating a gdg?
what are JCLLIB and STEPLIB in JCL?
What is the purpose of dd?