Restoring a Data Set with the RESTORE Line Operator

This example shows how to restore the data set dumped in the previous example. The job is submitted again for background processing.

  1. Enter the RESTORE line operator next to the data set USER1.ISPPROF, as shown in Figure 1.
    Figure 1. Entering the RESTORE Line Operator
       Panel  List  Dataset  Utilities  Scroll  Help
     -------------------------------------------------------------------------------
                                     DATA SET LIST
     Command ===>                                                  SCROLL ===> DATA
                                                              Entries 1-7 of 7
     Enter Line Operators Below:                              Data Columns 3-5 of 41
    
         LINE                                      ALLOC      ALLOC    % NOT  
         OPERATOR          DATA SET NAME           SPACE      USED     USED   
        ---(1)----  ------------(2)------------  ---(3)---  ---(4)---  -(5)-  
        *COPY       USER1.DEB.LISTING1           ---------  ---------    ---  
        *COPY       USER1.ISMF.SYSIN.D880125.          46K	       40K     13  
        *COPY         T105441
        *COPY       USER1.ISPFILE                     139K        93K     33  
        restore     USER1.ISPPROF                     185K       185K      0  
        *COPY       USER1.SPFLOG1.LIST                371K	       371K      0  
        *COPY       USER1.SPFTEMP1.CNTL          ---------  ---------    ---  
        *COPY       USER1.SPF3.LIST                   788K       788K      0  
        ----------  ------  -----------  BOTTOM  OF  DATA  -----------  ------  ----
    
    
    
    
     
  2. Press the ENTER key. ISMF displays the RESTORE Entry Panel, as shown in Figure 2.
    Figure 2. Completing the RESTORE Entry Panel
      Panel  Utilities  Help
    -------------------------------------------------------------------------------
                                  RESTORE ENTRY PANEL                  Page 1 of 8
    Command ===>
    
    Specify one or more for Data Set: USER10.SPFLOG1.LIST
      Input DSN  . . ISPPROF.DUMP(+1)
    
      If Input Data Set is not Cataloged, Specify:
        Input Volumes  . . . SYS303
        Input Volumes  . . .
        Input Volumes  . . .
         Unit  . . . . . . . 3380
    
      Type of Restore  . . . 1         (1 LOGICAL, 2 PHYSICAL)
    
      Enter "/" to select option
         DFSMSdss Administrator Mode
    
         View or Change Output Data Set options
         View or Change Input Allocation values
         View or Change Additional Restore options
    Use ENTER to Continue;
    Use HELP Command for Help; Use END Command to Exit.

    Complete page 1 of the RESTORE Entry Panel using the same options used in the DUMP example.

    Enter N in the VIEW OR CHANGE OUTPUT DATA SET OPTIONS, the VIEW OR CHANGE INPUT ALLOCATION VALUES, and the VIEW OR CHANGE ADDITIONAL RESTORE OPTIONS fields.

  3. Press the ENTER key. ISMF displays the RESTORE Job Submission Entry Panel, as shown in Figure 3.
    Figure 3. Verifying the RESTORE Job Statement Information
       Panel  Utilities  Help
     -------------------------------------------------------------------------------
                               JOB SUBMISSION ENTRY PANEL
     Command ===>
    
     Select One of The Following
     1   1.  Submit Job for Background Processing
         2.  Save Generated Job in a Data Set
     If Save option is selected above, Specify:
      Data Set Name  . . .
      Replace Contents . . N             (Y or N)
    
     Job Statement Information:            (Verify before Proceeding)
           //USER10A  JOB (USER10,'B=050,D=M86,O=G48'),'USER10',
           //        MSGCLASS=Z,NOTIFY=USER10,USER=USER10,
           //        TIME=(0.5),MSGLEVEL=(1,1)
           //*
           //*
           //*
           //*
     Enter "/" to select option
        View or Change Execute Statements from Profile
     Use ENTER to Continue;
     Use HELP Command for Help; Use END Command to Exit.

    Enter option 1 to submit the job for background processing.

    Enter / in the VIEW OR CHANGE EXECUTE STATEMENTS FROM PROFILE field to bypass the DFSMSdss execute statement.

  4. Press the ENTER key. ISMF generates the RESTORE job and displays the data set list, as shown in Figure 4.
    Figure 4. Successful Completion of the RESTORE Line Operator
       Panel  List  Dataset  Utilities  Scroll  Help
     -------------------------------------------------------------------------------
                                     DATA SET LIST              RESTORE JOB CREATED
     Command ===>                                                  SCROLL ===> DATA
                                                              Entries 1-7 of 7
     Enter Line Operators Below:                              Data Columns 3-5 of 41
    
         LINE                                      ALLOC      ALLOC    % NOT  
         OPERATOR          DATA SET NAME           SPACE      USED     USED   
        ---(1)----  ------------(2)------------  ---(3)---  ---(4)---  -(5)-  
        *COPY       USER1.DEB.LISTING1           ---------  ---------    ---  
        *COPY       USER1.ISMF.SYSIN.D880125.          46K        40K     13  
        *COPY         T105441
        *COPY       USER1.ISPFILE                     139K        93K     33  
        *RESTORE    USER1.ISPPROF                     185K       185K      0  
        *COPY       USER1.SPFLOG1.LIST                371K       371K      0  
        *COPY       USER1.SPFTEMP1.CNTL          ---------  ---------    ---  
        *COPY       USER1.SPF3.LIST                   788K       788K      0  
        ----------  ------  -----------  BOTTOM  OF  DATA  -----------  ------  ----
    
    
    
    
     

    The asterisk next to the RESTORE line operator in the line operator column and the short informational message RESTORE JOB CREATED indicate that the job has been successfully submitted.