What is the difference between these two parameters?
-> accounting information
-> class
how would it bring the differrence to a program?
Answer Posted / 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 |
Post New Answer View All Answers
How to pass data to a program that is coded in an exec statement?
What are the rules employed while naming the steps in a job?
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 the function of job statement in jcl?
What is the function of a dd statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How is a type of file defined in the jcl that executes the cobol program?
Explain how can a jobs execution priority be modified?
What is the function of dd disp parameter?
Is automatic restart possible in jcl?
How can a fb file convert to vb file using sort program?
Is their any limit for data sets?
How does jcl act on a cobol code?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Are there any set of rules for the names of the steps used in a job? What are they?