How to release a JOB (from the input queue) held by TYPRUN =
HOLD ? and how to see the installation default time after
which a JOB will be automatically released ? How to see the
list of currently HELD JOBS ?
Answer Posted / saisankar
typrun=hold
can be relesed by specifying
typrun=run.
for info:saisankar85@gmail.com
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Explain how can the disposition of sysout datasets be set for an entire jobstream?
what is SOC4 error?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
For what purpose steplib and joblib are used ?
When output dataset space is required, what quantity categories are used?
How to run cobol program using jcl?
what happens in conversion stage in job processing?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How to alter the parameters for the existing gdg?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What do you understand by the term notcat 2 – gs?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is concatenating?