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 COBOL2 AND COBOL390?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are the different open modes available in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is amode(31)
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the use of intialize verb?
Have you used comp and comp-3 in your project? And how?
What is the problem of ordered sequential files access?
Why did you choose to work with ibm mainframe cobol programming?
Write a program to enter and display the names of students in a class using the occurs clause.
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.
) how do u code after getting data?
What are 77 levels used for?