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: *

  • Users: Hdr95
  • Order by date
  1. Hdr95

    Using variable for ddname in EXECIO

    Hi Mikrom, Thank you so much for your help and for the advice on debugging. Have a good day Regards
  2. Hdr95

    Using variable for ddname in EXECIO

    Hello, I'm a beginner in REXX language , i'm trying to use à variable for the DDNAME parameter in EXECIO command : "ALLOC F(OUT1) DA('FILE.OUT1') OLD" "ALLOC F(OUT2) DA('FILE.OUT2') OLD" LL1 = "SAMPLE LINE" FILEW = "OUT1" "EXECIO 1 DISKW FILEW (STEM LL1)" FILEW = "OUT2" "EXECIO 1 DISKW FILEW...

Part and Inventory Search

Back
Top