Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Unable to write records to multivolume dataset using PUT

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER
Author Message
saravananj

New User


Joined: 23 Nov 2007
Posts: 16
Location: Chennai

PostPosted: Mon Jun 23, 2008 1:34 pm    Post subject: Unable to write records to multivolume dataset using PUT
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
References
UmeySan

Senior Member


Joined: 22 Aug 2006
Posts: 624
Location: Germany

PostPosted: Mon Jun 23, 2008 5:15 pm    Post subject:
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: 16
Location: Chennai

PostPosted: Tue Jun 24, 2008 8:58 am    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER All times are GMT + 6 Hours
Page 1 of 1