Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
what is the purpose of //systsin dd *

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
praneethgokul

New User


Joined: 06 May 2005
Posts: 20
Location: Bangalore

PostPosted: Fri May 06, 2005 7:44 pm    Post subject: what is the purpose of //systsin dd *
Reply with quote

hi I got a simple doubt . please clarify for me.

what is the purpose of //systsin dd *
Back to top
View user's profile Send private message
References
PostPosted: Fri May 06, 2005 7:44 pm    Post subject: Re: what is the purpose of //systsin dd * Reply with quote

mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1493

PostPosted: Sat May 07, 2005 7:20 am    Post subject:
Reply with quote

It's the DD name used by TSO to enter in-stream TSO commands. The reason you see it in DB2 jobs is that IBM uses TSO as one of the techniques for running DB2 jobs in batch mode.
Back to top
View user's profile Send private message
i413678
Currently Banned

Active User


Joined: 19 Feb 2005
Posts: 112
Location: chennai

PostPosted: Tue May 10, 2005 2:15 pm    Post subject: //SYSTSIN
Reply with quote

Hi,

this card is used when you are using DB2 in your cobol program to supply information like DSN etc..............


pavankumar
Back to top
View user's profile Send private message
sivatechdrive

Active User


Joined: 17 Oct 2004
Posts: 162
Location: hyderabad

PostPosted: Tue May 10, 2005 3:04 pm    Post subject: Re: what is the purpose of //systsin dd *
Reply with quote

Hi Friend

in the IKTEF01 utility (terminal monitor program) for bind,run a COBOL-DB2 Program,we use this card

//BIND EXEC PGM=IKJEFT01,DYNAMNBR=20,COND=(4,LT)
//STEPLIB DD DSN=DSN710.SDSNLOAD,DISP=SHR
//DBRMLIB DD DSN=E02619.DBRMLIB,DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSTSIN DD *
DSN SYSTEM(DSNY)
BIND PLAN(DB2PROG)-
MEMBER(PROG1) -
ACT(REP) -
LIB('E02619.DBRMLIB') -
ISOLATION(CS)
/*
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1