Type : CREATION_INTERNE
El código no procesa datos analíticos, sino que inicializa variables de entorno para la ejecución.
| 1 | /*** auth info for Git functionality via SAS code ***/ |
| 2 | %let repo_path = "/home/sasdemo/git/Git_workshop"; |
| 3 | %let remoteURL = "https://github.com/JaredLinck/SAS-Studio-Git-workshop"; |
| 4 | %let pwd = ""; |
| 5 | %let ssh_public_key_filepath = "/home/sasdemo/.ssh/id_rsa_github_race.pub"; |
| 6 | %let ssh_private_key_filepath = "/home/sasdemo/.ssh/id_rsa_github_race"; |