How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
IBM,
3 14737IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
2 13748How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
2 9596suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
IBM,
2 8798
What is clone table?
What is the function of the steplib dd statement?
List the type of locks and explain each of them.
What is the main purpose of having user catalog in vsam?
Explain how can the submitting users racf authority be overridden in a job stream?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Tell about the ams used in vsam?
Explain how do you access storage outside your cics program?
Explain the function of dd disp parameter?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the maximum length of sqlca?
Explain the difference between record occurrence and record type?
Explain about find and obtain commands?
What are the types of processes to create a map in cics?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.