Here is the code below The SLL 1,8 AMD SRL 1,5 basically shift r1 left for 3 multiply by 8 and gives and value of X’4000’ when I use LOAD with EXTINFO same Result CSVQUERY same Its wrong Here is the ISPF browse BROWSE JOER.DBGR.DLLLIB Row 0000015 of 0000025 Command ===> Scroll ===> CSR Name Prompt Alias-of Size TTR AC AM RM . OPENFILE 00003530 000667 01 31 ANY It is has the same value as given by the linker instead of multiplying R1 by 8 to get the module length I am going use BLDL SYM GENERATED NO TEST NO XPLINK NO MODULE SIZE (HEX) 00003530 DASD SIZE (HEX) 00008000 Scroll ===> CSR 469 * 471 LOAD EP=OPENFILE 473+ CNOP 0,4 3C0 003C0 474+ BAS 15,LOAD2_0030 BRANC 475+LD2_0030 DS 0H D5C6C9D3C5 476+LE2_0030 DC CL8'OPENFILE' ENTRY 477+LOAD2_0030 DS 0H 000 00000 478+ LA 0,LE2_0030-LD2_0030(,15) 479+ SR 1,1 SHOW 480+ SVC 8 008 00008 481 SLL R1,8 GET 005 00005 482 SRL R1,5 LENG 08C 0008C 483 ST R1,OPENLEN -----Original Message----- From: IBM Mainframe Discussion List On Behalf Of Seymour J Metz Sent: Monday, August 23, 2021 6:07 PM To: [email protected] Subject: Re: Load Library Module Length and Load Macro Module Length different Values Why ask everyone to play guessing games? Show *ALL* of the code from the LOAD to the MVCL. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Discussion List [[email protected]] on behalf of Joseph Reichman [[email protected]] Sent: Monday, August 23, 2021 11:21 AM To: [email protected] Subject: Re: Load Library Module Length and Load Macro Module Length different Values Jim I ran this under TESTAUTH but I can get the information What it seem to me the load or load extinfo or CSVQUERY don’t provide the correct length of the module The length from the directory entry was hex 3530 CSV reported the length as hex 4000 When I looked at roughly the last hex 400 bytes of the source it was all binary zeros The link map seemed to be in line with the directory entry Was I used the directory entry value I was able to move the code to CSA and copy all the program code > On Aug 23, 2021, at 11:10 AM, Jim Mulder > wrote: > > You said you got a 0C4 abend on an MVCL. > > What what the source address and length for the MVCL? > What was the target address and length for the MVCL? > What was the Translation Exception Id? > From a dump, what was the length and address from the system trace > entry for the GETMAIN which obtained the module storage? > > Jim Mulder z/OS Diagnosis, Design, Development, Test IBM Corp. > Poughkeepsie NY > > > "IBM Mainframe Discussion List" > wrote on > 08/23/2021 10:32:53 AM: > >> From: "Joseph Reichman" > >> To: [email protected] >> Date: 08/23/2021 11:03 AM >> Subject: Re: Load Library Module Length and Load Macro Module Length >> different Values Sent by: "IBM Mainframe Discussion List" >> > >> >> Maybe I should be doing that and with the load use BLDL >> >> Quite honestly Greg this is what I was looking for when I posted > > > > ---------------------------------------------------------------------- > 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 Scanned by McAfee and confirmed virus-free. Find out more here: https://bit.ly/2zCJMrO
---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
