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

Login to RMF Panel automatically


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
crazyf1

New User


Joined: 05 May 2006
Posts: 26

PostPosted: Wed Jan 24, 2007 6:45 am
Reply with quote

Can someone help me with this. I am trying to make a logon procedure to automatically be able to log to the RMF panel. I am trying to add the command 'CMD(RMF)' in the CLIST as it can be invoked using 'TSO RMF'. But I am getting an invalid command syntax. Am I doing something wrong?
I also tried to point the CLIST to the panel automatically but getting errors when going to option 2 or 3 (for RMFII/RMFIII). Message was "Ddname 'ERBPLIB' specified on LIBDEF service not allocated" . When I command the help.
Code:

A severe error occurred under dialog:                                       
                                                                             
    Application : ISP                                                       
                                                                             
    Function  . : Command   ERBRMFX                                         
                                                                             
    Service . . : LIBDEF                                                     
                                                                             
Error message ID: ISPN106     


Thanks
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Thu Jan 25, 2007 1:42 am
Reply with quote

In our office, we use this in the command field of the TSO logon panel:

Code:

Command   ===> exec 'HLQ.PDS.LIBRARY(RMF)'


The command field is defined as:

COMMAND
You may enter a TSO command at logon time which will be processed after any command found in the PARM field of the EXEC JCL statement in your logon procedure.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Call program, directly from panel CLIST & REXX 9
No new posts panel creation question TSO/ISPF 12
No new posts Panel variable model line TSO/ISPF 3
No new posts REXX table content on panel will be r... CLIST & REXX 6
Search our Forums:

Back to Top