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
 
My job is submitted and completed successfully

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX
Author Message
veena_nagesh2002
Warnings : 1

Active User


Joined: 07 May 2005
Posts: 110
Location: hyderabad

PostPosted: Sat Oct 04, 2008 6:10 pm    Post subject: My job is submitted and completed successfully
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
References
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3544
Location: Brussels once more ...

PostPosted: Sat Oct 04, 2008 7:50 pm    Post subject:
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    Post subject: problem resolved
Reply with quote

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

Active User


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

PostPosted: Sat Oct 04, 2008 8:31 pm    Post subject:
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    Post subject:
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

Active User


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

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

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

Global Moderator


Joined: 23 Nov 2006
Posts: 8726
Location: 221 B Baker St

PostPosted: Sun Oct 05, 2008 12:24 am    Post subject:
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 D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2221
Location: Phoenix, AZ

PostPosted: Sun Oct 05, 2008 12:50 am    Post subject:
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:

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

Senior Member


Joined: 01 Sep 2006
Posts: 530
Location: work

PostPosted: Sun Oct 05, 2008 6:24 am    Post subject: Reply to: My job is submitted and completed successfully
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX All times are GMT + 6 Hours
Page 1 of 1