View previous topic :: View next topic |
Author |
Message |
dave Beginner
Joined: 29 Aug 2003 Posts: 5 Topics: 4
|
Posted: Fri Sep 05, 2003 2:01 am Post subject: Compiling with Amode=31 & RMODE=ANY |
|
|
Hi All
Can you please help me out. I have a program that is AMODE=24, RMODE=24. If I want to change the AMODE and RMODE without changing the soucre code. How can I do that.
Thanks
Dave |
|
Back to top |
|
|
k_sharma Beginner
Joined: 14 Aug 2003 Posts: 10 Topics: 3 Location: Dallas, US
|
Posted: Fri Sep 05, 2003 2:04 am Post subject: |
|
|
Dave
You can provide the AMODE & RMODE parameters in JCL when you compile. After EXEC you can specify AMODE=31, RMODE=24 in PARM option. I am not sure about the exact syntax. You just try. or Anybody knows the exact syntax.
Thanks
Sharma |
|
Back to top |
|
|
haatvedt Beginner
Joined: 14 Nov 2003 Posts: 66 Topics: 0 Location: St Cloud, Minnesota USA
|
Posted: Fri Nov 14, 2003 10:39 pm Post subject: |
|
|
Dave,
what language are you compiling ? the current versions of Cobol generate 31 bit addressing mode.
If you're using Assembler, there are AMODE and RMODE commands, but you may also have to alter the code to allow it to have 31 bit addressability. Best to get some advise from an experienced Assembler programmer. if you can find one.. _________________ Chuck Haatvedt
email --> clastnameatcharterdotnet
(replace lastname, at, dot with appropriate
characters) |
|
Back to top |
|
|
|
|