For how long a job can be executed continuously in a mainframe ?
Answer Posted / prasanna
nearly 248 days
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What happens if both JOBLIB & STEPLIB is specified ?
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?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Is it possible to left uncode disp?
How does jcl specify the job to the operating system?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
For what purpose steplib and joblib are used ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Explain how can return codes be tested before execution of a job step?
Name what parameter directs the output of the job log dataset?
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain how can a jobs execution priority be modified?
What is the maximum length of a single line of jcl?
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