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


Please Help Members By Posting Answers For Below Questions

i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1000


What is a scope terminator give example?

659


What is the difference between comp and comp-3?

704


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2122


Name some of the examples of COBOl 11?

2688






Explain about different table spaces.

650


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2060


Which is not true about evaluate statement

1595


Difference between cobol and cobol-ii?

713


HOw can I get the negative sign while deduct high value from low value

1792


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

1004


how to convert the recors form vsam file to db2 table tru file aid

2763


What is the utilization of copybook in cobol?

657


What are various search techniques in cobol? Explain.

650


how do you reference the ksds vsam file formats from cobol programs

666