What is the difference between these two parameters?
-> accounting information
-> class
how would it bring the differrence to a program?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sharmila
hey, the information given above for the accounting information is correct, but m little doubtful about the class explaination.. so still little skeptical about the answer. can anybody please help me undrstnd the terms better.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mohan.chepuri
a/c info is used to billing purpose
class is used to which job is execute first
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
Accounting Information means it specify the Account number
which will be charged for mainframe usage.
Class is used to tell the type of the job like production
job or test job likewise.
| Is This Answer Correct ? | 0 Yes | 1 No |
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
What is Uncatalog dataset? How can we access/use them?
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
how to see the latest generation in gdg?
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
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?
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
which utility is used to sort a file in jcl?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
For how long a job can be executed continuously in a mainframe ?
Explain about CBL/PROCESS statement syntax