BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
EliseLov
Calcite | Level 5

Hello, 

 

is there a quick way of comparing the version of the job in DI studio to its deployed version?

I have considered using Notepad ++ plug-in compare, but is there any built in function that I can make use of here? 

I want to compare several jobs and I would prefer not having to use an external tool like the one mentioned above. 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
VDD
Ammonite | Level 13 VDD
Ammonite | Level 13

you can use proc compare.

 

you can also use DOS FC command to compare SAS code.

 

 

View solution in original post

2 REPLIES 2
VDD
Ammonite | Level 13 VDD
Ammonite | Level 13

you can use proc compare.

 

you can also use DOS FC command to compare SAS code.

 

 

LinusH
Tourmaline | Level 20
AFAIK There is no OOTB tool for this. As @VDD suggests PROC COMPARE of the deployed code can one way forward. Be aware that there are always several differences in the code between environments that will create some noise in you results, such as metadata id, timestamps, metadata server connection details and work table names that hasn't been modified.
Data never sleeps

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1106 views
  • 2 likes
  • 3 in conversation