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

number of bytes written to member from assembler program.


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

New User


Joined: 04 Apr 2008
Posts: 23
Location: Pune

PostPosted: Mon Sep 27, 2010 8:54 pm
Reply with quote

How to determine number of bytes written to member from assembler program? If PDS is defined as "DSORG=PO and RECFM=U".

Please suggest.

Thanks,
Ankit
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 Sep 27, 2010 8:59 pm
Reply with quote

Hello,

Increment a byte-count in the code if someone really believes this is necessary. . .

Why does someone believe this is necessary?
Back to top
View user's profile Send private message
anki

New User


Joined: 04 Apr 2008
Posts: 23
Location: Pune

PostPosted: Mon Sep 27, 2010 9:06 pm
Reply with quote

I am writing various members in to the PDS and when that PDS size gets greater then the some threshold value say 80% of total available space, then list out all the members with individual percentage occupied in PDS.

Hope I am clear in explanation.
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 Sep 27, 2010 9:55 pm
Reply with quote

Hello,

This is just wasted effort. . .

A better way to do this is to schedule a regular compress of the pds or consider using a pdse that does not require compression. . .
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 Using API Gateway from CICS program CICS 0
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Substring number between 2 characters... DFSORT/ICETOOL 2
No new posts Generate random number from range of ... COBOL Programming 3
No new posts Increase the number of columns in the... IBM Tools 3
Search our Forums:

Back to Top