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

How do you find which GDG is using which dataset?

3 Answers   Patni,


what is use of dcb parameter in dd statement?

0 Answers   IBM,


One dataset is creating in the step1 with LRECL of 133 and the same dataset is used in the next step in DISP=SHR mode, but while scanning the JCL the following error is thrwon. Please verify the below JCL $/SEPP030.PROVIDER DD DSN=Z1225BT.F5750PG9.F5910PRV.QC#A6868 //ERRORRPT DD DSN=F5910&ST&IN..F5910EPP.ERRORRPT.P&CYCDATE, --ERRORRPT DD DSN=F5910PG.F5910EPP.ERRORRPT.P, // DISP=&DISNCD,UNIT=&DELQ, -- DISP= (NEW,CATLG,DELETE),UNIT=DELQ, // SPACE=(TRK, (30,15),RLSE), // DCB=&DCB2 -- DCB= (PPG.METMODEL,BLKSIZE=0,LRECL=133,RECFM=FB) $/SEPP030.ERRORRPT DD DSN=Z1225BT.F5910EPP.ERRORRPT.AOUTPUT //SEPP040 EXEC PGM=FILEAID,COND= (0002,EQ,SEPP030) //SYSPRINT DD SYSOUT=* //SYSLIST DD SYSOUT=* //DD01 DD DSN=SYSCMN.PROD.CCLIB (F5910EP1),DISP=SHR $/SEPP040.DD01 DD DSN=Z1225BT.TEST.CCLIB (F5910EP1) E1 - DSS20791E - DATA SET 'Z1225BT.F5910EPP.ERRORRPT.AOUTPUT' HAS AN LRECL OF 133 COULD NOT BE OPENED BECAUSE THE CODED LRECL WAS 80. // DD DSN=F5910&ST&IN..F5910EPP.ERRORRPT.P&CYCDATE, -- DD DSN=F5910PG.F5910EPP.ERRORRPT.P, // DISP=SHR $/ DD DSN=Z1225BT.F5910EPP.ERRORRPT.AOUTPUT please find the error code in the above mentioned lines and please suggest me about the error and the solution for that.

3 Answers   Cognizant,


how do u send return code from cobol to jcl ?

2 Answers   TCS,


which utility is used to update pds?

1 Answers   IBM,


Explain the jcl exec statement?

0 Answers  


What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?

9 Answers   Xansa,


what are the ways of passing data to a cobol program from jcl?

1 Answers   IBM,


Whats error code s222?

7 Answers   Patni,


What is the purpose of dd * statement in jcl?

0 Answers  


What is a Dummy Utility and what it does ?

3 Answers  


Are there any set of rules for the names of the steps used in a job?

0 Answers  


Categories