Delete/Define statements in ISPF edit panel
When you select Delete/Define on the VSAM DSN Detail - Base Cluster panel (Figure 75), an ISPF Edit panel displays the IDCAMS DELETE/DEFINE statements for the data set as shown in the following figure:
-------------------------------------------------------------------------------
RUVU840 PAG.SYSP.SPFTEMP1.CNTL Columns 00001 00072
Command ===> Scroll ===> CSR
****** ***************************** Top of Data ******************************
==MSG> -CAUTION- Profile changed to CAPS OFF (from CAPS ON) because data
==MSG> contains lower case characters.
000001 /* DELETE/DEFINE from RUV repository */
000002 DELETE RUVRUV.DEVC.AUTO.RUVK0010
000003 /* DEFINE CLUSTER */
000004 DEFINE CLUSTER ( -
000005 NAME(RUVRUV.DEVC.AUTO.RUVK0010 ) -
000006 FSPC(005 005) -
000007 INDEXED -
000008 KEYS(00000007 00000000) -
000009 RECSZ(00000080 00000080) -
000010 ) -
000011 DATA ( -
000012 NAME(RUVRUV.DEVC.AUTO.RUVK0010.DATA ) -
000013 TRK(00000002 00000001) -
000014 .-----------------------------------------------------.
000015 | Use PERDD command to execute Delete/Define commands |
000016 '-----------------------------------------------------'
F1=Help F3=Exit F10=Actions F12=Cancel
RUV can obtain the information to create the DELETE/DEFINE statements from the following sources:
- The system catalog
- The RUV repository
If the information is available in both the system catalog and in the repository, RUV displays a pop-up window for you to select the source that you want to use. If the information is not available from either source, RUV displays a message saying that no DELETE/DEFINE information is available.
You can edit any of the displayed statements and save the changes. In this way, you can use the selected VSAM file as a model for creating or changing other files.
You can enter the PERDD command to execute the DELETE/DEFINE commands. A message is displayed to indicate whether the DELETE/DEFINE operation has been successful.
Related topic