MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

'build=' is not supported by the version of our dfsort?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
issac1029
Intermediate


Joined: 10 Dec 2005
Posts: 159
Topics: 75

PostPosted: Tue Apr 25, 2006 8:26 pm    Post subject: 'build=' is not supported by the version of our dfsort? Reply with quote

Code:
//STEP030  EXEC PGM=ICETOOL,COND=(0,NE)                           
//IN1       DD DSN=&HLQ..BRF.K07A.RFEXCEPO.&DATE,DISP=OLD         
//OUT1      DD DSN=&HLQ..BRF.K07A.RFEXCEPO.A01,                   
//             DISP=(NEW,CATLG,DELETE),UNIT=SYSDA,               
//             SPACE=(TRK,(12,5)),                               
//             DCB=(RECFM=VB,LRECL=132)                           
//TOOLMSG   DD SYSOUT=*                                           
//SYSOUT    DD SYSOUT=*                                           
//DFSMSG    DD SYSOUT=*                                           
//SYSUDUMP  DD SYSOUT=*                                           
//TOOLIN    DD *                                                 
  COPY  FROM(IN1) USING(ALL2)                                     
//ALL2CNTL  DD *                                                 
  OPTION DYNALLOC=(SYSDA,4)                                       
  OUTFIL FNAMES=OUT1,                                             
  BUILD=('22222222222222'),                                       
  HEADER2=(30: CUSTOMER NUMBER           ACCOUNT NUMBER',1/)     


Code:
ICE000I 0 - CONTROL STATEMENTS FOR 5740-SM1, DFSORT REL 14.0 - 09:22 ON WED APR
            OPTION DYNALLOC=(SYSDA,4)                                           
            OUTFIL FNAMES=OUT1,                                                 
            BUILD=('22222222222222'),                                           
            $                                                                   
ICE213A 0 INVALID OUTFIL STATEMENT OPERAND                                     
            HEADER2=(30: CUSTOMER NUMBER           ACCOUNT NUMBER',1/)         
            $                                                                   
ICE005A 0 STATEMENT DEFINER ERROR                                               
ICE146I 0 END OF STATEMENTS FROM ALL2CNTL - PARAMETER LIST STATEMENTS FOLLOW   
          DEBUG NOABEND,ESTAE                                                   
          OPTION LIST,MSGPRT=ALL,MSGDDN=DFSMSG,RESINV=0,SORTDD=ALL2,SORTIN=IN1,D
                         NALLOC                                                 
          SORT FIELDS=COPY                                                     


did that means the dfsort unitility in our system does not support header and builer,so it generated such error?
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Alain Benveniste
Beginner


Joined: 04 May 2003
Posts: 92
Topics: 4
Location: Paris, France

PostPosted: Tue Apr 25, 2006 11:26 pm    Post subject: Reply with quote

Isaac1029,

DFSORT REL 14.0 supports HEADERx for a while.
Here it simply means you don't have the UQ95213 from Dec 2004 installed.

Alain
Back to top
View user's profile Send private message
issac1029
Intermediate


Joined: 10 Dec 2005
Posts: 159
Topics: 75

PostPosted: Wed Apr 26, 2006 4:24 am    Post subject: Reply with quote

Alain,

How to know whther our system have the UQ95213 without generate a error?Or can see those information in the sort log? Laughing
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Alain Benveniste
Beginner


Joined: 04 May 2003
Posts: 92
Topics: 4
Location: Paris, France

PostPosted: Wed Apr 26, 2006 10:41 am    Post subject: Reply with quote

Isaac1029,

With the very new UK90007 Ptfs from April 2006, we can check the msg ICE751I where it clearly appears which Ptfs are available. From the previous versions, ICE751I is not really understandable from a basic user like us much more for experts debugging.

Alain
Back to top
View user's profile Send private message
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


Joined: 02 Dec 2002
Posts: 1618
Topics: 31
Location: San Jose

PostPosted: Wed Apr 26, 2006 2:44 pm    Post subject: Reply with quote

The $ points to BUILD indicating you don't have DFSORT R14 PTF UQ95213. HEADER2 is supported - the error message for HEADER2 is just fallout from the error message for BUILD.

UQ95213 has been available since Dec, 2004 so your site is way behind on DFSORT service. Ask your System Programmer to install this PTF. Better yet, ask your System Programmer to install DFSORT R14 PTF UK90006 (April, 2006). That will get you all of the latest DFSORT functions.

Note that in the job you showed, you could use OUTREC= instead of BUILD=. However, you would not be able to use IFTHEN, OVERLAY, UFF, SFF, etc.

Quote:
How to know whther our system have the UQ95213 without generate a error?


You can't. But your System Programmer would know or could find out.

Quote:
With the very new UK90007 Ptfs from April 2006, we can check the msg ICE751I where it clearly appears which Ptfs are available. From the previous versions, ICE751I is not really understandable from a basic user like us much more for experts debugging.


With z/OS DFSORT V1R5, ICE751I does have some semi-readable PTF info, but it changes as new PTFs are installed. This message is meant for use by IBM, not the customer. With DFSORT R14, ICE751I does not have readable PTF info.

Note that if you see E after ICE201I (i.e. ICE201I E) when using Blockset, that indicates you have the April, 2006 installed for both z/OS DFSORT V1R5 and DFSORT R14. I put that in to make it easy to determine if the April, 2006 PTF was installed or not.
_________________
Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
Back to top
View user's profile Send private message Send e-mail Visit poster's website
issac1029
Intermediate


Joined: 10 Dec 2005
Posts: 159
Topics: 75

PostPosted: Thu Apr 27, 2006 1:20 am    Post subject: Reply with quote

Thanks,I've tried 'HEADER2',It runs well
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group