I don't know of anything within z/OS for zapping a private csect. What about PDS86 or StarTool?
-- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Discussion List [[email protected]] on behalf of Mario Bezzi [[email protected]] Sent: Sunday, February 13, 2022 11:59 AM To: [email protected] Subject: Re: AMASPZAP DUMPT and program objects Interesting, by the way, this is C code compiled with z/OS XL/C, so I have no control over the structure of the module. Does this mean that such code can't be managed by AMASPAZP? I know I can DUMPT ALL the CSECTS, but what about zapping the content? Thanks, mario On Sat, 12 Feb 2022 12:51:40 -0800, Michael Stein <[email protected]> wrote: >> The utility fails with RC 8 complaining that CSECT PRIV000010 doesn't exist. > >It doesn't. Private code is "PC" not a csect. > >The assembler can produce it if you don't start with a CSECT statement. > >From an old MVT manual: > > GC26-3813-3_OS_VS_Linkage_Editor_and_Loader_May75.pdf > > Private code -- an unnamed control section. The external symbol > dictionary entry specifies the length of the control section, and > the origin. The name field contains blanks. > >---------------------------------------------------------------------- >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
