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

My job is submitted and completed successfully


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
veena_nagesh2002
Warnings : 1

Active User


Joined: 07 May 2005
Posts: 110
Location: hyderabad

PostPosted: Sat Oct 04, 2008 6:10 pm
Reply with quote

My job is submitted and completed successfully why the below message its poping up for each submitt

IKJ56274A ENTER INPUT JOB STREAM: <<<<< why this message is comming
IKJ56250I JOB PU7052AA(JOB29840) SUBMITTED
***

code :

Code:
PROC 0                                                             
SET SLSHASK=&STR(/*) /* SET THE /* REQ FOR JCL COMMENT STATEMENT */
SUBMIT *   END($$)                                                 
//PU7052AA JOB (U,NM),COPY,MSGLEVEL=1,                             
//      MSGCLASS=R,CLASS=0,NOTIFY=PU7052A                         
/&SLSHASK  THIS STEP COPIES THE INPUT DATASET TO SYSOUT=A         
//STEP010  EXEC PGM=IEBGENER,REGION=4096K                         
//SYSIN    DD  DUMMY                                               
//SYSOUT   DD  SYSOUT=*                                           
//SYSPRINT DD  SYSOUT=*                                           
//SYSUT1   DD  DSN=S22.FIX.SE.BOB1,                               
//             DISP=(OLD,KEEP,KEEP)                               
//SYSUT2   DD  SYSOUT=A                                           
$$
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Sat Oct 04, 2008 7:50 pm
Reply with quote

What do the messages tell you from the manual ?
Back to top
View user's profile Send private message
veena_nagesh2002
Warnings : 1

Active User


Joined: 07 May 2005
Posts: 110
Location: hyderabad

PostPosted: Sat Oct 04, 2008 8:06 pm
Reply with quote

problem resolved
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Sat Oct 04, 2008 8:31 pm
Reply with quote

Veena,
Please use BBcode to preserve accurate spacing.
Back to top
View user's profile Send private message
veena_nagesh2002
Warnings : 1

Active User


Joined: 07 May 2005
Posts: 110
Location: hyderabad

PostPosted: Sat Oct 04, 2008 8:37 pm
Reply with quote

Terry thanks alot for your response

But can you tell me what is BBcode
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Sat Oct 04, 2008 9:06 pm
Reply with quote

Read the "Formatting and Topic Types" in FAQ.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Oct 05, 2008 12:24 am
Reply with quote

Hello,

Quote:
But can you tell me what is BBcode
Look at the way your initial post now appears. The "Code" tag makes content like jcl, code, control statements and data much more readable. You can also "Preview" to see how your post will apear to the forum (rather than how it looks in the Reply editor).
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Sun Oct 05, 2008 12:50 am
Reply with quote

Hi,

IKJ56274A is one among standard TSO/E terminal messages, it says A SUBMIT * command has been issued as a primary command. You must now enter the input job stream.

I don't speak CLIST/REXX much, however to avoid this message to appear again, You can try using the command SUBMIT at the end of your JCL.

Code:
QUEUE 'SS'
QUEUE ''
"SUBMIT * END(SS)"


And if you still don't understand bbcode, here is the link:

ibmmainframes.com/faq.php?mode=bbcode
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Sun Oct 05, 2008 6:24 am
Reply with quote

It is not very much of a program. It is only a few statements. I think you should write it in rexx. And then use the OUTTRAP function to suppress the messages issued by SUBMIT.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts JCL to get submitted once dataset has... JCL & VSAM 17
This topic is locked: you cannot edit posts or make replies. Get a job submitted itself every time... JCL & VSAM 3
No new posts RFE for SuperC submitted TSO/ISPF 0
No new posts RFE for ISREMSPY submitted TSO/ISPF 2
No new posts Submitted by one TSO user on behalf o... JCL & VSAM 4
Search our Forums:

Back to Top