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

connect direct ISSUE


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

New User


Joined: 20 Apr 2010
Posts: 8
Location: pune

PostPosted: Wed May 19, 2010 11:28 am
Reply with quote

Code:
//SYSIN    DD   *                                             
  SIGNON USERID=(myid),PASSWORD=(mypwd),ESF=YES CASE=YES
  SUBMIT PROC=DAPG0DCO SNODE=UNIX.CD.UATCDGW3 HOLD=NO CASE=YES
  &FROM=PNODE                                                 
  &TO=SNODE                                                   
  &IN0='SAPM1.FFB.APPDATA.EXTTH.HSBC(0)                       
  &IN1='SAPM1.FFB.APPLIC.EXTTH.HSBC(0)                       
  &IN2='SAPM1.FFB.APPROD.EXTTH.HSBC(0)                       
  &IN3='SAPM1.FFB.FUNDING.EXTTH.HSBC(0)                       
  &IN4='SAPM1.FFB.PROGLOG.EXTTH.HSBC(0)                       
  &IN5='SAPM1.FFB.REASONCD.EXTTH.HSBC(0)                     
  &IN6='SAPM1.FFB.QMSLOG.EXTTH.HSBC(0)                       
  &IN7='SAPM1.FFB.PRODCNF.EXTTH.HSBC(0)                       
  &IN8='SAPM1.FFB.TODO.EXTTH.HSBC(0)                         
  &OUT0='CBI-APE_AD.BBME.1.                                   
  &OUT1='CBI-APE_APD.BBME.1.                                 
  &OUT2='CBI-APE_PAD.BBME.1.                             
  &OUT3='CBI-APE_FD.BBME.1.           
  &OUT4='CBI-APE_PL.BBME.1.           
  &OUT5='CBI-APE_WFSRD.BBME.1.         
  &OUT6='CBI-APE_WFSD.BBME.1.         
  &OUT7='CBI-APE_PC.BBME.1.           
  &OUT8='CBI-APE_TODO.BBME.1.         
  SIGNOFF                             
/*                                     
//         DD   DSN=&&NDMSTMT,DISP=SHR
//         DD   *


The above code is as part of my file tranfer jcl.I am getting error while submiting the job.Below is the description of the err.


SCIB006I SIGNON COMMAND (CONDENSED) => USERID /NODE = myid
SCIC000I Connect:Direct - RC=00000008 MSG=SCIA101I NODE= @ 13:33
SHORT TEXT => SCIA101I Invalid keyword.
UIERRM1 => SIGNON PASSWORD=
LONG TEXT =>








SYSTEM ACTION:

RESPONSE:
SCIC013I Terminating before EOF due to error return code (HEX) =00000018
SCIB007I COMMAND => SIGNOFF FORCED BY DMBATCH
. . . . . . . . . . . . . . . . . . . . . . . . . . .

SCIC000I Connect:Direct - RC=00000010 MSG=SCIA008I NODE= @ 13:
SHORT TEXT => SCIA008I Syntax Error finding word SIGNON in SIGNON command.
LONG TEXT => C:D was unable to find the word SIGNON in the first
command passed. The SIGNON command MUST NOT have a
label on it, and the word SIGNON MUST be surrounded by
spaces. Common reasons for this message are:
1) A LABEL starting in Column 1
2) The word SIGNON starting in Column 1
3) The word SIGNON not followed by a space.


SYSTEM ACTION: Set Return code to 16, and Fail the signon

RESPONSE: Correct the signon command.


could any body give suggestion to resolve this issue

My id and password have been removed. . .
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 May 19, 2010 2:44 pm
Reply with quote

That's not syntactically correct. There needs to be statement continuation characters (-) after each line.
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 SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Connect Direct 6.3 for Z/OS All Other Mainframe Topics 20
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Facing ABM3 issue! CICS 3
No new posts Panvalet - 9 Character name - Issue c... CA Products 6
Search our Forums:

Back to Top