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

whats wrong in this below code


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: Tue Oct 21, 2008 3:48 pm
Reply with quote

Code:
 SUBMIT * END(##)                             
//PUXXXXAA JOB (U,206),&CTR.ROC.FID320,CLASS=0,
//  MSGCLASS=R,NOTIFY=&SYSUID                   
//ESYLIB JCLLIB ORDER=(SXX.XXXXX.PROCLIB)       
//BATCHPA  EXEC FXD320,                         
//         NODE3='&NODE3',NODE4='&NODE4',       
//         ENV2='&ENV2',                         
//         IMSID=&IMSID,STAT='&STAT'             
##                                               
EXIT                                             
END                               


IKJ56274A ENTER INPUT JOB STREAM: <<< why this is message is poping, how to resolve this
IKJ56250I JOB PUXXXXAA(JOB09701) SUBMITTED

Note :

IKJ56274A ENTER INPUT JOB STREAM:

Explanation: A SUBMIT * command has been issued as a primary command. You
must now enter the input job stream.

Detected by: IKJEFF04

Program: SUBMIT

what i need to do for the above
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Oct 21, 2008 4:11 pm
Reply with quote

why use such an prehistoric way of doing things???
the second message is telling that the job has been submitted
what happened afterwards
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: Tue Oct 21, 2008 5:37 pm
Reply with quote

job is completed but why the above message is poping before submmitting, any specific reasons
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Tue Oct 21, 2008 6:04 pm
Reply with quote

5.9.1 &SYSOUTTRAP from the z/OS V1R7.0 TSO/E CLISTs manual.
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Monitoring production job progress. N... JCL & VSAM 4
Search our Forums:

Back to Top