Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?

Answer Posted / mahaveer

Time parameter coded on Job will overide the Time parameter
coded on step.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

823


When output dataset space is required, what quantity categories are used?

814


what is use of dsn parameter in dd statement?

663


what is “Cond= even” and “Cond=only”?

735


Explain the function of job statement in jcl?

637






Explain how can the submitting users racf authority be overridden in a job stream?

666


What is jcl in mainframe, and how many types of jcl statements are there for a job?

626


Explain about LMQUERY�give a dialog information about a data set

895


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1724


Brief description of inline procedure of jcl.

674


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

898


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

854


what sort card you will use to copy the data from one dataset to another dataset?

719


What parameter directs the output of the job log dataset?

759


if the submitter of a job wants to inform another user about the job completion, how can it be done?

744