Why 16 is used in calculating the DPRTY ?
as, DPRTY = (num1, num2),
THEN, DPRTY = 16* num1 + num2
Answer Posted / srikanth
What is num1 and num2 here?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain the purpose of dd * statement in jcl?
what is the purpose of coding notify parameter in job statement?
When output dataset space is required, what quantity categories are used?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what is use of disp parameter in dd statement?
How do you create a temporary dataset?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What are some jcl statements that are not allowed in procedures?
what is “Cond= even” and “Cond=only”?
what operation is performed by job statement?
What happens if both JOBLIB & STEPLIB is specified ?