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

Exlain this DMBATCH program


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
apsar.kogatam
Warnings : 1

New User


Joined: 27 Jun 2008
Posts: 33
Location: CHENNAI

PostPosted: Sat Dec 06, 2008 10:32 am
Reply with quote

Can anybody explain the below highlighted in bold.
and also in the below 3 libraries DMPUBLIB, DMMSGFIL, DMNETMAP what content should be placed.

//DMBATCH EXEC PGM=DMBATCH,REGION=512K,PARM=(YYSLYNN)
//DMPUBLIB DD DSN= NDM.PROCESS.LIBRARY, DISP=SHR
//DMMSGFIL DD DSN= NDM.MESSAGE.LIBRARY, DISP=SHR
//DMNETMAP DD DSN= NDM.NETWORK.MAP, DISP=SHR
//DMPRINT DD SYSOUT=*
//NDMCMDS DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
SIGNON USERID=( NDM USERID) -
NETMAP= NDM NETWORK MAP
SUBMIT DSN= PROCESS LIBRARY MEMBER -
SIGNOFF
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Sat Dec 06, 2008 11:30 am
Reply with quote

Apsar,

Quote:
please explain me clearly.


Will try my level best Sir.

Quote:
//DMPUBLIB


NDM Process Library for your system

Quote:
//DMMSGFIL


NDM Message library for your system.

Quote:
//DMNETMAP


NDM Network map file for your system.

All the other DD's marked are for output messages directed to the sysout.

Check the existing NDM jobs in your site for the library names.
Back to top
View user's profile Send private message
apsar.kogatam
Warnings : 1

New User


Joined: 27 Jun 2008
Posts: 33
Location: CHENNAI

PostPosted: Sat Dec 06, 2008 4:59 pm
Reply with quote

Thanks Aaru.

The Message library and nework map file library and process libraries will be coded already or do we need to.

Is there any particular library to code the data as per the requirement.

and also can you please explain

1.SUBMIT PROC=NDMRNJOB

NDMRNJOB proc is just the name as per our requirement or it should be same.

2.EIF
Back to top
View user's profile Send private message
apsar.kogatam
Warnings : 1

New User


Joined: 27 Jun 2008
Posts: 33
Location: CHENNAI

PostPosted: Sat Dec 06, 2008 5:10 pm
Reply with quote

can you please explain SIGNON ESF=YES
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Sat Dec 06, 2008 5:41 pm
Reply with quote

Quote:

Extended Submit Facility (ESF)
The facility that allows users to queue data transfer requests to a Connect:Direct node that is not
active. This allows users to submit work to Connect:Direct, even if the Connect:Direct DTF is
down.

Data Transmission Facility (DTF)
The nucleus component of Connect:Direct. The DTF controls information distribution to other
Connect:Direct nodes in the network. Startup parameters that govern the overall activity of the
DTF are defined within the initialization parameters.
In a Connect:Direct/Plex, the DTF consists of a Connect:Direct Manager and one or more
Connect:Direct Servers.

You can specify ESF as a SIGNON command parameter. You can only issue SIGNON,
SIGNOFF, and SUBMIT commands using ESF. ESF is only available for Processes you
submit on the local node.



These are all well documented in the Connect:Direct user's Guide, available for free for licensed users from Sterling Commerce Use [URL] BBCode for External Links.
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 Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top