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

Bulk NDM JCL


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

New User


Joined: 27 Nov 2008
Posts: 26
Location: India

PostPosted: Fri Feb 18, 2011 10:21 am
Reply with quote

Hi,
I have a job wherein I'm trying to transfer about 60 files from one region (AA) to another region (BB). I'm using the following code snippet for this. When I try to run this JCL, I get an error stating that the target file (Which is supposed to be newly created) is 'not in the public process library or in the PDS specified in the 'DSN=' keyword.' This is the Long Text. Short Text is 'RC=00000008 MSG=SCBI190I'.

FileAA is supposed to be in Region AA already, while FileBB is supposed to be its copy in Region BB. Can you take a look at the following code & tell me what I'm doing wrong? I'm currently running this job in Region BB, attempting to pull these files into BB from AA. Should I be running this from Region AA instead? But I get the same error even if I do that. What am I doing wrong? Please advice. PFB the code.

Code:
SIGNON USERID=('myid','mypwd') TMPDD=NDMTEMP               
SUBMIT PROC=RCOPYSEQ SNODE='bb'    -                     
            HOLD=NO                 -                         
            NOTIFY='myid' -                                 
            &NODE=SNODE             -                         
            &DSN1='fileaa' -                 
            &DSN2='filebb' -   
            &NODE1=PNODE                   -                 
            &DISP1=NEW                     -                 
            &DISP2=CATLG                   -                 
            &UNIT=CARTA00                  -                 
            &COMPRESS=COMPRESS                               


Any help would be appreciated. Thanks.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Feb 18, 2011 10:39 am
Reply with quote

Hello,

There is no jcl posted - yet this topic is in the jcl part of the forum icon_confused.gif

Which program is being executed? What does the expanded PROC look like?

What does BDM mean to you? The BDM i once worked with was a large consulting/contracting company.
Back to top
View user's profile Send private message
Vivek Wilson

New User


Joined: 27 Nov 2008
Posts: 26
Location: India

PostPosted: Fri Feb 18, 2011 10:43 am
Reply with quote

Correction. The title is supposed to read, 'Bulk NDM JCL'. The code included is the SYSIN part of the JCL. The Proc utilized is a system Proc, that doesn't have any issues. It's been used for years. I was thinking there was an issue in the way I had specified PNODE or the region where I ran this from.

Do you need any other information?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Feb 18, 2011 11:10 am
Reply with quote

Hello,

Well, we have quite a few topics about NDM. . . Unfortunately this is not installed on my current client machines.

If you use the SEARCH (above in the blue bar) you can see what has been posted previously.

It may help someone help you if you post all of the informatoinal / diagnostic output from the run. The expanded jcl will also help relate to the messages generated by the run.

It doesn't really matter that this has worked for a long time - what matters is that it now has a problem. As you believe, it may be the new control statements, but they will probably be easier to work with if more is shown.

Also, i changed the title to NDM. . .
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 Import bulk PDF or TXT files into BLO... DB2 2
No new posts Need help on Best approach for IMS Ke... IMS DB/DC 1
No new posts how can we copy the bulk dataset usin... CLIST & REXX 3
No new posts Bulk extract and upload feature in Ca... CA Products 0
No new posts Delete bulk jobs from IOF at once All Other Mainframe Topics 4
Search our Forums:

Back to Top