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

how to submit a JCL from a CICS-COBOL Program


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ranjitbhingare

New User


Joined: 30 Nov 2005
Posts: 94
Location: PUNE

PostPosted: Fri Jan 27, 2006 6:26 pm
Reply with quote

Hi,

I would like to know how to submit a JCL from a CICS-COBOL Program ?
What is SPOOLWRITE and How to use SPOOLWRITE statement ? Can anyone tell me SPOOLWRITE Syntax ?

Thanks.....
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Sun Jan 29, 2006 11:20 am
Reply with quote

You can find it all in the fine manual.

O.
Back to top
View user's profile Send private message
babuprasad_g
Currently Banned

New User


Joined: 26 May 2005
Posts: 45
Location: gurgaon

PostPosted: Wed Feb 01, 2006 6:26 pm
Reply with quote

EDIT IBMMFS.MACC.MACC(DB2CICS)
Code:

//DB2CICS JOB IBMMFS,'MAC',CLASS=Q,MSGCLASS=X,
// NOTIFY=&SYSUID,REGION=0M
//*  ASSUMED THAT IPPGM = DBRM = LOAD MODULE NAME ARE SAME
//PROCLIB JCLLIB ORDER='IBMMFS.PROC.DB2'
//STEP1 EXEC PROC=DB2CICSC,
//            INLIB=IBMMFS.MACC.MACC,             <= INPUT PGM PATH
//            SRCLIB=IBMMFS.MACC.DB2,              <= INCLUDE/DCL LIB
//            DBRMLIB=IBMMFS.MACC.DBRM,    <= DBRM SOURCE PATH
//            RPLLIB=IBMMFS.IBMCICS.LOAD,     <= CICS LOAD LIB
//            MEM=PGM158                                            <= NAME OF IP & DBRM
//LKED.SYSIN DD *
              INCLUDE DB2LOAD(DSNCLI,DSNHADDR)
              NAME PGM158(R)                                     <= NAME OF LOAD MODULE
//*
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top