Populating File Manager full-screen functions from File Manager batch JCL

Consider the following COPY job.
   File  Edit  Edit_Settings  Menu  Utilities  Compilers  Test  Help            
 ───────────────────────────────────────────────────────────────────────────────
 VIEW       DTORNEY.CNTL(BNPPRF) - 01.10                    Columns 00001 00072 
 Command ===>                                                  Scroll ===> CSR  
 000010 //AFTER EXEC PGM=FILEMGR                                                
 000011 //SYSPRINT DD SYSOUT=*                                                  
 000012 //IDIOPTS DD DSN=FMN.IDIOPTS,DISP=SHR                                   
 000013 //DDOUT    DD DISP=SHR,DSN=FMN.BNPPRF.TO.LARGE                          
 000014 //SYSIN DD *                                                            
 000015 $$FILEM DSC DSNIN=FMN.BNPPRF.FROM.LARGE,                                
 000016 $$FILEM TCIN=DTORNEY.TEMPLATE(BNPPFROM),                                
 000017 $$FILEM DISP=OLD,IGNLEN=YES,                                            
 000018 $$FILEM TCOUT=DTORNEY.TEMPLATE(BNPPTO)                                  
 ****** **************************** Bottom of Data ****************************
Place the cursor on the input data set for the copy and run a File Manager compare.
   File  Edit  Edit_Settings  Menu  Utilities  Compilers  Test  Help            
 ─ ┌───────── FMN.BNPPRF.FROM.LARGE ─────────┐ ─────────────────────────────────
 V │  File Manager                           │              Columns 00001 00072 
 C │  Edit/View   Utility    Template        │                 Scroll ===> CSR  
 0 │ ────────── ┌───────────────────────────┐                                   
 0 │ Command == │    1. Create              │                                   
 0 │            │    2. Print               │                                   
 0 │ 1  View    │    3. Copy                │  O.LARGE                          
 0 │ 2  Edit    │    4. Catalog service     │                                   
 0 │ 3  Select  │    5. Find/change         │  ,                                
 0 │ 4  Dslist  │    6. Compare             │  ,                                
 0 │ 5  Search  │    7. Load module browse  │                                   
 0 │ 6  All     │    8. Load module compare │                                   
 * │ 7  First   │    9. Exit                │  Data ****************************
   │ 8  Prev    └───────────────────────────┘                                   
   │ 9  Next     Find next occurrence        │                                  
   │ 10 Last     Find last occurrence        │                                  
   │ 11 Rsearch  Search the resource         │                                  
 0 │ 12 PDSE2    Workbench                   │ 
   │                                         │                                  
   └─────────────────────────────────────────┘                                  
                                                                                
                                                                                
                                                                                
Select the compare option.
  Process   Options   Help                                                      
 ──────────────────────────────────────────────────────────────────────────────
 File Manager           Compare Utility : Old Data Set                          
 Command ===>                                                                   
                                                                    More:     + 
 "Old" Partitioned, Sequential or VSAM Data Set, or HFS file:                   
    Data set/path name  . .  'FMN.BNPPRF.FROM.LARGE'                         +   
    Member  . . . . . . . .              (Blank or pattern for member list)     
    Volume serial . . . . .              (If not cataloged)                     
    Start key . . . . . . .                                key or slot          
    Skip count  . . . . . .               number of records to be skipped        
    Compare count . . . . .  ALL          number of records to be compared       
                                                                                
 "Old" Copybook or Template:                                                    
    Data set name . . . . . 'DTORNEY.TEMPLATE'                                  
    Member  . . . . . . . . BNPPFROM     (Blank or pattern for member list)     
                                                                                
 Processing Options:                                                            
    Copybook/template usage            Enter "/" to select option               
    1  1. Above                           Edit template    Type (1,2,S)         
       2. Previous                        Advanced member selection             
       3. None                         /  Skip member name list                 
       4. Create dynamic               /  Batch execution                       
                                          Binary mode, reclen                  
Press Enter.
  Process   Options   Help                                                      
 ──────────────────────────────────────────────────────────────────────────────
 File Manager           Compare Utility : New Data Set                          
 Command ===>                                                                 
                                                                                
 "New" Partitioned, Sequential or VSAM Data Set, or HFS file:                   
    Data set/path name  . .  'FMN.BNPPRF.TO.LARGE'                           +   
    Member  . . . . . . . .               (Blank or pattern for member list)     
    Volume serial . . . . .               (If not cataloged)                     
    Start key . . . . . . .                                key or slot          
    Skip count  . . . . . .              number of records to be skipped        
    Compare count . . . . .              number of records to be compared       
                                                                                
 "New" Copybook or Template:                                                    
    Data set name . . . . .  'DTORNEY.TEMPLATE'                                
    Member  . . . . . . . .  BNPPTO       (Blank or pattern for member list)     
                                                                                
 Processing Options:                                                            
    Copybook/template usage            Enter "/" to select option               
    1  1. Above                           Edit template    Type (1,2,S)         
       2. Previous                        Binary mode, reclen              
       3. None                                                                  
       4. Create dynamic                                                        

The From data set and template and To data set and template names were determined from the JCL, and you can run a compare.