Answer Posted / rana
//LINKCARD EXEC PGM=IEWL,COND=4,LT,COBOL),
// PARM='XREF,LIST,AMODE(31),RMODE(ANY),RENT,REUS'
//SYSPRINT DD SYSOUT=*
//SYSLIB DD DISP=SHR,DSN= Provide the Load module PDS
XREF - Direct Refrences
AMODE - Addressing MOde
RMODE - Resident Mode
RENT - re-entrant Program
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the difference between external and global variables in COBOL?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the usage of comp fields in cobol?
Explain how you can characterize tables in cobol?
Which mode is used to operate the sequential file?
What is the difference between PIC 9.99 and PIC9v99?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between comp and comp-3?
Explain what you understand by passing by value.
Why would you use find and get rather than to obtain?
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
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Difference between cobol and cobol-ii?
How do you reference the fixed block file formats from cobol programs
How to print 10 to 1 if the input have only 10 digit number?