|
|
| Author |
Message |
vaishalisingh
New User
Joined: 07 Feb 2008 Posts: 4 Location: delhi
|
|
|
|
I have a proc which has a SORT step , which gives two output file ,say
sortout1 and sortout2.
Now I want only one SORTOUT file, and want to set the other as DUMMY.
How should I give the override through JCL? |
|
| Back to top |
|
 |
References
|
Posted: Tue Jul 15, 2008 3:44 pm Post subject: Re: override the sortout file to DUmmy |
 |
|
|
 |
Moved: Tue Jul 15, 2008 3:58 pm by expat From DFSORT/ICETOOL to JCL |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2913 Location: Brussels once more ...
|
|
|
|
| What research have you already done, and what problems are you encountering ? |
|
| Back to top |
|
 |
vaishalisingh
New User
Joined: 07 Feb 2008 Posts: 4 Location: delhi
|
|
|
|
Suppose I dont want SORTOUT2 of STEP010 ,
in my JCL i have mentioned
//STEP010.SORTOUT2 DD DUMMY
but i am getting SORTOUT NOT DEFINED |
|
| Back to top |
|
 |
vaishalisingh
New User
Joined: 07 Feb 2008 Posts: 4 Location: delhi
|
|
|
|
| the problem is solved now, it was a problem of ACNTL mismatch. thanks |
|
| Back to top |
|
 |
Anuj D.
Senior Member
Joined: 22 Apr 2006 Posts: 1656 Location: Mumbai, India
|
|
|
|
Hi,
I was going to ask, "SORTOUT2 ? Did You want to say SORTOF1..?"
BTW, what is ACNTL ? |
|
| Back to top |
|
 |
|
|