What will happen if we write two STOP RUN's in a COBOL
program?
Answer Posted / harish
ONLY ONE WILL EXCUTE, THAT IS THE FIRST ONE
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
What is the function of //jcllib statement?
What is one line to pass PARM from JCL to COBOL?
how you can access an uncataloged dataset in a JCL?
Define concatenating?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What are steplib and joblib?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the difference between run mode and addressing mode?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is job control language?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Is acct parameter mandatory?
how do you code a null statement?
what is use of dcb parameter in dd statement?
what are the statements that are not valid to be included in an include statement?