sar

I am trying to set up sar on my AIX server. We have been running sar and getting reports on out Linux boxes in the past but would like to try to do the same in AIX. On my Linux i have a sar.sh that looks like this:
#!/bin/bash
LC_ALL=C sar -A -f /var/log/sa/sa27 > /server023.txt
LC_ALL=C sar -A -f /var/log/sa/sa28 >> /server023.txt
LC_ALL=C sar -A -f /var/log/sa/sa29 >> /server023.txt
LC_ALL=C sar -A -f /var/log/sa/sa30 >> /server023.txt
LC_ALL=C sar -A -f /var/log/sa/sa31 >> /server023.txt

I would like to do the same in AIX but things of coarse are set up a bit differently. Is there anyone out there that has some ideas?

Thanks

Are the switches grouped by -A on AIX different than on Linux? Sorry, but I don't get exactly what the problem is. If they are different, maybe put the needed switches together one by one. Or use vmstat, iostat,...