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 |
How to retain the Duplicates in the one records?
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
What is sqlca and why is it needed in any cobol-db2 program?
i want to store 20 digits . h will u do it in cobol ?
What is Control Break processing ?
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
is this below syntax correct? CALL 'subprg' using A,B Please help
how will u code parm parameter and where pls ?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is Static,Dynamic linking ?
Explain what you understand by passing by value.