BookmarkSubscribeRSS Feed
thanikondharish
Fluorite | Level 6

i will give one example

they are 36 files equally give to 6 employees in on office see below example
id     office    file_name
101 office1    file1
101 office1    file2 
101 office1    file3
101 office1    file4
101 office1    file5
101 office1    file6
102 office1    file17
......................
106 office1    file36  




 
How to write coding?
3 REPLIES 3
ScottBass
Rhodochrosite | Level 12

Put more effort into asking your question.  I have absolutely no clue what you want to do. 


Please post your question as a self-contained data step in the form of "have" (source) and "want" (desired results).
I won't contribute to your post if I can't cut-and-paste your syntactically correct code into SAS.
VDD
Ammonite | Level 13 VDD
Ammonite | Level 13

use mod 6 to give each 6th file to the 6th employee. du

 

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 665 views
  • 0 likes
  • 4 in conversation