Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Cweinber21

    Retrieve only certain lines from dataset using REXX

    Appreciate the information. I ended up going another route and just using an IF statement and pulling 3 lines instead of the 11. These 3 lines had the information the support team needed. I was able to parse out the information and send the support team an email whenever the job failed...
  2. Cweinber21

    Retrieve only certain lines from dataset using REXX

    Hello Nic, I have been using a counter just not receiving the correct information. I've been parsing the data and then queuing it then running the execio at the end of the code. To answer your question, yes, the same data will always been in line 255 with 11 rows needed captured...
  3. Cweinber21

    Retrieve only certain lines from dataset using REXX

    Hello, I was wondering if anyone could assist me in some REXX coding. Here is the scenario, I'm using JCL to dump SAR information into a dataset and then I'm wanting to grab only certain information from the dataset. There is a particular beginning word that I know is in the dataset...
  4. Cweinber21

    REXX Loop

    Thanks Mikrom. Yea DO OVER isn't support here :( I was modifying the original coding and it looks like I was on the right track since I had sorta the same information you just provided. With what I have and your information, I should be good. I appreciate the help
  5. Cweinber21

    REXX Loop

    Thanks for the quick reply Mikrom. I haven't used the Do -- Over coding before. Unfortunately when running this I'm receiving an error "Invalid whole number". I've been testing my code and even created a member and tried your code and I'm receiving the same error. Have you seen this error...
  6. Cweinber21

    REXX Loop

    Hello all, I'm having some difficulty looping through a queued() list and retrieving only information that's displayed more than 5 times. I have working JCL which uses PGM=ISRSUPC and scans through the syslog gathering information. I then use REXX coding to iterate through that...

Part and Inventory Search

Back
Top