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

10 byte RBA conversion


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Akil

New User


Joined: 24 Oct 2023
Posts: 22
Location: India

PostPosted: Thu Nov 30, 2023 8:59 pm
Reply with quote

For application objects ,I can check catalog table to know if it is been converted to 10 byte or not,

How do we verify/confirm/know if the BSDS ,catalog & directory has been converted to 10 byte or not? Is there anyway to see that.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Fri Dec 01, 2023 1:10 am
Reply with quote

I am not sure if this is what you need, but I seem to recall that RBA information is returned by the LISTCAT command.

Code:
LISTCAT ENT('my.vsam') ALL
Back to top
View user's profile Send private message
dneufarth

Active User


Joined: 27 Apr 2005
Posts: 420
Location: Inside the SPEW (Southwest Ohio, USA)

PostPosted: Fri Dec 01, 2023 3:29 am
Reply with quote

this is mentioned in Red Book SG24-8180-00

www.redbooks.ibm.com/redbooks/pdfs/sg248180.pdf

Code:
DSNJU004 to check if conversion has run
You can use the Print Log Map (DSNJU004) stand-alone utility to check if the conversion for a
specific subsystem or member was performed. See the JCL shown in Example 3-7.

Example 3-7 DSNJU004 JCL

//DSNTLOG EXEC PGM=DSNJU004
//STEPLIB DD DISP=SHR,DSN=your.SDSNEXIT
// DD DISP=SHR,DSN=your.SDSNLOAD
//SYSUT1 DD DISP=SHR,DSN=your.BSDS01
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSIN DD *
//*
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
No new posts file manager is doing string conversion IBM Tools 3
No new posts Dataset size increase on adding 1 byt... DFSORT/ICETOOL 8
No new posts SMF Record Date conversion failing CLIST & REXX 1
Search our Forums:

Back to Top