What is the difference between these two parameters?
-> accounting information
-> class
how would it bring the differrence to a program?
Answer Posted / 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 |
Post New Answer View All Answers
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What happens if both JOBLIB & STEPLIB is specified ?
How can the disposition of sysout datasets be set for an entire jobstream?
what is use of disp parameter in dd statement?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
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 execute 2nd and 4th steps among 5 steps in jcl proc?
what is use of dcb parameter in dd statement?
What is the maximum length of a single line of jcl?
Explain the purpose of the dd keylen parameter?
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
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what is use of dsn parameter in dd statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you