Dear @Sajid01 Thank you for consideration, although this might not seem to be the best idea, when you should work in environment with hundres of libraries and thousands of different projects. Not mentioning the count of develpers or scheduled jobs. So far we have used predescribed libaries also for the reason if we should relocate data for any reason. When we used LIBNAME META engine to assign only the libraries needed at that exact moment we prevented lag in session start caused by assigning all the libraries. And when data was relocated (or authentication policy changed), changing the library description in metadata kept our jobs running without the hassel of changing the hardcoded library statements on all jobs. Using autoexec for libary assignment does not address the challanges we are facing, thats why I am wondering if there is a simpler way available for us than using REST API to retrieve LIBRARY's URI searching by NAME and then creating dynamic LIBNAME statement with LIBRARYDEFINITION option
... View more