Need to FTP dataset from one LPAR to another LPAR



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Need to FTP dataset from one LPAR to another LPAR

Postby anbu123 » Wed Mar 19, 2008 6:14 pm

I am trying to FTP a dataset from one LPAR to another LPAR... i getting the following error.

JE2WA - ABENDED S213 U0000 CN(INTERNAL)

Below is the PGM and DD details.

Code:

//STEPFTP EXEC PGM=FTP,REGION=4M
//STEPLIB DD DSN=SYS1.SEZALINK,DISP=SHR
//SYSLIB DD DSN=SYS1.SEZATCP,DISP=SHR
//ABNLIGNR DD DUMMY
//INPUT DD *
BIN
STR R
QUOTE SITE CYLINDERS PRI=2 SEC=1
PUT 'DATASETNAME'
CLOSE
QUIT
/*
//



When i submit the program it give me the error.

Can anyone please help me to get rid of this issue... and if there is any other menthod of FTP the dataset's please let me know it...

Thanks,
GopaL
anbu123
 
Posts: 2
Joined: Wed Mar 19, 2008 5:58 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Need to FTP dataset from one LPAR to another LPAR

Postby MrSpock » Wed Mar 19, 2008 7:36 pm

You need to lookup the details for the S213, and follow the suggestions, and then post the results here.
User avatar
MrSpock
Global moderator
 
Posts: 807
Joined: Wed Jun 06, 2007 9:37 pm
Location: Raleigh NC USA
Has thanked: 0 time
Been thanked: 4 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post