View previous topic :: View next topic |
Author |
Message |
issac1029 Intermediate

Joined: 10 Dec 2005 Posts: 159 Topics: 75
|
Posted: Fri Mar 17, 2006 11:04 pm Post subject: How to Call "Natural" programs from Cobol |
|
|
Hi folks:
If I want to call a natural pgm in a cobol pgm,what special things should I take care?just like entry?does it need a entry for that call? |
|
Back to top |
|
 |
hariavinash Beginner
Joined: 21 Jan 2005 Posts: 52 Topics: 7
|
Posted: Fri Apr 14, 2006 9:56 am Post subject: |
|
|
is it a natural program run in batchmode? or are you kicking an online transaction? |
|
Back to top |
|
 |
issac1029 Intermediate

Joined: 10 Dec 2005 Posts: 159 Topics: 75
|
Posted: Mon Apr 24, 2006 4:08 am Post subject: |
|
|
batch mode,need any interface in compile? |
|
Back to top |
|
 |
hariavinash Beginner
Joined: 21 Jan 2005 Posts: 52 Topics: 7
|
Posted: Tue Apr 25, 2006 6:12 am Post subject: |
|
|
issac1029,
it depends on your installation. If its a standard batch job, one would ideally submitt/run the natural program with a NATBATCH jcl triggered from the cobol program.
you dont have to recompile the natural program everytime you compile the cobol program in this case. Natural programs can be STOWed and kept in the load library until you have a change to the code.
cheers |
|
Back to top |
|
 |
|
|