how to purge 50 initiators continuously?? console commands??
Answer Posted / kantha reddy g
by using overriding parameters ,,we can achieve this
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
which utility is used a dummy utility?
List the different components of jcl statement?
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) ?
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) ?
what are the statements that are not valid to be included in an include statement?
Explain how can return codes be tested before execution of a job step?
What is the function of //jcllib statement?
What is the function of dd disp parameter?
How to override loadlib?
What is the significance of addrspc parameter in exec statement?
Which dd parameters are required?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?