Hi everyone,
We're looking to make use of the SAS scheduling functionality and deploy Python scripts using SAS Job Flow Scheduler in Viya. The issue we have is that there is no Python IDE within SAS, which makes it difficult to debug code before we deploy. We can test things locally but then when we deploy to Job Flow Scheduler some other issue can arise and we cannot easily see the Python error.
One idea that we've had is to set the SAS instance of Python up as a remote interpreter within PyCharm. This would enable us to run code within a Python IDE, and as it's already running against the version of Python on our SAS server we can lift and shift more confidently.
Any advice is greatly appreciated.