if time parameter is not coded on the job card and job step
then what is the default time assigned to the entire job and
for each step in the job by the systyem ?
Answer Posted / harsha
There is no default value for TIME. It is installation
defined. Most of the shops has default value of 'NO
LIMIT/1440'.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Matching Logic in Jcl not in cobol.Could any one please answer this question
Which dd parameters are required?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How can return codes be tested before execution of a job step?
Explain the function of a dd statement?
What are the rules employed while naming the steps in a job?
When output dataset space is required, what quantity categories are used?
How jcl work to handle various input output file operations?
what happens in execution stage in job processing?
Explain about ISPF/TSO Commands
What is the use of disp parameter?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what operation is performed by job statement?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?