Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
Answers were Sorted based on User's Feedback
Answer / sagar
CPU time is assigned to job by default.
But if it is assigned to both job and jobstep, job time
overrides jobstep time.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / kavee
I read like time parameter in EXEC ll overide the job.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mahaveer
Time parameter coded on Job will overide the Time parameter
coded on step.
| Is This Answer Correct ? | 1 Yes | 2 No |
If job is submitted with typerun = hold then how can we submit the same job?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
Mention the types of job control statements?
What parameters can be used to limit the number of records written to a sysout dataset?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
Define concatenating?
What are steplib and joblib? What for they are used?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
What are s0c1, s0c4, s0c5, s0c7 and socb?