|
|
| Author |
Message |
veena_nagesh2002 Warnings : 1 Active User
Joined: 07 May 2005 Posts: 110 Location: hyderabad
|
|
|
|
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 |
|
 |
References
|
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3544 Location: Brussels once more ...
|
|
|
|
| What do the messages tell you from the manual ? |
|
| Back to top |
|
 |
veena_nagesh2002 Warnings : 1 Active User
Joined: 07 May 2005 Posts: 110 Location: hyderabad
|
|
|
|
| problem resolved |
|
| Back to top |
|
 |
Terry Heinze
Active User
Joined: 14 Jul 2008 Posts: 176 Location: Richfield, MN, USA
|
|
|
|
Veena,
Please use BBcode to preserve accurate spacing. |
|
| Back to top |
|
 |
veena_nagesh2002 Warnings : 1 Active User
Joined: 07 May 2005 Posts: 110 Location: hyderabad
|
|
|
|
Terry thanks alot for your response
But can you tell me what is BBcode |
|
| Back to top |
|
 |
Terry Heinze
Active User
Joined: 14 Jul 2008 Posts: 176 Location: Richfield, MN, USA
|
|
|
|
| Read the "Formatting and Topic Types" in FAQ. |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8726 Location: 221 B Baker St
|
|
|
|
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 |
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2221 Location: Phoenix, AZ
|
|
| Back to top |
|
 |
Pedro
Senior Member
Joined: 01 Sep 2006 Posts: 530 Location: work
|
|
|
|
| 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 |
|
 |
|
|