what is linkcard in cobol?



what is linkcard in cobol?..

Answer / 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

More COBOL Interview Questions

What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?

8 Answers   Arigo Infotech, IBM,


In COBOL, what is the different between index and subscript?

0 Answers   TryTechnicals Pvt Ltd,


how we can edit records in vsam data set and non vsam data sets

2 Answers   ACS,


what is scope terminator

2 Answers   IBM,


A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X

3 Answers   TCS,






What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?

1 Answers  


how can we find total no of records in a file ....is there any utility......?

3 Answers   IBM,


Why we are using comp and comp-3 in real time projects?

4 Answers   IBM,


COMP-3 field occupy ?

8 Answers  


how do you reference the variable block file formats from cobol programs

0 Answers  


In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.

1 Answers   CSC,


What is Alternate Index ? How is it different from regular index ?

2 Answers  


Categories