BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I have been reading around in the doc and experimenting, but I'm not getting anywhere useful.

Sample data =
[pre]





















[/pre]

The documentation says to use a libname statement followed by a data step.
mine is
[pre]
LIBNAME xml_in xml "&BaseRP/User/Chuck/Projects/Server/app_1021215380_157_20080519.pdml";

data egtask.indata;
xml_in.proto;
run;
quit;
[/pre]
but I keep getting an error
[pre]
ERROR: DATA STEP Component Object failure. Aborted during the COMPILATION phase.
NOTE: The SAS System stopped processing this step because of errors.
16 data egtask.indata;
17 xml_in.proto;
____________
557
ERROR 557-185: Variable xml_in is not an object.
[/pre]
So, before I try tech support, anyone out there with experience with this?
I doing this with a Code task in EG 4.1
2 REPLIES 2
LAP
Quartz | Level 8 LAP
Quartz | Level 8
> I have been reading around in the doc and
> experimenting, but I'm not getting anywhere useful.
>
> Sample data =
> [pre]
>
>
>
>
>
> showname="Number" value="1" size="1518"/>
>
> showname="Packet Length" value="5ee" size="1518"/>
>
> showname="Captured Length" value="5ee"
> size="1518"/>
>
> value="1211219820.462153741" size="1518"/>
>

>
>
> show="May 19, 2008 13:57:00.462153741"/>
>
>
> showname="Time delta from previous displayed frame:
> 0.000000000 seconds" size="0" pos="0"
> show="0.000000000"/>
>
> size="0" pos="0" show="0.000000000"/>
>
>
> show="1518"/>
>
>
>
>
> show="eth:vlan:ip:tcp"/>
>

> /pre]
>
> The documentation says to use a libname statement
> followed by a data step.
> mine is
> [pre]
> LIBNAME xml_in xml
> "&BaseRP/User/Chuck/Projects/Server/app_1021215380_157
> _20080519.pdml";
>
> ata egtask.indata;
> xml_in.proto;
> n;
> quit;
> [/pre]
> but I keep getting an error
> [pre]
> ERROR: DATA STEP Component Object failure. Aborted
> during the COMPILATION phase.
> NOTE: The SAS System stopped processing this step
> because of errors.
> 16 data egtask.indata;
> 17 xml_in.proto;
> ____________
> 557
> ERROR 557-185: Variable xml_in is not an object.
> [/pre]
> So, before I try tech support, anyone out there with
> experience with this?
> I doing this with a Code task in EG 4.1


Did you intentionally leave off the keyword set?

set xml_in.proto;
deleted_user
Not applicable
Sometimes I am such a _________________________ .
I can be so blind!

ok, new error. Apparently I need to read some more about XMLMAP

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
  • 2 replies
  • 634 views
  • 0 likes
  • 2 in conversation