Hi everyone,
I'm currently facing a challenge when trying to export and version SAS Job files to GitHub.
I'm working in a SAS Viya 3.5 environment, using SAS Studio Code, and I noticed there’s no direct option to download the complete SAS Job file (including its definition, HTML interface, and parameters). Because of that, I’m manually versioning the files like this:
- job_name.sas → containing the main code
- job_name.html → containing the job’s HTML interface
- job_name.txt → containing the parameters used
So I’d like to ask:
Is there any official or more practical way to export SAS Job files to GitHub?
Or any strategy to make this versioning process more organized and efficient?
I’d really appreciate any tips or experiences you can share.
Thanks in advance!