Hi,
I am new to REXX. I have the below requirement:
In ISPF, we enter 3.4, ENTER and give the PDS name and enter, TYPE M or S to display the list of members and then select E or B or V to do action on the member(s)
This must be automated.
On the command line (ISPF first screen after logging), I need to give below commands:
TSO JOB JOBNAME - The job must be displayed in VIEW mode from my production PDS. If member not found, it must say that message.
TSO SRC SOURCENAME - The source module must be displayed in VIEW mode from my production dataset.If member not found, it must say that message.
TSO CPY COPYBOOK NAME - Same as above for displaying COPYBOOK
TSO DCL DCLGENNAME - Same as above for displaying DCLGEN for a table
TSO PARM PARMNAME - Same as above for displaying the Parn
TSO PROC PROCNAME- Same as above for displaying Procedure
TSO TBL TABLENAME- Same as above for displaying TABLE DETAILS
TSO PSB PSBNAME - - Same as above for displaying PSB DETAIS
For example,
TSO JOB ABCDEFG
TSO PGM ABCDEFG
TSO PARM ABCEDFG
etc..
PS: For all the above, we have the DATASET existing. This is just to select from a singly PDS.
Pls help me how to achieve the same.
thanks,
visva.
I am new to REXX. I have the below requirement:
In ISPF, we enter 3.4, ENTER and give the PDS name and enter, TYPE M or S to display the list of members and then select E or B or V to do action on the member(s)
This must be automated.
On the command line (ISPF first screen after logging), I need to give below commands:
TSO JOB JOBNAME - The job must be displayed in VIEW mode from my production PDS. If member not found, it must say that message.
TSO SRC SOURCENAME - The source module must be displayed in VIEW mode from my production dataset.If member not found, it must say that message.
TSO CPY COPYBOOK NAME - Same as above for displaying COPYBOOK
TSO DCL DCLGENNAME - Same as above for displaying DCLGEN for a table
TSO PARM PARMNAME - Same as above for displaying the Parn
TSO PROC PROCNAME- Same as above for displaying Procedure
TSO TBL TABLENAME- Same as above for displaying TABLE DETAILS
TSO PSB PSBNAME - - Same as above for displaying PSB DETAIS
For example,
TSO JOB ABCDEFG
TSO PGM ABCDEFG
TSO PARM ABCEDFG
etc..
PS: For all the above, we have the DATASET existing. This is just to select from a singly PDS.
Pls help me how to achieve the same.
thanks,
visva.