what is the purpose of coding notify parameter in job statement?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of IEBGENER ?
A job has 150 steps i want to execute only 57th step
What is the difference between a symbolic and an override in executing a PROC?
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
how to increase the space of a dataset in instream procedure.
which utility is used to update pds?
if we give TIME=0 how many sec that job/step
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
Can a job have only steplib and no joblib ?
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?
describe the exec statement,its meaning ,syntax and keywords?