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

Can we call JOB statement within COBOL program?


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kotaravindra

New User


Joined: 19 Feb 2004
Posts: 2

PostPosted: Fri Feb 20, 2004 11:41 am
Reply with quote

Hi,
Can any body tell me the procedure to call the JCL statements within the COBOL program.


Thanks & Regards
Ravindra
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Sat Feb 21, 2004 11:20 pm
Reply with quote

Hi Ravindra,

Your ques is a bit confusing. One doesn't "CALL" Jcl from a COBOL pgm. I'm assuming you mean something else.

Do you want to start a Job from a COBOL pgm? If so, use the search facility using "INTRDR" or "internal reader" as your search argument. If not, please explain your intent.

Regards, Jack.
Back to top
View user's profile Send private message
anuradha

Active User


Joined: 06 Jan 2004
Posts: 247
Location: Hyderabad

PostPosted: Mon Feb 23, 2004 9:52 pm
Reply with quote

hi ravindra,

As jack said one can't call jcl stmts from cobol program.but it is possible to execute a set of jcl stmts from cobol pgm.

by using the following command we can do that:


EXEC CICS SPOOL WRITE(VAR-NAME)
END-EXEC.



VAR-NAME is a cobol host structure containing jcl stmts.

You can even submit a jcl thru cobol pgm.AFAIK we cant call jcl stmts.if iam wrong someone can correct me.


THANKS AND REGARDS
ANU
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Tue Feb 24, 2004 12:28 pm
Reply with quote

Hello,

As suggested by jack you could have searched for INTRDR,

Check out the following link for more details.

Also....please search before posting.

http://ibmmainframes.com/expertforum/viewtopic.php?t=132

Hope this helps,

Regards
Mayuresh Tendulkar
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 -> COBOL Programming

 


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