how we sort two input files based on a common column and
giving one o/p file please send me the coding logic?
No Answer is Posted For this Question
Be the First to Post Answer
I have a occurs for 100 times but it has executed 101 time what could be the reason?
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
If you were passing a table via linkage, which is preferable - a subscript or an index?
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?
what is the difference between external and global variables?
what are the steps to sort in a cobol program?
I know my query will return more than one row but I don't want cursor what should I do?
what r the types of perform statement
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
what happens if we dont close cursor in db2-cobol pgm?