BookmarkSubscribeRSS Feed
kumarsandip975
Quartz | Level 8

Could you please suggest with the following error message. we are trying to access below dataset on mainframe via JCLS.

10         DATA BESTUT.IN1;                                                     
11          INFILE TEST;                                                       
12              INPUT @1   CAPPL   $5.                                         
13                    @6   CNIV    $CHAR20.                                    
14                    @26  CTAAL   PD2.                                        
15                    @28  TOMSCH  $CHAR40.; 

 

Error :

The library data set ABCD.DEF.FGHK is an extended format sequential data set. However, the SASE7 engine only supports DSNTYPE=BASIC or DSNTYPE=LARGE data sets.                                

 Encountered error when the V9 engine tried to determine if BESTUT has a registered secured library object location.

Library BESTUT is not in a valid format for access method SASE7. 

1 REPLY 1
SASKiwi
PROC Star

Can you please provide the SAS log statements where you allocated BESTUT? Did you use a LIBNAME statement or some other method?

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1 reply
  • 305 views
  • 0 likes
  • 2 in conversation