Program objects with NOPACK option return the length as a page multiple -- matching your result. You have to use CSVQUERY to get the actual length after the LOAD.
On Mon, Aug 23, 2021 at 9:06 AM Joseph Reichman <[email protected]> wrote: > Hi > > > > I have a number of programs I am trying to move to CSA towards this end I > need to know the starting address and length of the load module > > > > Here is the code I use to obtain the length as register 1 low order 3 bytes > has the length in double words > > > > SLL R1,8 Get Rid of auth code > > SLL R1,5 Length is value times 8 > > > > > > After doing the following the result is X'000040000' However looking in > ISPF browse for the loadlibrary in the size column it says X'3530' > > > > When I try to MVCL fore X'4000' I get s0c4 for X'3530' its okay > > > > I tried using LOAD with the EXTINFO parm It returns one extent with a > length X'4000' as well > > > > Could anyone shed light on this conflict > > > > Thanks > > > > > _____ > > > < > https://home.mcafee.com/utm_medium=email&utm_source=link&utm_campaign=sig-e > > mail&utm_content=emailclient?utm_medium=email&utm_source=link&utm_campaign=s > ig-email&utm_content=emailclient > <https://home.mcafee.com/utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>> > Scanned by McAfee > < > https://home.mcafee.com/utm_medium=email&utm_source=link&utm_campaign=sig-e > > mail&utm_content=emailclient?utm_medium=email&utm_source=link&utm_campaign=s > ig-email&utm_content=emailclient > <https://home.mcafee.com/utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>> > and confirmed virus-free. > > ---------------------------------------------------------------------- > 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
