what will happen if i give program name and member name as
different? program runs successful or w'll abend?
Answer Posted / tata
(a)//COMPILE.SYSIN DD DSN=OZA093.SUNIL.COBO1(DATE),DISP=SHR
(b)//LKED.SYSLMOD DD
DSN=OZA093.SUNIL.LOADLIB(DATE),DISP=SHR
here (a) is for compilation.and (b) is for
execution.i.e.loadmodule of our program. after compilation
of our program.the compiler will generate an object code to
our program. this only going to be executed..what ever u
give at
LOADLIB(DATE)..this name (for my program loadmodule name is
date) should be specified at
//step exec pgm=loadmodulename.(here date).
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is static and dynamic call in cobol?
What is difference between static and dynamic call in cobol?
What kind of error is trapped by on size error option?
Define cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the compute verb? How is it used?
What is Pic 9v99 Indicates in COBOL?
how do you reference the ksds vsam file formats from cobol programs
Name the divisions, which are available in a cobol program?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are the different rules to perform a Search?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
State the various causes of s0c1, s0c5 and s0c7.
How can you get the ksds file records into your cobol program?