Page 1 of 1

i want to insert the date new format

PostPosted: Mon Apr 23, 2012 5:35 pm
by muthu455
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

Re: i want to insert the date new format

PostPosted: Mon Apr 23, 2012 5:56 pm
by BillyBoyo
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.

Re: i want to insert the date new format

PostPosted: Mon Apr 23, 2012 11:18 pm
by Frank Yaeger
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.

Re: i want to insert the date new format

PostPosted: Tue Apr 24, 2012 10:14 am
by muthu455
thakns frank.... i will ask.......