What is the difference b/w the CLASS,TIME,PRTY in jcl job card.

Answer Posted / khajafairoz

TIME:-HOW MUCH TIME IS ALLOCATED FOR EXCUTING MY JOB.THE CPU
TAKE MORE TIME IT WILL ABEND S322 ERROR CODE.

PRTY:-IT WILL GIVE HIGEST PRTY FOR EXECUTING MY JOB.

CLASS:-THE CLASS PARAMETER TELL WHAT IS UR PROGRAM,WHO HAS
WRRITEN WHEN IT COMPILE.

Is This Answer Correct ?    3 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of a dd statement?

702


Explain how can return codes be tested before execution of a job step?

819


Define concatenating?

663


How dummy is used in jcl?

643


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1034






I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1927


What do you understand by the term job time – out and how can you overcome that?

597


Can I send output of job to my remote device careerride123?

662


What is the syntax of JCL statement?

692


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1990


In job processing, what happens in execution stage?

696


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1944


What is the function of job statement in jcl?

635


How can the disposition of sysout datasets be set for an entire jobstream?

834


what is the use of JCL?

660