Look at the load library directory listing for the calling module in question. It may show up as amode 24 and rmode 24.
On Dec 21, 2016 5:17 PM, "scott Ford" <[email protected]> wrote: > Sam: > > CBL option is nodyn and statically linked .. > Our CBL options are : > > CBL NOC(E),FLAG(W),DATA(31),NODYN,RES,RENT,MAP,SSR > CBL NOZWB,NUM,NOTERM,NOVBREF,X,APOST,LIB,LIST > > Regards, > Scott > > > On Wed, Dec 21, 2016 at 6:38 PM, Sam Siegel <[email protected]> wrote: > > > Scott - Is any data passed via linkage? Are the programs dynamically > > loaded and dynamically called? Or are they statically linked and > > called? > > > > Sam > > > > On Wed, Dec 21, 2016 at 3:34 PM, scott Ford <[email protected]> wrote: > > > Sam, > > > > > > I see what you saying, the program's being called are > > self-contained..they > > > execute perform data extract functions , close the file and return.... > > > > > > Scott > > > > > > On Wednesday, December 21, 2016, Sam Siegel <[email protected]> wrote: > > > > > >> I think that the AMODE(24) is of more concern. Depending on how they > > >> are invoked and/or how the entry/exit logic works, they may only be > > >> using 24-bit addresses. This would be a problem if a buffer was > > >> passed to them with a valid 31-bit address. > > >> > > >> On Wed, Dec 21, 2016 at 2:15 PM, scott Ford <[email protected] > > >> <javascript:;>> wrote: > > >> > All: > > >> > > > >> > I have a dumb question ...we have a STC running AMODE(31) > RMODE(ANY) > > and > > >> > written in > > >> > LE Cobol 4.2 we also run DATA(31) , my question is we call several > > sub > > >> > programs which are > > >> > AMODE(24) and RMODE(24) and they work and have been working for a > long > > >> time. > > >> > Several of these Assembler programs are doing I/O. My question is > why > > ... > > >> > > > >> > I think i am right in saying that RMODE(ANY) sees the program with > > >> > RMODE(24) and > > >> > its ok to execute and the I/O buffers are they 24bit or 31.... > > >> > > > >> > Sorry for the dumb question, everyone.. > > >> > > > >> > Regards, > > >> > Scott > > >> > > > >> > ------------------------------------------------------------ > > ---------- > > >> > For IBM-MAIN subscribe / signoff / archive access instructions, > > >> > send email to [email protected] <javascript:;> with the > > message: > > >> INFO IBM-MAIN > > >> > > >> ------------------------------------------------------------ > ---------- > > >> For IBM-MAIN subscribe / signoff / archive access instructions, > > >> send email to [email protected] <javascript:;> with the > message: > > >> INFO IBM-MAIN > > >> > > > > > > ---------------------------------------------------------------------- > > > For IBM-MAIN subscribe / signoff / archive access instructions, > > > send email to [email protected] with the message: INFO IBM-MAIN > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO IBM-MAIN > > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
