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

Unable to write records to multivolume dataset using PUT


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
saravananj

New User


Joined: 23 Nov 2007
Posts: 17
Location: Chennai

PostPosted: Mon Jun 23, 2008 1:34 pm
Reply with quote

We have a production application which appends few records to a PS dataset. Since the dataset was becoming full, We recently changed the dataset properties. The new output dataset now resides on multiple volumes, previously it used to exist on a single volume.

The problem we are facing is the job completes successfully, but records are not being appended to the new multivolume dataset. I infact checked the return code after PUT got executed. The return code from PUT is zero. When I changed the dataset to a single volume dataset, the records are being appended.

Any pointers on why this is happening would be of great help for us. Here are DCB declarations of our output dataset

Quote:
AUDIT DCB DSORG=PS,MACRF=PM,DDNAME=JOURNAL1

The dataset properties are as follows,
Quote:
Organization . . . : PS
Record format . . . : FB
Record length . . . : 239
Block size . . . . : 27963
1st extent cylinders: 108
Secondary cylinders : 500

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

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Mon Jun 23, 2008 5:15 pm
Reply with quote

Pleasant morning Sir !

Times a go, i had nearly the same phenomena. We only altered the SMS-Parameters and had no look at the JCL. There was still the normal definition. DISP=(MOD)

We had to change this to DISP=(MOD,CATLG).

Even if the dataset is already catalog, this causes the entry of the new disks now used in the catalog.
Back to top
View user's profile Send private message
saravananj

New User


Joined: 23 Nov 2007
Posts: 17
Location: Chennai

PostPosted: Tue Jun 24, 2008 8:58 am
Reply with quote

UmeySan wrote:
Pleasant morning Sir !

Times a go, i had nearly the same phenomena. We only altered the SMS-Parameters and had no look at the JCL. There was still the normal definition. DISP=(MOD)

We had to change this to DISP=(MOD,CATLG).

Even if the dataset is already catalog, this causes the entry of the new disks now used in the catalog.


Thanks for the response. We are in fact using Dynalloc for the output dataset, I will check the SVC 99 settings and check with Storage guys and update the results.
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Pulling a fixed number of records fro... DB2 2
Search our Forums:

Back to Top