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 |
how to resolve the soc4 error?
What is the format of comment statement?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Explain about ISPF/TSO Commands
How to alter the parameters for the existing gdg?
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
which are the parameters mandatory in job card ?
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
what is static and dynamic call with examples?
what r the types of job control statements?