debashish


{ City } delhi
< Country > india
* Profession *
User No # 21463
Total Questions Posted # 0
Total Answers Posted # 4

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 25
Users Marked my Answers as Wrong # 10
Questions / { debashish }
Questions Answers Category Views Company eMail




Answers / { debashish }

Question { MAHINDRA, 32371 }

How can we execute only one step in a job


Answer

as per Sravanthi's answer.. A null (/*) statement at the
end of this step can be given for running this step alone
but we have to give restart in job.


suresh,the second method that u have suggested its not
correct, coz if u have more than one step in the same job
then u have to code the same COND parameter for each step.
this will stop the execution of 2 step...

Is This Answer Correct ?    1 Yes 1 No

Question { 7033 }

what is the meaning of keyword in jcl?what is is opposite?


Answer

keyword parameter could be in any order but positional
parameter must be in specific order if specified.

Is This Answer Correct ?    12 Yes 0 No


Question { Satyam, 23730 }

How to DEBUG a JCL?


Answer

once we submit the jcl and it give some error...press
f4..it will show the list of all the jobs the last job will
be the one u need to go in by typing "?" infront of it
then u will see the compliled job in which u will find all
sort of msgs which will tell u the problem area.
obviously u have to read throughly.

Is This Answer Correct ?    9 Yes 4 No

Question { Accenture, 23866 }

is it possible to submitt more than one job in job card in
jcl? and if yes than is it necessary to have the jobs same
name?


Answer

when we submit job or jobs ....jobs get different classes..
if job name is same output would be unpredictable coz MVS
can run any of the job..once job is executed MVS is not
going to execute another job with the same name.

so the jobs with the same name will be executed but output
will be unprectable.

Is This Answer Correct ?    3 Yes 5 No