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 the difference is between continue and next sentence?
) what is the difference between AID and HANDLE AID?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
) How do u handle errors in BMS macro?
What is the difference between binary search and sequential search?
What is link edit in cobol?
How do you reference the following file formats from cobol programs?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How many sections are there in data division in COBOL?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
) How do u handle errors in BMS macro
Explain how you can characterize tables in cobol?
how do you reference the ksds vsam file formats from cobol programs
How do you define a variable of comp-1 and comp-2?
What is a scope terminator give example?