BookmarkSubscribeRSS Feed
qkaiwei
Calcite | Level 5
Can ods tagsets.tableEditor be used in store process? any one has experience?
6 REPLIES 6
qkaiwei
Calcite | Level 5
A n y o n ................................................................e?
Cynthia_sas
SAS Super FREQ
This is really a question for Tech Support. I'm guessing that first you'd have to get the tableeditor tagset into an item store on the proper server, and then, whether it would work, would depend on the client application that you were using to invoke the stored process.

Tech Support can help you with this:
http://support.sas.com/techsup/contact/index.html

cynthia
qkaiwei
Calcite | Level 5
I modified a few codes of "tableeditor.tpl" downloaded from SAS SUPPORT, then ran
proc template;
define tagset Tagsets.Tableeditor/store=work.templat;
...............
then got the log:
NOTE: TAGSET 'Tagsets.Tableeditor' has been saved to: WORK.TEMPLAT

then I ran:
proc template;
path work.templat;
list tagsets;
run;
and got the log:

2688 proc template;
2689 path work.templat;
2690 list tagsets;
ERROR: Unable to restore 'Base.Template.Stats' from template store!
2691 run;
Cynthia_sas
SAS Super FREQ
Hi:
Stored processes and templates and creating templates and referencing templates on the server are all issues best dealt with by Tech Support.
cynthia
qkaiwei
Calcite | Level 5
Ods tagsets.tableEditor can be used directly in stored process, I have tested it successfully.
mrg1212005
Calcite | Level 5

Can you share how can we use tagsets.tableeditor in stored process?

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 6 replies
  • 1064 views
  • 0 likes
  • 3 in conversation