Suppose there are many duplicate records in a Db2 table. What is the query to retrive only duplicate records?
4 9071Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
1 5877Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
2 8278i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
2 6713I have a PS file and I would like to manually insert the binary values (like a COMP format) into the file. How can i do that? the way do in COMP-3 format.. suppose i want to insert -12345 in to file in comp-3 format. simply we can open a file in edit mode and do HEX-ON and insert the value . SEE BELOW-- 135 24D in 3 bytes - this will be COMP-3 presenatation of -12345.
1 6788I have a File that has duplicate records. I need only those records that occur more than thrice.?
3 9874in column y record abc.v abc.s xyz.j abc.h i wan only abc columns how to retrieve thi records
IBM,
2 6265In a Cobol-DB2 program, I am fetching rows from 4 tables using cursor and then based on the a field present in that table, It processes the information accordingly..for example stat-c is one digit field..if stat-c is 'D' then the a row is deleted from table and written those details in to a file. If the stat-c is 'U' then a row is updated (hardcoded what to update)in a table and written those details in to a file. If the stat-c is 'I' then a row is inserted in a table and written those details in to two files. The issue is i have to include the intermediate commits. When an abend occurs, due to commit statement db2 tables will be saved, But there will be lose of file contents. When we resubmitting the job associated with this program there will be insert ,update and delete anomolies to avoid that what measures could be taken?. The intermediate commit is nothing but issuing commit after massive inserts, updates and deletes(sum of 500actions)
2 8788Hi All, In a Cobol-DB2 program, I am fetching rows from 4 tables using cursor and then based on the a field present in that table, It processes the information accordingly..for example stat-c is one digit field..if stat-c is 'D' then the a row is deleted from table and written those details in to a file. If the stat-c is 'U' then a row is updated (hardcoded what to update)in a table and written those details in to a file. If the stat-c is 'I' then a row is inserted in a table and written those details in to two files. The issue is i have to include the intermediate commits. When an abend occurs, due to commit statement db2 tables will be saved, But there will be lose of file contents. When we resubmitting the job associated with this program there will be insert ,update and delete anomolies to avoid that what measures could be taken?. The intermediate commit is nothing but issuing commit after massive inserts, updates and deletes(sum of 500actions)
1 5570what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
1 3816
What is meant by drda?
How to execute stored procedures?
What is syscat in db2?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is distributed relational database architecture? And components?
On which levels locks can be applied?
How can you quickly find out the # of rows updated after an update statement?
Name the cics command used to access current date and time?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how can you copy to a vsam cluster?
What information does a dbd contain?
Can you explain cics translator?
What is the mainframe testing? Categorize the mainframe manual testing?
Name the lockable units in DB2?
Explain what is a cursor in cics sql processing?