Which is the most widely used batch performance monitor for DB2?
Answers were Sorted based on User's Feedback
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
Can a job have only steplib and no joblib ?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
How many types we can give input to JCL
What is Cataloged Procedures?
In how ways you can pass the data from Jcl to cobol ?
what is meant by jobtrac?
how do u define a file in cobol and jcl ?
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.
how you can direct the data to spool using SYSOUT option?
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
What is the difference between the JOBLIB and the STEPLIB statements?