Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is linkcard in cobol?

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


Please Help Members By Posting Answers For Below Questions

What is the difference between external and global variables in COBOL?

1540


What is the default value(s) for an initialize and what keyword allows for an override of the default?

1265


What is the usage of comp fields in cobol?

1222


Explain how you can characterize tables in cobol?

1113


Which mode is used to operate the sequential file?

1255


What is the difference between PIC 9.99 and PIC9v99?

1402


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.

4209


What is the difference between comp and comp-3?

1227


Explain what you understand by passing by value.

1202


Why would you use find and get rather than to obtain?

1260


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

2605


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

917


Difference between cobol and cobol-ii?

1343


How do you reference the fixed block file formats from cobol programs

1285


How to print 10 to 1 if the input have only 10 digit number?

1304