What parameters are used to run a JCL JOB on a perticular
DAY and TIME and DATE
Answer Posted / namratha
By coding the JES3 COMAND along with your RUN JCL
//*MAIN DEADLINE (1400,A,10072009)
the above command will run the job at 2 pm with your job
priority A on 10 JULY 2009.
Note: This may not work for all the shops.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
how we can know the funcions available in a class recording java?
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!
differences between qtp10.0 and 11.0 ?
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
why we use mantis? what u mean mantis in IT trends? addvantages of mantis?
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
< DL Compact > tag is used for
please any one pass file aid,xpeditor and endeavor tools
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
what is class module in vb6? what it's use? with example..
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?