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

NDM transmission


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

New User


Joined: 11 Nov 2008
Posts: 52
Location: Hyderabad

PostPosted: Thu Dec 30, 2010 4:49 pm
Reply with quote

Hi,
I have an NDM job as follows

Code:

/*ROUTE XEQ CDPLEX                                                           
//CDBATCH EXEC CDBATCH,                                               
//             USERPRF='TESTZZ2.NDM.LIB'                               
//CDBATCH.SYSIN DD *
   SIGNON
   SUBMIT PROC=SDSD22
   SIGNOFF   
//*


For a particular business requirement I want to include the contents of PROC SDSD22 directly in th SYSIN instead of using SUBMIT PROC=SDSD22. This is a job I will not be able to test in my local system due to security issues. I want to know if I copy paste the whole content of SDSD22 in the SYSIN stream, woud I still need SUBMIT command.
Can you please let me know how would the syntax change in that case ?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Dec 30, 2010 4:54 pm
Reply with quote

No, you can't do that.
Back to top
View user's profile Send private message
mambopras

New User


Joined: 11 Nov 2008
Posts: 52
Location: Hyderabad

PostPosted: Thu Dec 30, 2010 5:44 pm
Reply with quote

Ok THanks for the quick response superk, so is there no way that I can use instream data to achieve this ?
The only reason I am insisting for instream data is that I cannlt change the control cards SDSD22 etc right now. I want to do a minor change to the content without having to touch anymember except the JCL.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Dec 30, 2010 7:57 pm
Reply with quote

You haven't exactly shown us what your proc CDBATCH does, so I'm making an assumption that it contains a proc step that runs the Connect:Direct batch interface program DMBATCH. You need to spend some time in the manuals, and within your own site's policy manuals, reading up on what you can and can't do within DMBATCH (it has a very limited set of command statements). There are two ways you can use the SUMBIT command: first, like you've shown, is to submit the specific Process name, which means that your job has the DMPUBLIB DD statement pointing to the PDS (or PDS's) that contain your process statements. You can also SUMBIT a dataset (containing one or more sets of Connect:Direct Process statements), IF your Connect:Direct administrators allow it.
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 Capture process Number during NDM tra... IBM Tools 5
No new posts How to increase XMIT Transmission Lim... JCL & VSAM 0
No new posts problem in file transmission and job ... JCL & VSAM 6
No new posts Doubt regarding Appending in inbound ... JCL & VSAM 1
No new posts Can you give me an explanation of the... All Other Mainframe Topics 2
Search our Forums:

Back to Top