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
What are events in smartforms?
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
How can we develop a multi-tier application in Java?
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
What is WEB 3.0? What are the features their in WEB3.0
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.
what are stubs related to foxpro?
5. How do you round the addition or subtraction of two numbers in assembler?
what is difference between kpo and it industry? that is in terms of work, package etc
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'
Define distributed queries. can you explain me as soon as possible
will it allow to add same value in HashMap class.
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
in teradata level primary in table level allows duplicates why?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.