Suppose there are many duplicate records in a Db2 table. What is the query to retrive only duplicate records?
4 9258Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
1 5968Suppose 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 8393i 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 6850I 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 6886I have a File that has duplicate records. I need only those records that occur more than thrice.?
3 10021in column y record abc.v abc.s xyz.j abc.h i wan only abc columns how to retrieve thi records
IBM,
2 6428In 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 8921Hi 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 5665what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
1 3906
what is meant by dirty read in vsam?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
Which is the difference between delimited by size and delimited by space?
What parameter directs the output of the job log dataset?
Explain the difference between intra partition tdq and extra partition tdq?
What is the difference between plan and package in db2?
Can I cleanly uninstall oorexx?
Explain the difference between link xctl?
What is check constraint. Explain with example.
What is an area sweep and when is it used?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Explain how do you delete item 3 in a five-item tsq?
How is the record format of an output dataset specified?
What is rmode(any) ?
Can I share my data with other jobs? How?