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 |
how can the same proc be re-used and called by many jobs?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
What does SYSIN * indicate?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
A job has 150 steps i want to execute only 57th step
how to see the latest generation in gdg?
shall we concordinate two different length dataset in to a new date set.
what's the significance of freespace(0 0) and freespace(100 100)
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?