How to find in aparticular step how many versions a
paricular gdg base have?
Answers were Sorted based on User's Feedback
Answer / mahesh
Hi,
thru file-aid , we can know , how many active generations
are there & how many limits can be retained
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / santy
Yes,
With help of File-aid we can know , how many active
generations are there & how many limits can be retained by
GDG file.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / kavya
Use LISTC command in a IDCAMS step. It will list all the
generations.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / kalone
Just adding syntax for Kavya's answer :
//step1 dd pgm=idcams
//sysprint dd sysout=*
//sysin dd *
LISTCAT ENTRIES(Filename) ALL
/*
The log will have all the enteries along with the number of
GDGs.
Is This Answer Correct ? | 3 Yes | 1 No |
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
how to see the latest generation in gdg?
How do you submit a JCL under CICS environment ?
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above. 1 What is the maximum number of tables that can be stored on a Partitioned Table Space ? 1 what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names Accenture 5 Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code? 6 When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing? 2 how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE IBM 7 max number of columns in a db2 table? 6 What is package versioning? Please give an example. 1 What is the picture clause of the null indicator variable? 6 How do you filter out the rows retrieved from a Db2 table ? 1 What is DB2 (IBM Database 2)? 3 Can any one tell me about Restart logic in DB2.
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the difference between joblib and jcllib statements
what happens if job falls in loop ? how to resolve it ?
What is the function of a dd statement?
What dd statement is used to supply the name of a dataset?