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

SYNCGENR and Temporary Datasets


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

New User


Joined: 29 Jan 2007
Posts: 61
Location: Makati City, Philippines

PostPosted: Thu Jan 22, 2009 12:03 pm
Reply with quote

Hello,

Can you use temporary datasets as SYSUT1 in SYNCGENR?

I have a step which takes 2 TEMPORARY DATASETS as input and it is throwing the error below:

DATA SET UTILITY - GENERATE
WER400A SYSUT1 IS AN UNINITIALIZED SEQUENTIAL DISK DATA SET
SYNCSORT COPY FEATURE CALLED - RC = 12

Thanks
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Thu Jan 22, 2009 3:34 pm
Reply with quote

Hi,

yes, temporary datasets are fine.

The error is
Quote:
WER400A ddname IS AN UNINITIALIZED SEQUENTIAL DISK DATA SET

EXPLANATION: The input data set was allocated but never opened for
output. Therefore, there is no valid data or end-of-file mark in the
data set. This condition usually occurs when a program abends and
the steps to create the data are bypassed.

ACTION: Write the appropriate data or end-of-file mark in the data
set.


Check that the temporary files have been created correctly.

Gerry
Back to top
View user's profile Send private message
Alissa Margulies

SYNCSORT Support


Joined: 25 Jul 2007
Posts: 496
Location: USA

PostPosted: Thu Jan 22, 2009 9:21 pm
Reply with quote

sprikitik,

You may also want to review the UNINTGN installation option.
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 Merging 2 datasets into one DFSORT/ICETOOL 1
No new posts PL/I, VB Datasets and the RDW PL/I & Assembler 4
No new posts how to get list of all VSAM/non-VSAM ... JCL & VSAM 13
No new posts define 1 DCB parms for multiple outpu... JCL & VSAM 9
No new posts FTP datasets to server CLIST & REXX 13
Search our Forums:

Back to Top