What is the difference between these two parameters?
-> accounting information
-> class
how would it bring the differrence to a program?
Answer Posted / y@$w@nth
Accounting Information means it specify that from which
department the job was submitted
for eg: the jobs can be submitted from purchae department or
from sales departent....so on... according to that we can
identify whose job it is and which department this job was
submitted
CLASS --> CLASS parameter tells the class of your job that
means some jobs may take heavy time and some jobs take less
time depending on the complexity of the program and
resources that those are using. By using class parameter we
are telling to the Operating system that the type of job
that we r submitting....
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is acct parameter mandatory?
Is there any command to check wether the ps file is in sorted order?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is the function of the dd mgmtclas keyword in sms datasets?
Which statement is used to identify the private libraries in job?
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.
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is catelog procedure and how many catelog procedure to use in one job?
What is the purpose of dd dummy statement?
how to do automated restart when a job abends?
Define concatenating?
Is it possible to left uncode disp?
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?
when can a job time-out occur? How to overcome that?
Explain how can the attributes of one sms dataset be copied to another dataset?