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

Outrec build/overlay error


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
manishram1

New User


Joined: 23 Mar 2006
Posts: 34

PostPosted: Sat Apr 08, 2006 11:29 am
Reply with quote

Hi,
I am facing the following error while trying to use overlay/build in outrec
Details::

Sortin::
1-----------12
MANI VELAN
Recl=80,Blksize=27920
Sortout::
Recl=80,Blksize=27920
Sortcard ::
OPTION COPY
OUTREC BUILD=(7,5,TRAN=UTOL)
and
OPTION COPY
OUTREC OVERLAY=(7,5,TRAN=UTOL)
Error Encountered::
1) OPTION COPY
OUTREC BUILD=(7,5,TRAN=UTOL)
*
WER268A OUTREC STATEMENT : SYNTAX ERROR
WER211B SYNCSMF CALLED BY SYNCSORT; RC=0000
WER449I SYNCSORT GLOBAL DSM SUBSYSTEM ACTIVE
-------------------------------------------------------------------------------------
2) OPTION COPY
OUTREC OVERLAY=(7,5,TRAN=UTOL)
*
WER268A OUTREC STATEMENT : SYNTAX ERROR
WER211B SYNCSMF CALLED BY SYNCSORT; RC=0000
WER449I SYNCSORT GLOBAL DSM SUBSYSTEM ACTIVE
--------------------------------------------------------------------------------------



Regards,
Manivelan P,
Mumbai.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Sat Apr 08, 2006 8:53 pm
Reply with quote

Your control statements work fine with DFSORT. But the WER messages indicate you're using Syncsort, not DFSORT. Syncsort does NOT support BUILD, although it does support FIELDS. Syncsort does NOT support OVERLAY.
Back to top
View user's profile Send private message
manishram1

New User


Joined: 23 Mar 2006
Posts: 34

PostPosted: Sun Apr 09, 2006 12:05 pm
Reply with quote

Thanks for your reply,How to invoke DFSORT instead of SYNCSORT,Is there any changes i have to make in JCLs to do that,please advise.

Regards,
Manivelan P,
Mumbai
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Sun Apr 09, 2006 8:18 pm
Reply with quote

You cannot use DFSORT unless you run on a system that has a license to use it. Since the system you're running on has Syncsort, it's unlikely they'd have a license for DFSORT as well. If they do, your System Programmers would know, and would be able to tell you which libraries they installed DFSORT in so you could JOBLIB/STEPLIB to them to use DFSORT.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Build a record in output file and rep... DFSORT/ICETOOL 11
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top