Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
can we use IEBGENER to submit a JOB in JES2

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
sangiah

Active User


Joined: 10 Jun 2005
Posts: 64

PostPosted: Wed Jun 15, 2005 9:40 am    Post subject: can we use IEBGENER to submit a JOB in JES2
Reply with quote

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

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3380
Location: Charlotte,NC USA

PostPosted: Wed Jun 15, 2005 11:02 am    Post subject: Re: can we use IEBGENER to submit a JOB in JES2
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1