BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Tal
Pyrite | Level 9 Tal
Pyrite | Level 9

Trying to  read in a  dataset  on mainframe  from EG SAS (Remote)

 

 

filename iGPI ftp "'GPIP.C.M.ZGPIXTRG.MONACCUM(0)'" host='vipap999.xxx.ca' user=***** pass=****** recfm=f lrecl=840 rcmd='site rdw';

 

data GPI;

infile iGPI;

input

@1 CRDT_SRCE_CD $EBCDIC3.

@4 CRDT_REF_NUM $EBCDIC21.

@25 CRDT_TYPE $EBCDIC3.

@28 SALES_BRANCH_NUM S370FPD3.

@31 CREDIT_NUM S370FPD10.

@;

run;

 

ERROR: Logon attempt by "userid" rejected by FTP server.

 

They did say they approved my access to this dataset on the mainframe  yesterday so i am wondering if this is some FTP connection issues?

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

Have confirmed that you connect to that server if you use an FTP program with your id and password?

 

I've had more than one case where "approval" did not equal "access" for several days and a few times weeks.

View solution in original post

2 REPLIES 2
ballardw
Super User

Have confirmed that you connect to that server if you use an FTP program with your id and password?

 

I've had more than one case where "approval" did not equal "access" for several days and a few times weeks.

Tal
Pyrite | Level 9 Tal
Pyrite | Level 9

see,i did not think of using the FTP program  and  no i dont  have access to their site.

Thank you ballardw for pointing this out 🙂

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!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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