IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to find out sort version


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
tomdm

New User


Joined: 09 Mar 2009
Posts: 1
Location: sdfqfd

PostPosted: Mon Mar 09, 2009 9:24 pm
Reply with quote

hello , is there a way to find out if this version is already present on the mvs used at my company ?

i tried some code :

Code:

//S2 EXEC PGM=ICEMAN
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=DEMUNTT.COMSEP.PSKR,DISP=SHR
//SORTOUT DD DSN=DEMUNTT.COMSEP.PSKT,DISP=SHR
//SYSIN DD *
  OPTION COPY
  INREC FINDREP=(INOUT=(C'T',C''))
/*

but i receive error :

CASO005E CARD CONT. ERR
CASO126I ERROR OCCURED IN PHASE-0

thank you in advance !
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Mar 09, 2009 9:42 pm
Reply with quote

Hello and welcome to the forum,

When you have a question, please start a new topic for your question rather than posting a reply to a "Sticky".

Also, please correct or remove the "location" from your "signature".

The "CAS" messages are not from the DFSORT product. Suggest you post more complete info.

Where did these messages come from?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Mar 09, 2009 9:44 pm
Reply with quote

Those messages indicate CA-Sort.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Mar 09, 2009 9:48 pm
Reply with quote

if You had ... ( ease/speed)

looked at
a &SORT sysout
the messages and codes manual for Your sort product
lurked/searched the jcl/dfsort forums

You would have found that....
Your sort messages start with CAS

DFSORT messages start with ICE
SYNCSORT messages start with WER

from the message prefix looks like ( IMBW anyway ) that Your organization Uses CA sort

You have to find out yourself the equivalences/differences between DFSORT SYNCSORT and CAsort features/functions
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts To find whether record count are true... DFSORT/ICETOOL 6
Search our Forums:

Back to Top