Gil, If memory serves me correctly Ken ( I dont remember his last name , the rexx wiz from SHARE ) has a real nice piece of Rexx code for IGGCSI00, just a idea for you sir.
Scott On Tue, Mar 17, 2020 at 10:59 AM scott Ford <[email protected]> wrote: > Steve, > > I have written in rexx,oorexx,assembler,cobol,bash,,,on and on. For a lot > of system chores I love Rexx. > The big reason is being interpreted is fairly easy to see output and work > with it especially if the output is being > used for another piece of code. Every programming language IMHO evolves. > > Scott > > On Tue, Mar 17, 2020 at 10:04 AM Lionel B Dyck <[email protected]> wrote: > >> If you have PIPEs available the PIPE LISTCAT is an excellent tool to use >> if >> you only want the dataset name, and optionally the dataset type. >> >> >> Lionel B. Dyck <sdg>< >> Website: http://www.lbdsoftware.com >> >> "Worry more about your character than your reputation. Character is what >> you are, reputation merely what others think you are." - John Wooden >> >> -----Original Message----- >> From: IBM Mainframe Discussion List <[email protected]> On Behalf >> Of >> Seymour J Metz >> Sent: Tuesday, March 17, 2020 9:00 AM >> To: [email protected] >> Subject: Re: IGGCSI00 and REXX >> >> All languages have glitches, especially C. Certainly there are things that >> could be cleaned up in REXX, but there are other things that are eleant if >> not misused. >> >> >> -- >> Shmuel (Seymour J.) Metz >> http://mason.gmu.edu/~smetz3 >> >> >> ________________________________________ >> From: IBM Mainframe Discussion List <[email protected]> on behalf >> of >> Steve Smith <[email protected]> >> Sent: Tuesday, March 17, 2020 9:53 AM >> To: [email protected] >> Subject: Re: IGGCSI00 and REXX >> >> REXX is inherently kludgy (who needs structures? SUBSTR can do >> anything!). >> >> That's not a big REXX exec. Just de-kludge to your taste, if possible. >> IGGCSI00 is tricky to get started with, so you definitely want to start >> with >> a working example. There are also a couple of assembler samples provided. >> There's also a C routine available at >> >> http://secure-web.cisco.com/1wOZihD3Fa5eFMrPjJLAHOb-MPTLnm9aUn42uRCeIxKUCIx- >> >> UR1tXB89h9436dtjipNwEdUx1mherLzMBxowcAECfcpp8w7R4LO6Hti_aRoGYAjj6OfBLBsQC_OU >> <http://secure-web.cisco.com/1wOZihD3Fa5eFMrPjJLAHOb-MPTLnm9aUn42uRCeIxKUCIx-UR1tXB89h9436dtjipNwEdUx1mherLzMBxowcAECfcpp8w7R4LO6Hti_aRoGYAjj6OfBLBsQC_OU> >> >> Lqfmj1R875N514gGXEhDzeyH3BGHLJ3QNTcHDotuMSz5-dBJbG-Z_L3NhZFbmfG4UOg1400CXcTL >> >> mSxv4f81RPgyxwOl_vJmC49J4xOzqCZIL583uE_gHt4DOgBZOKHxtjKkSikit4lxoregvaKEy4pK >> >> OhU_RY7MGWb55BeWUW7708RnbA44sKB9t7LABZ_59W5AZ6xdDRqRt_R-20StYBa0_libbOJUL4B7 >> >> XATr9Hk95dBswQepWTrkSsnvZBloN7KlVY3gI7V-jnOXOw6UPa9b5DYPhlS0BeUjq835xCEsF67I >> IYj0049zJ91nCvFie-fXq/http%3A%2F%2Fwww.longpelaexpertise.com.au called >> LPCSI. >> >> sas >> >> >> On Tue, Mar 17, 2020 at 9:17 AM Lennie Dymoke-Bradshaw < >> [email protected]> wrote: >> >> > I have a need to make use of IGGCSI00. >> > It would make my life a lot easier if I could work in REXX rather than >> > assembler. I see that IBM have supplied a sample routine called >> > IGGCSIRX showing how it can be used from REXX, though it looks a >> > little cludgy; not as elegant as the RACF interface to REXX, IRRXUTIL. >> > >> > Has anyone done any work in this area that they can share? >> > For example a more general REXX interface either written in assembler, >> > or even in REXX? >> >> ---------------------------------------------------------------------- >> 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 >> > > > -- > > > > *IDMWORKS * > > Scott Ford > > z/OS Dev. > > > > > “By elevating a friend or Collegue you elevate yourself, by demeaning a > friend or collegue you demean yourself” > > > > www.idmworks.com > > [email protected] > > Blog: www.idmworks.com/blog > > > > > > *The information contained in this email message and any attachment may be > privileged, confidential, proprietary or otherwise protected from > disclosure. If the reader of this message is not the intended recipient, > you are hereby notified that any dissemination, distribution, copying or > use of this message and any attachment is strictly prohibited. If you have > received this message in error, please notify us immediately by replying to > the message and permanently delete it from your computer and destroy any > printout thereof.* > -- *IDMWORKS * Scott Ford z/OS Dev. “By elevating a friend or Collegue you elevate yourself, by demeaning a friend or collegue you demean yourself” www.idmworks.com [email protected] Blog: www.idmworks.com/blog *The information contained in this email message and any attachment may be privileged, confidential, proprietary or otherwise protected from disclosure. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, copying or use of this message and any attachment is strictly prohibited. If you have received this message in error, please notify us immediately by replying to the message and permanently delete it from your computer and destroy any printout thereof.* ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
