Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain about LMCOPY -

1 Answers  


Explain about LMMFIND - find a library member

1 Answers  


What is dummy parameter in JCL??

3 Answers   TCS,


1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat

1 Answers   Tesco,


I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:

4 Answers   ITC Infotech, TCS,


IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C

0 Answers  


What are steplib and joblib?

0 Answers  


Explain the hierarchy levels in jcl?

0 Answers  


How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation

1 Answers  


How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?

5 Answers   IBM,


How gdg are concatenated?

0 Answers  


I've one sequential file, That file contains millians of Junk & CHAR recoreds example File 1 ,,,,,...,,,.....,.,.INFOSYS.....,,,,,,,,,,,WIPRO..........., ,...,..,. My questions is : I want omit the 44th posstion to 4 CHAR (WIPRO) remaining things I want output file (including Junk CHAR also)... How can we slove this problem & give me a syntax. Please provide the result as soon as possible.

5 Answers   CTS,


Categories