the command to open a dataset directly from the JCL instead
of opening it separately using 3.4 option.
Answers were Sorted based on User's Feedback
Hi................
U can also open a file using dslist
as following.
DSLIST 'COOL.TOP.JCL'
Thanks.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / aswini
There is a command availablemode
Thus, we can avoid using 3.4 option.
Issue : EPDF ‘MYID.MYPS’ . The Dataset will be opened in
EDIT MODE
If you want to open in VIEW mode:
Issue : EPDF ‘MYID.MYPS’VIEW
Similarly, for opening in BROWSE mode, typeB ROWSE at the
end.
Is This Answer Correct ? | 6 Yes | 4 No |
Answer / vishwadeep
at the command prompt give CB or CE depending on(browse or
edit) and hit enter placing the
cursor on the DSN which you want to open.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / pradeep k (cr)
write either LV(to open in view mode) or ED(to open in EDIT
mode) in command prompt and select your dataset by keepking
mouse point at that dataset. Now hit enter, selected
dataset will open.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / ranjit
1.Type "LDSN" in the command line
2.Place the cursor on the dataset you want to open
and Hit enter
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / muttaiah
Hi,
There is no such command as far as i know, We can create a
rexx macro using which we can open in edit/view/browse mode
without using 3.4 option.
I hope you didn't work in real time that's why not aware of
this thing.
Thanks,
Muttaiah.
Is This Answer Correct ? | 1 Yes | 4 No |
Answer / vani
In changeman tool,
at the command prompt give b/v/d and hit enter placing the
cursor on the DSN which you want to open.
In rational tool,
at the command prompt give du b/v/d and hit enter placing
the cursor on the DSN which u want to open
b-browse
v-view
d-delete
Is This Answer Correct ? | 0 Yes | 3 No |
List the different jcl statements that are not permitted in the procedures?
i just need the first and last record from a sequencial file?how
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
i need some shortcuts and tso commands can any on ehelp me in these ?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what r the types of job control statements?
Explain about User Information
How do you restart a step in JCL?