Page 1 of 1

Need help in generating 2 lines sysin card for NDM tranfer

PostPosted: Fri Sep 19, 2014 10:57 am
by Dambaattam
Hi All,

I have a destination file name for NDM file transfer from mainframe which is very long and cannot be accomodated in single line. to continue in second line, i have given the '-' in 72 and continued the second line from 16th column. but when the jcl ran, the output file name is D:\CONNECT\CxxxxxxxxxxxI\dddddd\ddddddddddddddd\' 'Igg_GLOBALSOIUfffffff20140919.TXT
there is a gap in between the lines and NDM transmission was not succesful because of that

Please help

//SYSIN DD *
SIGNON -
ESF=YES
SUBMIT PROC=Mxxxxxxxxx -
SNODE=xxxxxxxxxxxxxxx -
&TNODE=SNODE -
&OPCNDM=Ixxxxxx#1 -
&DISP1=SHR -
&DISP2=NEW -
&DSN1=@DSN@ -
&DSN2=|| -
'D:\CONNECT\CxxxxxxxxxxxI\dddddd\ddddddddddddddd\' -
'Igg_GLOBALSOIUfffffff@CUDATE@.txt'
SIGNOFF

Re: Need help in generating 2 lines sysin card for NDM tranf

PostPosted: Fri Sep 19, 2014 12:10 pm
by BillyBoyo
You seem to have a space before your continuation character. Type right up to the continuation, is the style where things re-sstart in column 16.

Re: Need help in generating 2 lines sysin card for NDM tranf

PostPosted: Fri Sep 19, 2014 12:57 pm
by Dambaattam
i have typed till the continuation character. still it is generated with spaces
input:

'D:\CONNECT\CITIMVSI\CORP_ACT\SMI-NEXUS\ISS_GLOBALSOICITIDA@CUDATE@.'-
'txt'
SIGNOFF


Output:
'D:\CONNECT\CITIMVSI\CORP_ACT\SMI-NEXUS\ISS_GLOBALSOICITIDA20140919.' 'TXT'

Re: Need help in generating 2 lines sysin card for NDM tranf

PostPosted: Fri Sep 19, 2014 2:35 pm
by BillyBoyo
OK, but you've used a quote, which is not included as part of the data (when single). Remove the quote before the "-", and put the "t" from "txt" there.