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

how to code instream data in procedure?

3 Answers  


IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?

2 Answers   IBM,


A dd statement consists of 4 fields. Name them?

0 Answers  


How can the disposition of sysout datasets be set for an entire jobstream?

0 Answers  


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 type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?

1 Answers   Accenture,


which parameter is use to declare the name of dataset in dd statement?

0 Answers   IBM,


How can an in-stream dataset be terminated?

0 Answers  


Passing a variable parm from JCL to a cobol/db2 program

1 Answers   IBM,


Explain how can return codes be tested before execution of a job step?

0 Answers  


how you will define a temporary dataset in jcl?

1 Answers   IBM,


what are JCLLIB and STEPLIB in JCL?

0 Answers  


Categories