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

Panel Error when Invoke FILEMGR copy utility panel thru REXX


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

New User


Joined: 24 May 2007
Posts: 8
Location: china

PostPosted: Mon Jun 07, 2010 8:17 am
Reply with quote

Hi folks,

I tried to invoke FILEMGR copy utility through REXX, but panel error occured with message "Panel 'FMNPDSCI' Error!".

I also tried to type 'TSO FILEMGR DSC' on command line, and this would be okay.

So, I guess something was missed in my REXX program. Will some one give me some suggestion?

And below is my code:

Code:

/*REXX*/
ARG Parm
Parm = Strip(Parm)
Func  = Word(Parm,1)
Dsn   = Word(Parm,2)
If Dsn  ='' Then Do
   Dsn  = Func
   Func = ' '
End
Select
   When Func = 'C' Then
        'FILEMGR DSC'
    otherwise
        Say 'Parm Error!'
End
Return
Back to top
View user's profile Send private message
bipinpeter

Active User


Joined: 18 Jun 2007
Posts: 213
Location: Cochin/Kerala/India

PostPosted: Wed Jul 14, 2010 9:30 am
Reply with quote

Hi ,
Can you allocate the Panel library in the REXX program and try it.
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 -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top