View previous topic :: View next topic |
Author |
Message |
MVS_blob Beginner
Joined: 23 Oct 2007 Posts: 23 Topics: 9
|
Posted: Wed Oct 31, 2007 7:29 pm Post subject: how to disable view entry panel |
|
|
Hi,
I've been trying to find how out to disable the pop up box that comes up when you try to view a dataset:
Code: | Workstation Help
VIEW Entry Panel
Object Name:
'username.dataset.name'
* No workstation connection
Initial Macro . .
Profile Name . . . (Blank defaults to Type)
Format Name . . .
Panel Name . . . . (Leave blank for default)
Options
Confirm Cancel/Move/Replace
VIEW Mixed Mode
VIEW host file on Workstation
Preserve VB record length
Warn on First Data Change
Press ENTER to continue. Press CANCEL to cancel action.
|
My collegues tell me that its in the settings option. I've had a play around with it, but still can't seem to find it.
Does anyone know how to disable the view entry panel when you try to view a dataset? |
|
Back to top |
|
|
vivek1983 Intermediate
Joined: 20 Apr 2006 Posts: 222 Topics: 24
|
Posted: Thu Nov 01, 2007 2:01 am Post subject: |
|
|
MVS_blob,
Do u see the menu like this when you are in the dslist screen (After giving the dataset)?:
Code: |
Menu Options View Utilities Compilers Help
|
Go to options menu. You will have a screen like below:
Code: |
Menu Options View Utilities Compilers Help
--- *--------------------------* ---------------
LIS | 1 1. DSLIST Settings... | ST.JCL.*
mma | 2. Refresh List |
| 3. Append to List... |
mma | 4. Save List | n
--- | 5. Reset | ---------------
*--------------------------*
|
Select option 1 (DSLIST settings)
Remove the '/' from the option "Display Edit/View entry panel (*)"
Code: |
*-------------------------------------------------------------*
| File Colors Workstation Help |
| ---------------------------------------------------------- |
| Data Set List Settings Main |
| |
| General Options |
| Enter "/" to select option |
| Display Edit/View entry panel (*) |
| / Automatically update reference lists |
| / List pattern for MO, CO, D, and RS actions |
| / Show status for MO, CO, D, and RS actions |
| / Confirm Member delete |
| / Confirm Data Set delete |
| / Do not show expanded command |
| / Enhanced member list for Edit, View, and Browse |
| |
| (*) Requires enhanced member list option to be selected |
| |
| Press EXIT to save, CANCEL to cancel changes. |
| |
| |
|
_________________ Vivek G
--------------------------------------
A dream is just a dream. A goal is a dream with a plan and a deadline. (Harvey Mackay) |
|
Back to top |
|
|
MVS_blob Beginner
Joined: 23 Oct 2007 Posts: 23 Topics: 9
|
Posted: Sun Nov 04, 2007 11:54 pm Post subject: |
|
|
Thanks heaps vivek1983! |
|
Back to top |
|
|
|
|