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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Hdr95

  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