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

Compile Jcl for PL/I program which uses IMS DB call.


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
abhilash g s

New User


Joined: 27 Apr 2007
Posts: 37
Location: bangalore

PostPosted: Thu Nov 22, 2007 12:23 pm
Reply with quote

Hi,
Can anyone help me wih the compile jcl for pli program which uses IMS calls...please..
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 Nov 23, 2007 9:35 am
Reply with quote

Hello,

You should talk with your system support people or your dba(s) to get the standard compile jcl for your system.
Back to top
View user's profile Send private message
donateeye
Warnings : 2

New User


Joined: 01 Jun 2007
Posts: 62
Location: chennai

PostPosted: Mon Dec 03, 2007 5:59 pm
Reply with quote

Hi,

Yes, you need to speak to dba... but stil... here are the ones which you need to take care :

1) Mention your psb, program load in the parm parameter when executing DFSRRC00
2) mention your psblib and dbdlib accordingly
3) Mention the name of the database as the ddname, if you are using more than one database, then mention everything one by one
4) Ans, finally, mention your input output files that are used by your program.

I think these are mandatory.. if you want to handle your sysprints, dumps etc... please mention them as well....
Back to top
View user's profile Send private message
Srihari Gonugunta

Active User


Joined: 14 Sep 2007
Posts: 295
Location: Singapore

PostPosted: Mon Dec 03, 2007 6:50 pm
Reply with quote

Abhilash is talking about Compile JCl and not run JCL, I believe.
Back to top
View user's profile Send private message
donateeye
Warnings : 2

New User


Joined: 01 Jun 2007
Posts: 62
Location: chennai

PostPosted: Tue Dec 04, 2007 9:30 pm
Reply with quote

OOOOps.... thanks for opening my eyes.... icon_smile.gif
Back to top
View user's profile Send private message
arivazhagan_k

New User


Joined: 05 Dec 2007
Posts: 57
Location: chennai

PostPosted: Wed Dec 12, 2007 8:49 pm
Reply with quote

As dick scherrer said the compile jcl are specific to your organisation.
Anyhow i have given my compile jcl . Take a look at glance ,get some idea .

//MyIdCOM JOB ,,MSGLEVEL=1,MSGCLASS=1,REGION=100M,NOTIFY=MyId,
// CLASS=F
//PLI EXEC C
//SRCLIB DD DSN=MyId.TRAINING.PLI,
// DISP=SHR
//SAVELOAD DD DSN=MyId.TRAINING.LOADLIB,
// DISP=SHR
//SYSIN DD DSN=MyId.PLI.SYSIN.T090841.MyId,
// DISP=(OLD,DELETE)
//ENTCOPY EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//INDATA DD DSN=MyId.TRAINING.PLI(MyModule),DISP=SHR
//OUTDATA DD DSN=&ENTSTEP(MyModule),DISP=(MOD,PASS),
// DCB=(LRECL=80,BLKSIZE=800,RECFM=FB,DSORG=PO),
// SPACE=(TRK,(5,5,1),RLSE)
//SYSIN DD *
REPRO IFILE(INDATA) OFILE(OUTDATA)
/*
//ENTPLIC EXEC ENTCOMP,
// NAME=MyModule,
// SRCLIB=&ENTSTEP
//
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts C Compile time time stamps Java & MQSeries 10
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
Search our Forums:

Back to Top