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 |
Matching Logic in Jcl not in cobol.Could any one please answer this question
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
Explain about LMCLOSE�close a data set
The maximum number of in-stream procedure you can code in any JCL is ?
which utility is used to run a cobol-db2 program?
List the various advantages of using jcl language?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
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
is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)