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
 
pass data from cobol to jcl

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions
Author Message
keerthi

New User


Joined: 23 Mar 2005
Posts: 25

PostPosted: Wed Apr 20, 2005 2:21 pm    Post subject: pass data from cobol to jcl
Reply with quote

How can we pass data from COBOL to JCL

thanks,
keerthi.
Back to top
View user's profile Send private message
References
PostPosted: Wed Apr 20, 2005 2:21 pm    Post subject: Re: pass data from cobol to jcl Reply with quote

superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3097
Location: Charlotte,NC USA

PostPosted: Wed Apr 20, 2005 4:40 pm    Post subject: Re: pass data from cobol to jcl
Reply with quote

You can't (not really, anyway).

You can send data to SYSOUT by using the COBOL DISPLAY statement, or you can write data to output as sysout or print data, or you can write the data to an external cataloged dataset, which can then be passed to another job step or another job for processing by another program.

You can, however, set a numeric value in the COBOL special register RETURN-CODE, which IS passed back to the calling job, which can then take a pre-determined course of action depending on the value specified.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions All times are GMT + 6 Hours
Page 1 of 1