GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Mainframe  >  COBOL

 Print  |  
Question:  How to pass values from one jcl to another jcl, if how ? How to pass data from cobol to jcl? How to access jcl from cobol? How to display comp fields?



October 10, 2006 23:18:29 #2
 mark   Member Since: Visitor    Total Comments: N/A 

RE: 1.how to pass values from one jcl to another jcl, ...
 

1.how to pass values from one jcl to another jcl, if how ?
as per previous poster you can communicate through datasets.

3.how to access jcl from cobol?
You can invoke JCL as an entity of a database

4.how to display comp fields?

move them to display numeric format and than display.

     

 

Back To Question