View previous topic :: View next topic |
Author |
Message |
forfun1234 Beginner
Joined: 10 May 2006 Posts: 3 Topics: 2
|
Posted: Thu May 11, 2006 1:23 pm Post subject: FTP ABEND=S000 U4093 REASON=00000090 994 |
|
|
Hi,
I am trying to FTP a mainframe file to a server.
I have given the jcl i am using below.
//STEPFTP EXEC PGM=FTP,PARM='**.**.*.***'
//INPUT DD *
forfun
******
CD 'forfun'
SENDSITE
PUT 'mainframe.file' notepadfile
QUIT
//OUTPUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
The JCL is abending with following system code
STEPFTP - ABEND=S000 U4093 REASON=00000090 994
In the sysout i am able to see the following message
CEE5101C During initialization, the callable service BPX1MSS failed.
The system return code was 0000000156 , the reason code was 0B0C00FB . The application will be terminated.
Please help me what's wrong and how to correct it. Thanks for u'r effort. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
forfun1234 Beginner
Joined: 10 May 2006 Posts: 3 Topics: 2
|
Posted: Tue May 16, 2006 5:44 pm Post subject: |
|
|
Hey i found the Problem.
The problem is with my job account number.
The account number i am using doesn't have the access to FTP files. Thanks |
|
Back to top |
|
 |
|
|