LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (October 2001, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 3 Oct 2001 14:02:36 -0400
Reply-To:     Jaydeep_Ghosh@PROGRESSIVE.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jaydeep_Ghosh@PROGRESSIVE.COM
Subject:      Reading/Writing XML data on mainframe
Content-type: text/plain; charset=us-ascii

Hello , I am trying to do the following on mainframe ( os/390 , Sas V8 ) - read a sequential dataset ( having xml code ) into a sas dataset - alter some variables - write the sas dataset to another dataset on the mainframe ( in XML format ) .

For this , I tried using : LIBNAME TEST XML 'dataset name' ; This statement works , but I get other errors like

ERROR: OPEN is aborted for file TMVS860.XML.DATA1. Requested datatype is invalid ERROR: XML describe error: . **************************************** Should the dataset be in a specific format ? Presently it is FB , LRECL=80 . Can anyone provide me a sample code for this , or point me towards the relevant documentation .

Thanks a lot in advance , Jaydeep .


Back to: Top of message | Previous page | Main SAS-L page