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

Facing error in connect direct


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

New User


Joined: 29 Jan 2008
Posts: 14
Location: Chennai

PostPosted: Wed Feb 25, 2009 8:36 pm
Reply with quote

Hi,

I haven't worked iin connect direct. I am facing the below error. What should be done to resolve this?
I want to send a PDS

The cardlib used:
Code:

SIGNON CASE=YES                                       
 SUBMIT PROC=EREPORT                               -   
 &FROM='MRCT.DCP0MM20.PDFFILE.PDS'       -             
&DIR='/www/discover/prod/eReport/20090225/MAR/020' -   
 &TO=' '                                       -       
 SIGNOFF


The error:

Code:

SCIB006I                                                                       
 SIGNON COMMAND (CONDENSED) => USERID /NODE =  NAROCKI                         
SCIC000I Connect:Direct - RC=00000000 MSG=SAFA000I NODE=CD.H020CD        @ 08:53
   SHORT TEXT => SAFA000I Connect:Direct SIGNON process completed.             
SCIB007I                                                                       
  COMMAND =>  SUBMIT PROC=EREPORT   &FROM='MRCT.DCP0MM20.PDFFILE.PDS'   &DIR='/w
=' '  SIGNOFF                                                                   
SCIC000I Connect:Direct - RC=00000008 MSG=SCBI003I NODE=CD.H020CD        @ 08:53
   SHORT TEXT => SCBI003I Invalid keyword found in SUBmit command.             
      UIERRM1 =>  SUBMIT  SIGNOFF     L#=      0                               
    LONG TEXT => There are two ways to issue the SUBmit command.  One is       
                 from within the process, the other is not.  When using         
                 the SUBmit command OUTSIDE the process the keyword 'PROC'     
                 or 'DSN' must be specified. Other valid optional command       
                 keywords:'HOLD', 'NEWNAME', 'PNODE', 'PRTY', 'RETAIN',         
                 'SNODE', 'CLASS', 'STARTT', and symbolic parameter values     
                 (designated by '&' as a prefix). Only when a SUBMIT is         
                 issued within a process is the 'SUBNODE' keyword valid.       
                 However, the 'PROC' and 'PNODE' keywords are NOT valid         
                 in this type of a SUBMIT.                                     
                 SYSTEM ACTION: Return to invoker with RC=8.                   
                 RESPONSE: Reenter your SUBmit command.                         
SCIB007I  COMMAND =>  SIGNOFF FORCED BY DMBATCH                                 
SCIC000I Connect:Direct - RC=00000000 MSG=SVTA003I NODE=CD.H020CD        @ 08:53
   SHORT TEXT => SVTA003I Interactive user has been logged off.                 


Regards,
Nithya
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 Feb 25, 2009 10:01 pm
Reply with quote

First of all, you don't continue the SUBMIT command with the SIGNOFF command. They are separate commands:

SIGNON
SUBMIT ....... -
<continuation of process parameters> <== notice no continuation characters
SIGNOFF

Secondly, it would help for diagnostics in the future to also include the contents of the //NDMCMDS DD output.
Back to top
View user's profile Send private message
nithyaroslin

New User


Joined: 29 Jan 2008
Posts: 14
Location: Chennai

PostPosted: Fri Feb 27, 2009 5:59 pm
Reply with quote

Hi,

Now the above error is resolved. Can you please provide me the connect direct command to send all the members of a PDS to the unix server
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Connect Direct 6.3 for Z/OS All Other Mainframe Topics 20
No new posts Error while running web tool kit REXX... CLIST & REXX 5
Search our Forums:

Back to Top