View previous topic :: View next topic |
Author |
Message |
rajith Beginner
Joined: 26 Dec 2005 Posts: 15 Topics: 9 Location: chennai
|
Posted: Wed Jul 19, 2006 2:49 pm Post subject: Error on NDM process |
|
|
I am trying to NDM a file from Mainframe to Linux System.
The NDM seems to be successful but job abends.
Pasting the NDM proc:
Code: |
SIGNON ESF=YES
SUBMIT PROC=TESTDLET CASE=YES -
&PNODE=GECC.SYS2 -
&SNODE=CDINTRNL_GISDEV -
&DSN1='G1OL00AP.FDR.LETTER.AFPCAN(0)' -
&DSN2=\'/businessprocess/GENERIC_ReceiveFiles_Outbound/\ || -
\GENEW_LFE.XMT.GANDD000CAN'\
&COMPRESS=EXTENDED
SIGNOFF
|
Error Message:
Code: |
SCIA001I Invalid C:D command.
The requested command is not supported by C:D. The command may
be missing or misspelled. Ensure that the command keyword is
entered after column 1. Entries beginning in column 1 are
treated as step names.
SYSTEM ACTION: Return RC=8 to calling program.
RESPONSE: Ensure that the command is supported by C:D and that
it is entered starting after column 1.
|
Any idea what this means and how to correct it?? _________________ Thanks,
Rajith |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Jul 19, 2006 3:34 pm Post subject: |
|
|
rajith,
Make sure that NDM sysin cards are coded after column 1. Looks like your commands started in pos 1. so move your control cards to the right by 1 byte.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|