Explain about Specifying compiler options in the PROCESS (CBL) statement



Explain about Specifying compiler options in the PROCESS (CBL) statement..

Answer / 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

More JCL Interview Questions

in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths

1 Answers   DELL,


What does the TIME parameter signify ? What does TIME=1440 mean ?

6 Answers   Accenture, TCS,


How to print the Output to SPOOL using MSGCLASS and SYSOUT ?

4 Answers   IBM,


Brief description of inline procedure of jcl.

0 Answers  


What is the use of disp parameter?

0 Answers  


List the different jcl statements that are not permitted in the procedures?

0 Answers  


What does a disposition of (MOD,DELETE,DELETE) mean ?

0 Answers  


what is meant by jobtrac?

4 Answers   CSC,


I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?

4 Answers   Cognizant,


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

0 Answers  


AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS

3 Answers  


Explain concatenating datasets?

2 Answers   CTS,


Categories