View previous topic :: View next topic |
Author |
Message |
arunkumar_e Beginner
Joined: 06 May 2004 Posts: 27 Topics: 16 Location: Bangalore
|
Posted: Fri May 07, 2004 6:29 am Post subject: Can a job be submitted from cobol program |
|
|
Hi
Can we submit a job from COBOL program. if so how ? _________________ Arun
"Genius is one percent inspiration and ninety-nine percent perspiration." -- Thomas A. Edison |
|
Back to top |
|
|
bauer Intermediate
Joined: 10 Oct 2003 Posts: 315 Topics: 49 Location: Germany
|
Posted: Fri May 07, 2004 7:06 am Post subject: |
|
|
Yes, possible.
You create the JCL by your Cobol program.
Write the JCL with cobol commands to an external file.
In your JCL (for the calling program) you map the external file to the internal reader. |
|
Back to top |
|
|
bauer Intermediate
Joined: 10 Oct 2003 Posts: 315 Topics: 49 Location: Germany
|
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
arunkumar_e Beginner
Joined: 06 May 2004 Posts: 27 Topics: 16 Location: Bangalore
|
Posted: Sun May 09, 2004 11:47 pm Post subject: |
|
|
Thanks Bauer & Kolusu for your help !! _________________ Arun
"Genius is one percent inspiration and ninety-nine percent perspiration." -- Thomas A. Edison |
|
Back to top |
|
|
|
|