adding drawlist elements into list

 
Parents
  • You could also change the original lines of code to this:


    !ss = !!gphdrawlists.drawlists[1].members()
    do !i values !ss            
     $!i
     CALLIB MLIST-AR        
    enddo


    This uses the first drawlist, if you have more than one and to use another than the first one you can change the number 1 to whatever the number of the drawlist you want to collect items from.


    M
Reply
  • You could also change the original lines of code to this:


    !ss = !!gphdrawlists.drawlists[1].members()
    do !i values !ss            
     $!i
     CALLIB MLIST-AR        
    enddo


    This uses the first drawlist, if you have more than one and to use another than the first one you can change the number 1 to whatever the number of the drawlist you want to collect items from.


    M
Children
No Data