What is Uncatalog dataset? How can we access/use them?
Answer / nag ganesh
If data set is not permanently storaged then it is called as
a uncatalog dataset.we can access by using volume serial num
and access it.
| Is This Answer Correct ? | 44 Yes | 8 No |
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Explain in DD statement what is the use of DCB parameter?
What is the exact difference between PRTY and DPRTY
What is jcl in mainframe?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
do we need to mention the location of catalogued procedure for each it's call in a single job?
The maximum number of steps in a job?
What are the kinds of job control statements?
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.