IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

can we use IEBGENER to submit a JOB in JES2


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sangiah

New User


Joined: 10 Jun 2005
Posts: 62

PostPosted: Wed Jun 15, 2005 9:40 am
Reply with quote

can we use IEBGENER to submit a JOB in JES2
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Jun 15, 2005 11:02 am
Reply with quote

Yes, just direct the output (SYSUT2) to the JES Internal Reader:
Code:

//SUBMIT   EXEC PGM=IEBGENER
//SYSUT1   DD input-jcl
//SYSUT2   DD SYSOUT=(*,INTRDR)
//SYSPRINT DD SYSOUT=*
//SYSIN    DD DUMMY
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Submit multiple jobs from a library t... JCL & VSAM 14
No new posts Jes2 command output All Other Mainframe Topics 4
No new posts Fault Analyzer not producing entries ... IBM Tools 19
No new posts How to submit multiple jobs with parm... JCL & VSAM 3
No new posts Submit Print Job For PDS Member With ... TSO/ISPF 17
Search our Forums:

Back to Top