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



the command to open a dataset directly from the JCL instead of opening it separately using 3.4 opti..

Answer / mr. cooooool

Hi................

U can also open a file using dslist
as following.

DSLIST 'COOL.TOP.JCL'


Thanks.

Is This Answer Correct ?    5 Yes 0 No

the command to open a dataset directly from the JCL instead of opening it separately using 3.4 opti..

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

the command to open a dataset directly from the JCL instead of opening it separately using 3.4 opti..

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

the command to open a dataset directly from the JCL instead of opening it separately using 3.4 opti..

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

the command to open a dataset directly from the JCL instead of opening it separately using 3.4 opti..

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

the command to open a dataset directly from the JCL instead of opening it separately using 3.4 opti..

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

the command to open a dataset directly from the JCL instead of opening it separately using 3.4 opti..

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

Post New Answer

More JCL Interview Questions

whats the difference between empty and noempty of GDG?

4 Answers   Patni,


A job has 150 steps i want to execute only 57th step

3 Answers   Cognizant,


i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.

7 Answers   Syntel,


What is Uncatalog dataset? How can we access/use them?

1 Answers  


Explain the purpose of the dd keylen parameter?

0 Answers  






What are hierarchy levels in jcl?

0 Answers  


Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE

4 Answers   Merrill Lynch,


How can return codes be tested before execution of a job step?

0 Answers  


How to ALTER the name of a GDG ?

2 Answers   IBM,


in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?

3 Answers   Patni,


How to get the last but one duplicate record of the file using Sort?

2 Answers   Fidelity,


Why do you use a control card?

3 Answers   IBM, iNautix,


Categories