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 |
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
Can anyone please give the example of Inline Perform.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?
how we separate the cobol cics statements from cobol&cics programming?
Write down the divisions of cobol program?
What is the linkage section?
Mention the guidelines to write a structured cobol program?
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
using redefine can you redefine lower variable size to higher variable size?
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,