Need help in generating 2 lines sysin card for NDM tranfer



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Need help in generating 2 lines sysin card for NDM tranfer

Postby Dambaattam » Fri Sep 19, 2014 10:57 am

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
Dambaattam
 
Posts: 7
Joined: Thu May 15, 2014 4:46 pm
Has thanked: 0 time
Been thanked: 0 time

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

Postby BillyBoyo » Fri Sep 19, 2014 12:10 pm

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.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

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

Postby Dambaattam » Fri Sep 19, 2014 12:57 pm

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'
Dambaattam
 
Posts: 7
Joined: Thu May 15, 2014 4:46 pm
Has thanked: 0 time
Been thanked: 0 time

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

Postby BillyBoyo » Fri Sep 19, 2014 2:35 pm

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.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post