BookmarkSubscribeRSS Feed
MarkNicholas
Obsidian | Level 7

Hi All,

I am looking to get the complete details of all flows from my Managmeent console,especially interested in the attributes of

dependencies (both time and file events)

deployed job full detail (command to run attribute)

last modified dates

 

I could not get the appropriate attribute for the deployed flow from the below attribute generator.

 

data _null_;

length type $256;

do until(rc<0);

i+1;

rc=METADATA_GETNTYP(i,type);

if rc>0 then put type=;

end;

run;

 

Could someone please help further.

 

Cheers

Mark

5 REPLIES 5
Timmy2383
Lapis Lazuli | Level 10
What are you using as your scheduling server? Platform Process Manager or Operating System Services?

Is scraping config files an option or do you have to get it from the metadata?
MarkNicholas
Obsidian | Level 7
Hi Timmy, thanks for responding. We use Platform Process Manager .
I need to get it from metadata itself. I am trying to find the way as we need a report for audit purpose.
Timmy2383
Lapis Lazuli | Level 10
Makes sense. I need the same thing, eventually.

For now I've been scraping all that info from PMM config files.

Hopefully someone here knows how and we can both benefit.
Resa
Pyrite | Level 9

Hi @MarkNicholas and @Timmy2383,

I work for a dedicated SAS partner company and we recognize your struggle.

As such we have started developing, several years ago, a tool that obtains schedule and run information for flows and jobs registered within the SMC. In addition to obtaining the data, the information is also made available by means of a web application.

 

Unfortunately we do not have a demo video of our latest version, but here you can see a demo of an old version.

The latest version is available at GitHub and is shared under the GNU 3 license.

 

Hopefully this will help you further.

Kind regards,

--Resa

 

 

Timmy2383
Lapis Lazuli | Level 10
Thanks! I look forward to investigating further when I get into work today.

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 5 replies
  • 1563 views
  • 2 likes
  • 3 in conversation