i want to insert the date new format



IBM's flagship sort product DFSORT for sorting, merging, copying, data manipulation and reporting. Includes ICETOOL and ICEGENER

i want to insert the date new format

Postby muthu455 » Mon Apr 23, 2012 5:35 pm

hai
i need to insert the date formart like this type C'dddyy' so i used the iceman utilities my program is

//STEP1 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*                             
//SORTIN DD DSN=xxxxxx0.MUTHU.PS,DISP=SHR         
//SORTOUT DD DSN=xxxxxx.MUTHU.PS1,DISP=OLD             
//SYSIN DD *                                     
       OPTION COPY                               
       OUTREC FIELDS=(YDDDNS=(DY))         
/* 


while i am executing this program i'm getting the error like this help me to find the error
ICE143I 0 BLOCKSET COPY TECHNIQUE SELECTED
ICE250I 0 VISIT http://www.ibm.com/storage/dfsort FOR DFSORT PAPERS, EXAMPLES AN
ICE000I 1 - CONTROL STATEMENTS FOR 5694-A01, Z/OS DFSORT V1R5 - 06:56 ON MON APR
OPTION COPY
OUTREC FIELDS=(YDDDNS=(DY))
$
ICE007A 1 SYNTAX ERROR
ICE751I 0 C5-BASE C6-BASE C7-BASE C8-Q83041 E7-BASE
ICE052I 3 END OF DFSORT
muthu455
 
Posts: 21
Joined: Sat Apr 14, 2012 3:18 pm
Has thanked: 0 time
Been thanked: 0 time

Re: i want to insert the date new format

Postby BillyBoyo » Mon Apr 23, 2012 5:56 pm

Did you resolve the problem of the "old" version of DFSORT you are using? If not, this won't work.

Did you remember the Code tags so we can see where the error is? Please do next time.

Please check first for functionality available with your release of the product before posting here.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: i want to insert the date new format

Postby Frank Yaeger » Mon Apr 23, 2012 11:18 pm

muthu455,

The version of DFSORT and z/OS you are using are no longer supported, and your site has NOT even kept up with the DFSORT PTFs available, so you can't use most of the newer DFSORT functions.

Ask your System Programmers why they are still on an unsupported z/OS release.
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort
User avatar
Frank Yaeger
Global moderator
 
Posts: 1079
Joined: Sat Jun 09, 2007 8:44 pm
Has thanked: 0 time
Been thanked: 15 times

Re: i want to insert the date new format

Postby muthu455 » Tue Apr 24, 2012 10:14 am

thakns frank.... i will ask.......
muthu455
 
Posts: 21
Joined: Sat Apr 14, 2012 3:18 pm
Has thanked: 0 time
Been thanked: 0 time


Return to DFSORT/ICETOOL/ICEGENER

 


  • Related topics
    Replies
    Views
    Last post