IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Transfer of file from Mainframe to Windows


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Avinash Sharma

New User


Joined: 16 Aug 2011
Posts: 5
Location: India

PostPosted: Tue Aug 16, 2011 9:51 pm
Reply with quote

Can anybody help me .. I need to transfer file from mainframe server to windows server. As far as I know we can use NDM and FTP both. I have the card for MVS2unix ..

Code:
SIGNON ESF=YES
  SUBMIT PROC=MVS2UNIX             -
         SNODE=fhp024c1            -
         CASE=YES                  -
         SNODEID=(m71520)         -
         &DATE=%SUBDATE3           -
         &TIME=%SUBTIME            -
         HOLD=NO                   -
         &NODE=PNODE               -
         &PAGEID=TAXIC             -
         &DSN1=TAXIC.CG80511A.RETURN.FILE(0) -
         &DIR2=/ews/data/dm_marval/transfer  -
         &DSN2=TAXIC_CG80511A_MASS_SS_SUCCESS.&DATE.&TIME..TXT -
         &DISP2=(rpl)              -
         &COMPRESS='COMPRESS EXT'
SIGNOFF


Can anybody tell me for windows what i need to change in above card.. I submitted the same card thru job.. and I recieved the below error:-


SCIC006I Parse error detected in command string.
SCIC011I
Errored string record began ==> SUBMIT PROC=MVS2UNIX SNODE=TCPNAME=
E HOLD=NO &NODE=PNODE &PAGEID=TAXIA &DSN1=TAXIA.CG26511A.OUTPUT
SCIB007I COMMAND => SIGNOFF FORCED BY DMBATCH
SCIC000I Connect:Direct - RC=00000000 MSG=SVTA003I NODE=NDM.SWBTSTLH
SHORT TEXT => SVTA003I Interactive user has been logged off.
LONG TEXT => The interactive user has been logged off because the
system has been stopped, the user has signed off, the
maximum number of users specified in the Cicon_biggrin.gif initiali
parameters has been exceeded, or the user profile has
deleted from the Authorization Data Set.

RESPONSE: The interactive user should SIGNOFF.

SYSTEM ACTION: None.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Aug 17, 2011 1:10 am
Reply with quote

I don't see anything in particular. Could you post the output from your DMBATCH job step that shows that process source code being parsed and syntax-checked (the NDMCMDS DD output)?
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Wed Aug 17, 2011 1:29 am
Reply with quote

Avinash Sharma wrote:
[...] string.
SCIC011I
Errored string record began ==> SUBMIT PROC=MVS2UNIX SNODE=TCPNAME=
E HOLD=NO &NODE=PNODE &PAGEID=TAXIA &DSN1=TAXIA.CG26511A.OUTPUT
SCIB007I COMMAND => SIGNOFF FORCED BY DMBATCH
[...]


How do the messages match to the card? For instance, TAXIC vs TAXIA?
Back to top
View user's profile Send private message
Avinash Sharma

New User


Joined: 16 Aug 2011
Posts: 5
Location: India

PostPosted: Wed Aug 17, 2011 12:06 pm
Reply with quote

Please find the output of NDMCMDS

==============================================
10:56:44.68 SCANNING FOR CASE KEYWORD
10:56:44.68 LENGTH OF STRING: 16
10:56:44.68 STRING BEING SCANNED: SIGNON ESF=YES
10:56:44.68 SIGNON COMMAND FOUND
10:56:44.68 GLOBAL DEFAULT SAYS FOLD (CASE=NO)
10:56:44.69 CD/API VER.RLSE.MOD= 40,700 PUT LEVEL=4702
10:56:44.70 API NETMAP = SUPT.NDM.A1.NETMAP
10:56:44.92 RESETTING CASE FLAGS
10:56:44.93 SCANNING FOR CASE KEYWORD
10:56:44.93 LENGTH OF STRING: 80
10:56:44.93 STRING BEING SCANNED: SIGNOFF FORCED BY DMBATCH
10:56:44.93 GLOBAL DEFAULT SAYS FOLD (CASE=NO)
10:56:44.93 API NETMAP = SUPT.NDM.A1.NETMAP
10:56:44.96 RESETTING CASE FLAGS
=============================================
Back to top
View user's profile Send private message
Avinash Sharma

New User


Joined: 16 Aug 2011
Posts: 5
Location: India

PostPosted: Wed Aug 17, 2011 12:09 pm
Reply with quote

How do the messages match to the card? For instance, TAXIC vs TAXIA?[/quote]

Bill TAXIC and TAXIA does n't have so much importance as the last alphabet is region specific....
Back to top
View user's profile Send private message
Avinash Sharma

New User


Joined: 16 Aug 2011
Posts: 5
Location: India

PostPosted: Wed Aug 17, 2011 12:15 pm
Reply with quote

Thanks Bill and Kevin for looking into it :-

FYI the card is --

Code:
 SIGNON ESF=YES                               
 SUBMIT PROC=MVS2UNIX             -           
        SNODE=TCPNAME=132.201.86.225 -         
        CASE=YES                  -           
        &DATE=%SUBDATE3           -           
        &TIME=%SUBTIME            -           
        HOLD=NO                   -           
        &NODE=PNODE               -           
        &PAGEID=TAXIA             -           
        &DSN1=TAXIA.CG26511A.OUTPUT(0) -       
        &DIR2=D:\TAXI_PROD -                   
        &DSN2=TAXIA_CG26511A_&DATE.&TIME..DAT -
        &DISP2=(RPL)              -           
        &COMPRESS='COMPRESS EXT'               
 SIGNOFF 


We have Mech ID and password for the system where we want to send the file.. I think we can include mech id and psword in it. Pls help in this regard.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Wed Aug 17, 2011 12:36 pm
Reply with quote

Avinash Sharma wrote:
How do the messages match to the card? For instance, TAXIC vs TAXIA?


Bill TAXIC and TAXIA does n't have so much importance as the last alphabet is region specific....[/quote]

Well I'd like to see the messages which match with the card, else we might be staring at something that works, whereas another bit doesn't, but we can't see that.
Back to top
View user's profile Send private message
Avinash Sharma

New User


Joined: 16 Aug 2011
Posts: 5
Location: India

PostPosted: Wed Aug 17, 2011 12:43 pm
Reply with quote

I think I have shown the messages of DMPRINT and NDMCMDS STEP. above .... The message which I showed yesterday was of DMPRINT step and is related to TAXIA.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Aug 17, 2011 4:52 pm
Reply with quote

oh boy! another of these,
"I have done enough, now solve my problem"
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Aug 17, 2011 5:04 pm
Reply with quote

Quote:
The interactive user has been logged off because the
system has been stopped, the user has signed off, the
maximum number of users specified in the C initiali
parameters has been exceeded, or the user profile has
deleted from the Authorization Data Set.
So, Avinash Sharma, have YOU checked:
- to see if the system was stopped?
- your user id was signed off?
- the maximum number of users of the software was exceeded?
- your user profile was deleted?

These are things we cannot check -- only someone AT YOUR SITE can do so. This is the type of problem that, if you did not start by asking your site support group for assistance, you are just wasting our time. The issue is related to your site and its use of the software, and hence the chances of us resolving the issue are slim indeed. If your site support group cannot help, talk to your coworkers or team leader as someone has probably seen this problem in the past.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Aug 17, 2011 8:09 pm
Reply with quote

Hello,

Or look at one that works on your systems and make the necessary changes to your problem process.

This would probably include making changes on the mainframe and/or the remote. Things like permissions, file names, directories, etc. . .
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top