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
define cond parameter in jcl?
what are the various stages of job processing?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How to submit a jcl from cics?
How can unused space allocation be returned to the system when a dataset is closed?
What are the utility programs in jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is the purpose of disp parameter?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
what happens in execution stage in job processing?
what sort card you will use to copy the data from one dataset to another dataset?
Explain the function of the steplib dd statement?
whats the diff bw the evaluate also and and?