What parameters are used to run a JCL JOB on a perticular
DAY and TIME and DATE



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

Post New Answer

More Programming Languages AllOther Interview Questions

how to add a new table with variables and thier values into a imported file uisng proc import?

0 Answers  


Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach

0 Answers  


needs examples for black box testing and white box testing

1 Answers   CTS, IBM, Wipro,


this question is from sas:what is the difference between FILE and INFILE statements? plz explain in brief?

1 Answers  


Fortran cannot have value by reference True or False?

2 Answers   Geometric Software,






To sorting array of 10 elements which sorting is best a)selection b)bubble c)tree sort

2 Answers   HP, Hughes,


what is best way to create a Thread class & why?

0 Answers  


How many ways we can fill a dataset in .Net

1 Answers   iGate,


I've an application where i need to give access to all the features only to admin and only few features to normal users. Say Menu...i dont want all my menu items to be accessible to all the users only the admin people can see few all the features where as normal users can have access to limited menu items...how can i achieve this. Please note that my menu is not a database driven menu.

1 Answers   Tesco,


What do you mean by an array ? explain with an example

7 Answers  


Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;

0 Answers  


What is SOLID Principle in Programming Language?

0 Answers   NA,


Categories