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 length is cobol?
How do define dynamic array in cobol.
What is the difference between PIC 9.99 and 9v99 in COBOL?
When is inspect verb is used in cobol?
Name some of the examples of COBOl 11?
Explain about different table spaces.
explain sorting techniques in cobol program?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the difference between external and global variables in COBOL?
Explain how to differentiate call by context by comparing it to other calls?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Write the code implementing the perform … varying.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how do you reference the variable block file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?