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


Please Help Members By Posting Answers For Below Questions

What happens if both JOBLIB & STEPLIB is specified ?

604


Explain the function of a dd statement?

651


write a jcl to execute a job by 7:00 am on jan 20,1986?

694


What statement can be used to send data to another mvs jes3 node?

821


What is the function of dd name parameter with a 2 part structure; audit.report?

698






what sort card you will use to copy the data from one dataset to another dataset?

722


What are s0c1, s0c4, s0c5, s0c7 and socb?

697


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1033


if the submitter of a job wants to inform another user about the job completion, how can it be done?

754


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2261


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

921


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

938


what are the statements that are not valid to be included in an include statement?

776


Is it possible to left uncode disp? If yes, how?

704


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

634