Edit in Dev1 - Documentation for Bmc Compuware Ispw 18.02
This Section Provides Information About How to Perform Edit. Edit Moduleonce the Module Is Checked out to the Dev1 Level, It Can Be Updated. Type S to Invoke...
This section provides information about how to perform Edit.
Edit Module
Once the module is checked out to the DEV1 level, it can be updated.
Type S to invoke Edit. You don’t need to remember the file/dataset names associated with components because the necessary logistics or infrastructure information is already contained in the ISPW repository. In this example, the bottom (update) level is a PDS called TRNG.PLAY.DEV1.CLIST, as shown in the following figure. ISPW uses that dataset automatically, so users don’t need to know its name.
Edit Module
File Edit Edit_Settings Menu Utilities Compilers Test Help
--------------------------------------------------------------------------------
EDIT TRNG.PLAY.DEV1.CLIST(TREXX03) - 01.12 Columns 00001 00072
Command ===> Scroll ===> CSR
****** ***************************** Top of Data ******************************
000001 /* REXX */
000002 username = sysvar("sysuid")
000003 say "<KEEP>"username
000004 say "<KEEP>Roses Are Red"
000005 say "<KEEP> Violets are Blue"
000006 say "<KEEP>This demo is such fun"
000007 say "<KEEP> Wel ... more than the flu!"
000008 say "<KEEP> Change number one"
000009 say "<KEEP> Well, we're done"
000010 exit
****** *************************** Bottom of Data *****************************
Must Read
Task List Stats are Updated
The module’s last operation is updated to S, and the UserID and date and time fields are all updated.
Update operations change the statistics. However, operations such as Print and Compare (to be discussed later), do not update the statistics, because there is no real state change in the module.