|
|
| Author |
Message |
aravindanrkumar Warnings : 1 New User
Joined: 03 Jan 2007 Posts: 12 Location: Chennai
|
|
|
|
I would like to know how we can submit a job from an assembler program. Please advise me on all the methods available or atleast the materials that can be used for reference. I was not able to find any information regarding this in the IBM manuals for Assembler.
It would be helpful if the information is for a S/390 Assembler. I am working on a S/390 machine running z/OS v1.4 |
|
| Back to top |
|
 |
References
|
Posted: Wed May 07, 2008 5:36 pm Post subject: Re: Submitting JCL through an Assembler program |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2565 Location: italy
|
|
|
|
the issue is not related to assembler or any programming language in particular
Just define in Your jcl a sequential dataset with the intrdr parameter specified
and ...
open
put, put, put, .... ( all the jcl card images )
close
this approach does not depend on the programming language used |
|
| Back to top |
|
 |
|
|