BookmarkSubscribeRSS Feed
deleted_user
Not applicable
in source editor i wrote following proc step.....

proc sql;
select inbound_ind from testing.act_2;
quit;

/* testing : name of library
act_2 : name of table
inbound_ind : name of column */

when i run this proc step i get one error message like
"An error occured while attempting to the retrieve the output :
some code points did not transcode"

i checked output window ..nothing is displayed in output window.
i checked log window .. no error is in log window.

then what is means ERROR MESSAGE WINDOWS which display when i run this proc step......

one more thing for rest all columns this proc step is running without displaying error message window.

structure of table "act_2" is


# Variable Type Len Format Informat Label

10 ACTIVE Num 8 ACTIVE
16 CHANNEL2MEDIUM Num 8 CHANNEL2MEDIUM
5 DESCRIPTION Char 765 $765. $765. DESCRIPTION
7 DESIGNATION Char 240 $240. $240. DESIGNATION
2 DEV Num 8 DEV
15 GUID Char 93 $93. $93. GUID
11 INBOUND_IND Num 8 INBOUND_IND
8 LOCATION Char 765 $765. $765. LOCATION
1 OBJID Num 8 OBJID
12 OUTBOUND_IND Num 8 OUTBOUND_IND
13 REF_ID Char 765 $765. $765. REF_ID
6 S_DESCRIPTION Char 765 $765. $765. S_DESCRIPTION
9 S_LOCATION Char 765 $765. $765. S_LOCATION
14 S_REF_ID Char 765 $765. $765. S_REF_ID
4 S_TITLE Char 240 $240. $240. S_TITLE
3 TITLE Char 240 $240. $240. TITLE



thanks
1 REPLY 1
LinusH
Tourmaline | Level 20
You are most likely running into having some special char echoed from your workspace server, which interrupts the communication. This could rely on what encoding you are using. Search on "TRANSCODE" on support.sas.com. See if can somthing there which applies to your situation. If not, open a track to SAS tech support.

/Linus
Data never sleeps

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 1 reply
  • 654 views
  • 0 likes
  • 2 in conversation