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

How to run MXI in batch mode


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ananth86

New User


Joined: 10 Jun 2009
Posts: 59
Location: Hyderabad

PostPosted: Tue Feb 02, 2010 3:18 pm
Reply with quote

Hi
I want to list all the online volumes and their respective UCBs in the system.
I am not able to do this with Idcams- Dcollect. But later realised that the same information is available with MXI. I checked the info in MXI panels.

Is there any way to run MXI in batch mode? Any manuals(links) available for this??
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Tue Feb 02, 2010 3:36 pm
Reply with quote

Quote:
Is there any way to run MXI in batch mode? Any manuals(links) available for this??


Yes there is, if You are a licensed customer, the manuals would be available to Your organization
here id s the link to the MXI page
www.mainstar.com/products/cm/mxi/

or better
www.rocketsoftware.com/support
for registered users
Back to top
View user's profile Send private message
ananth86

New User


Joined: 10 Jun 2009
Posts: 59
Location: Hyderabad

PostPosted: Thu Feb 04, 2010 4:14 pm
Reply with quote

Atlast I was able to run MXI in batch
The code was very simple
Code:

//MXI EXEC PGM=MXI,PARM='BATCH'           
//SYSPRINT DD SYSOUT=*                     
//SYSIN DD *                               
  DASD * SGRP(SG001)                       


Enrico, I cudnt get the manual from that link. However found the job from other sources icon_lol.gif thanks for the help
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts HILITE on Browse mode? TSO/ISPF 2
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top