BookmarkSubscribeRSS Feed
Leslie6860
Calcite | Level 5

Hello,

I am stuck trying to create a new library which will contain formats for lookup codes i.e. A = 'Access' etc, and making them available for use in EG?

I am doing this in DI using the pre/postcode option, it will apply it to my DI output but when i check my output in EG it retains the old formatting.

Any ideas?

Thanks, Les

code:

proc format library=DRDSN;

value $CONTYPE

'C2C' = 'Conversion'

other = 'Other'

run;

options fmtsearch=(DRDSN);

run;

1 REPLY 1
jakarman
Barite | Level 11

This is ad-hoc programming, what you are needing is an architecture with release management. You can develop something but as some moment it should get hands over to production.

For EG and DI you are sharing the appserver (<SASApp>)  that is the place where shared changes should be made.

- Ask you platform admin to modify the sas usermods files accordingly supporting those library with formats       

- remove all own build code you done as post and/or pre process for that.

- For develop the library should be defined open for update for common usage it should be set as read-only

---->-- ja karman --<-----

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 622 views
  • 0 likes
  • 2 in conversation