rexx - invoking filemaster plus



All other tools like QACenter, Strobe, Endevor, Telon, APAS, Scheduler, Auditor, DATA-XPERT, CoolGen, Intertest, AdvantageGen, COBTEST etc.

Re: rexx - invoking filemaster plus

Postby rupa888 » Tue Sep 25, 2012 11:16 am

Hi,
When i run the following command in the command line,it invoked the filemaster plus in edit mode and it is working fine.
%CAWAXEDT
But when i invoked this macro(CAWAXEDT) in my rexx macro,it is invoking filemaster plus in edit mode.But when i tried editing it,it is giving edit error.
Code:
"ISREDIT MACRO"
CSRDATA ="FU601.FIB52014.OUTPUT"
ADDRESS ISPEXEC
ISPEXEC "VIEW DATASET ("CSRDATA") MACRO(CAWAXEDT)"
rupa888
 
Posts: 21
Joined: Tue Sep 18, 2012 5:12 pm
Has thanked: 1 time
Been thanked: 0 time

Re: rexx - invoking filemaster plus

Postby NicC » Tue Sep 25, 2012 12:08 pm

Ok - give us a clue! Which of the hundreds of edit errors possible did it give? What ws the result of turning on Trace in you macro? I suspect you have an extra high level index added by tso.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: rexx - invoking filemaster plus

Postby rupa888 » Tue Sep 25, 2012 12:55 pm

hi nic,
i found out the solution for my problem.So now my macro F1 is invoking the filemaster plus and it is working fine.but the issue is,it is not opening the proper dataset.Please find the document attached for the screenshots.

REXX macro :F1
"ISREDIT MACRO"
ADDRESS ISPEXEC
CALL "CAWAEDT"
RETURN


Code'd. Attachment deleted.
rupa888
 
Posts: 21
Joined: Tue Sep 18, 2012 5:12 pm
Has thanked: 1 time
Been thanked: 0 time

Re: rexx - invoking filemaster plus

Postby BillyBoyo » Tue Sep 25, 2012 2:06 pm

Please copy/paste screenshots and include them in the Code tags to preserve spacing.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: rexx - invoking filemaster plus

Postby BillyBoyo » Tue Sep 25, 2012 2:10 pm

Why do you use F1 to start this up. Pretty much everywhere, F1 is the key for Help. Makes it very confusing when also used for something else.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: rexx - invoking filemaster plus

Postby rupa888 » Tue Sep 25, 2012 5:22 pm

Hi BillyBoyo,
I have renamed my macro as 'fe'.Please find the screenshots below:

Menu  Options  View  Utilities  Compilers  Help                             
 ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
 DSLIST - Data Sets Matching FU601.SVI.GARSCA4M.SORTFS92             Row 1 of 1
 Command ===>                                                  Scroll ===> CSR 
                                                                               
 Command - Enter "/" to select action                  Message           Volume
 -------------------------------------------------------------------------------
 fe       FU601.SVI.GARSCA4M.SORTFS92                                    F601F7
 ***************************** End of Data Set list ****************************


When i run my macro,it is invoking the filemaster plus in edit mode as below:


 ---------------------  CA File Master Plus -- Edit Dataset --------------------
 COMMAND ===>                                                                   
                                                                               
 Specify Dataset to Edit:                                                       
   Dataset name   ===> FU601.NBF.SVI.RENDIFID.NORNOD                           
   Member name    ===>                                                         
   Volume         ===>                  If dataset not cataloged               
                                                                               
 Record Layout for Formatted Displays:                                         
   Layout dataset ===>                                                         
   Layout member  ===>                                                         
                                                                               
 Selection Criteria below  or  Selection Criteria Member ===>                   
 ===>                                                                           
 ===>                                                                           
 ===>                                                                           
                                                                               
 Display mode  ===> C ( C Character S Single-rec Format M Multi-rec Format )   
 Change Log    ===> N ( Y for logging Edit changes)     



But the problem is,it should invoke it with dataset name 'FU601.SVI.GARSCA4M.SORTFS92 ' instead of FU601.NBF.SVI.RENDIFID.NORNOD .So could you tell me how to do that
rupa888
 
Posts: 21
Joined: Tue Sep 18, 2012 5:12 pm
Has thanked: 1 time
Been thanked: 0 time

Re: rexx - invoking filemaster plus

Postby NicC » Tue Sep 25, 2012 6:50 pm

You have been asked to use the code tags to make your screenshots readable (green on black like a "green screen"). If you are not prepared to do what is asked of you to make our task easier then why should we help you?

Back to your problem...
I am not sure but I would not try and execute a macro like you have - usually it is a command or a rexx exec. So that could be the start of your problem. Also it looks as though the filemaster 'macro' is not a macro but a program and it gets which file to populate the panel with from one of the variable pools.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: rexx - invoking filemaster plus

Postby dick scherrer » Tue Sep 25, 2012 9:34 pm

Hello,

Your post has been "Code'd". Keep in mind it is much easier to delete posts than clean them up . . .

And it is trivial for the poster to Code things . . .
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: rexx - invoking filemaster plus

Postby rupa888 » Wed Sep 26, 2012 11:26 am

Hi,
Thanks for your reply.Sorry i was not able to paste the screenshot over there.
I have a requirement to do this macro and it will be useful to us.
rupa888
 
Posts: 21
Joined: Tue Sep 18, 2012 5:12 pm
Has thanked: 1 time
Been thanked: 0 time

Re: rexx - invoking filemaster plus

Postby rupa888 » Fri Oct 05, 2012 12:28 pm

hi all,
my macro is working now...
rupa888
 
Posts: 21
Joined: Tue Sep 18, 2012 5:12 pm
Has thanked: 1 time
Been thanked: 0 time

PreviousNext

Return to All Other Tools

 


  • Related topics
    Replies
    Views
    Last post