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

Is raw disk access on Mainframe possible?


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
lucky

New User


Joined: 01 Jun 2005
Posts: 12
Location: Croatia

PostPosted: Sat Jun 04, 2005 7:16 pm
Reply with quote

Hello all!

Is raw disk access on MF possible, and if it is, how can I do it?

TIA
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Sun Jun 05, 2005 12:07 am
Reply with quote

What do you mean by "raw" disk access?
Back to top
View user's profile Send private message
lucky

New User


Joined: 01 Jun 2005
Posts: 12
Location: Croatia

PostPosted: Mon Jun 06, 2005 11:53 am
Reply with quote

mmwife wrote:
What do you mean by "raw" disk access?


A raw disk is a disk, or part of it, that is not formatted by the OS, but can be used by an application to set it's own file system on it. It's a method very popular in DBMSs, like Oracle, Informix...

It is used to store large chunks of data in a format that is more suitable for the application, and in that way gain additional performance.
Back to top
View user's profile Send private message
grepusr3

New User


Joined: 10 May 2005
Posts: 29

PostPosted: Tue Jun 07, 2005 1:19 pm
Reply with quote

lucky,

Yes, if you have appropriate (security) authority - Raw disk access is possible on the MF - it is best left for low level assembly - storage developers. You may want to follow up under topic "channel programming". Generally ALL I/O is handled by OS Storage Supervisor (via SVC calls). Most DBMS's uses direct SVC calls for performance reasons (and bypass DFP). Please do not attempt this kind programming at your site, unless you are a DASD Storage developer. The consequencs are unpredictible.

Hope this helps!

-Pelad
Back to top
View user's profile Send private message
lucky

New User


Joined: 01 Jun 2005
Posts: 12
Location: Croatia

PostPosted: Tue Jun 07, 2005 5:32 pm
Reply with quote

grepusr3 wrote:

Yes, if you have appropriate (security) authority ......


Thanks, I'll look it up

grepusr3 wrote:

Please do not attempt this kind programming at your site, unless you are a DASD Storage developer. The consequencs are unpredictible.


Thank God for Hercules! Play with the system, f... it up, and recover it from the beginning icon_smile.gif
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Mon Jun 20, 2005 8:47 am
Reply with quote

I'm sure you can do whatever you like provided you have the execution/access authority and remain faithful to the device architecture and the dictates of the operating system controlling the environment.

If you're thinking of the MF as a chunk of iron and plan on providing your own operating environment, then your choices are bound only by the functioning of the hdware and your ability to provide appropriate pgming support, including microcode.
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts How to access web services/website? Mainframe Interview Questions 4
No new posts CA Disk LISTD SQL CA Products 1
Search our Forums:

Back to Top