Hi friends
how to generates daily, weekly ,monthly reports (batch files) any tutorials please help
Your question is fairly broad, so is the answer.
For reporting in general, you need to learn:
Assuming that's all known and you're looking at just technical reporting here's a rough example.
https://gist.github.com/statgeek/353374a5d8ea4f0c89ce5d80a47f4a4c
You can also search out the LexJansen.com website for examples as that has a ton of user written papers and posts on the topic.
https://www.lexjansen.com/search/searchresults.php?q=reporting%20tutorials
As noted, this question is much too broad. Possible answers depend largely on your environment.
Please do not repost identical questions, instead provide information as requested.
If you are unfamiliar with SAS running in batch mode this link may help: https://documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.5&docsetId=hostunx&docsetTarget=n0x9...
A SAS batch program is just a SAS program stored in a text file and in batch mode you run the actual file instead of opening it SAS EG or SAS Studio and running the code in the file there.
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.
Ready to level-up your skills? Choose your own adventure.