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

I Need to Know the STORAGE CLASS(SMS) of any Volumen


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

New User


Joined: 28 Dec 2007
Posts: 2
Location: CARACAS - VENEZUELA

PostPosted: Mon Jan 07, 2008 4:52 am
Reply with quote

I am using the Assembler macro Instruction IEFSSREQ, to try to obtain the STORAGE GROUP of any Volumen DISK.
But when i execute the program, always return a Blank Field.

If you need i can send a program for more help...!!!!

Thank you, very much
Back to top
View user's profile Send private message
Srinivasa Rao

New User


Joined: 21 Jun 2005
Posts: 75

PostPosted: Mon Jan 07, 2008 7:13 pm
Reply with quote

It will be helpful if you send the program.
Back to top
View user's profile Send private message
ANTONIO HERNANDEZ MENDEZ

New User


Joined: 28 Dec 2007
Posts: 2
Location: CARACAS - VENEZUELA

PostPosted: Tue Jan 08, 2008 4:24 am
Reply with quote

I Send the program (Subroutine).

Input parameter R2 : Volune Serial (6 chars)
Output parameter r3 : SMS Storage Group (8 chars)
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Jan 14, 2008 5:14 pm
Reply with quote

Please DO NOT use attachments as many sites do not allow them to be downloaded / opened. This reduces the number of people able to help you.

Run DCOLLECT under IDCAMS to get the VL records which relate a volume to a STORGRP
Code:

//SYSIN    DD *
DCOLLECT  OUTFILE(DCOLLOUT) VOLUMES(**)        -       
          NOVOLUMEINFO NODATAINFO ERRORLIMIT(1)           -       
          SMSDATA(ACTIVE)                               
SET MAXCC EQ 0                                         


You can also invoke IDCAMS from your program, or even take a look at the CSI modules supplied in SYS1.SAMPLIB
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 CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts CICS vs LE: STORAGE option CICS 0
No new posts building java class with zip4j.jar on... Java & MQSeries 0
No new posts Insufficient Storage ABENDS & Debugging 7
No new posts Interviewers are surprised with my an... Mainframe Interview Questions 6
Search our Forums:

Back to Top