What parameters are used to run a JCL JOB on a perticular
DAY and TIME and DATE
Answer / 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 |
What is Big-O notation?
19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
cgi stands for
what is mutex?
4 Answers Axiom, Blue Star, SQL Star,
How should a programmer decide whether to use a macro or a subroutine to accomplish a given logical function
1 Answers R V College of Engineering, University of Jordan,
Can anyone provide as400 training material or any institute in bangalore for as400 training
Difference between interface and abstract class?
6.int x=10; float y=20; a=x%2=? b=y%2=?
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.
what is the difference between a looping statement and a decision statement
what is the certificates in biztalk?
Outline the two important features of a terminating recursion. Any ideas?