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 Mike Lewis 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. CDMZZZ

    Loop and use of queue

    Hi I am looping through a file and writing out records using the Queue function,however if more than one occurance is found in the file how do I tell REXX to queue both at the moment its just writing out the last record. See code below. "EXECIO * DISKR...
  2. CDMZZZ

    Rexx and Leading Zero's

    Hi, I am writing out a number to a file that has a leading Zero eg. 01,02,03 etc only the leading zero is being dropped so I get 1,2,3 which is not what I require. Whats if any code can I put in to preserve the Zero's
  3. CDMZZZ

    Basedate and Maths

    Thanks for the info Can I also convert the basedate to a day of the week eg. Monday
  4. CDMZZZ

    Basedate and Maths

    Hi I want to strip a date from a file in standard format convert it to a Basedate to perform some Math on it and then convert back to the new date in standard format. Does anyone know if this is possible in Rexx and if so how to do it. Thanks

Part and Inventory Search

Back
Top