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
How do you overcome this limitation ?
In sms datasets, what is the function of the dd avgrec keyword?
What are steplib and joblib?
which parameter is used to check the syntax of a jcl without executing it?
how to run batch program without jcl?
What do you understand by the term notcat 2 – gs?
Is acct parameter mandatory?
How to run cobol program using jcl?
which utility is used to sort a file in jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what are the statements that are not valid to be included in an include statement?
What is the syntax of JCL statement?
How can an in-stream dataset be terminated?
how can you check if a file is empty using jcl?