View previous topic :: View next topic |
Author |
Message |
JOSHI.SHOBHA Beginner
Joined: 28 Jul 2007 Posts: 20 Topics: 7
|
Posted: Thu Apr 03, 2008 10:41 am Post subject: AMODE/RMODE and CALL/NCAL from loadlib |
|
|
Hi All,
Can someone tell me that can we identify from a load module that what mode is it compiled with (AMODE and RMODE)
Also Which Parm option was given while compiling NCAL/CALL.
Please advise.
Thanks
Shobha _________________ Thanks |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12382 Topics: 75 Location: San Jose
|
Posted: Thu Apr 03, 2008 11:48 am Post subject: |
|
|
JOSHI.SHOBHA,
Run the utility AMBLIST which lists the AMODE and RMODE
Code: |
//STEP0100 EXEC PGM=AMBLIST
//SYSLIB DD DSN=your load module pds,
// DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
LISTIDR MEMBER=load module in question
/*
|
Hope this helps...
Cheers _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
JOSHI.SHOBHA Beginner
Joined: 28 Jul 2007 Posts: 20 Topics: 7
|
Posted: Fri Apr 04, 2008 12:45 am Post subject: |
|
|
Thanx a ton !!!! .... It worked ..... _________________ Thanks |
|
Back to top |
|
 |
|
|