How do I use SORT to copy duplicates in a Dataset to another
Latest Answer: Use XSUM parameter in SortSyntax for XSUM - SUM FIELDS=NONE,XSUM in the Sort card, and a DDNAME SORTXSUM to define the file for XSUM. ...
how can one migrate data from discrete sources into db2 environment let me know the methods and pls it would be better if u could explain it in detail
What is the diffenence between Structured Cobol Programming and Object Oriented COBOL programming ?
Latest Answer: Structured programming is a Logical way of programming, you divide the functionalities into modules and code logically. OOP is a Natural way of programming, you identify the objects first, then write fuctions, procedures around the objects. ...
What is the last statement for closing a cursor?
Latest Answer: CLOSE cursor_name. ...
How do you link a DB2 file with a CICS Map?
Latest Answer: through RCT table entry in CICS region ...
If i'm trying to populate an Array with some data, it is giving ABENDU4038.The Array - element (record) size is 70 and the Array Size is 99,999. It is Abending after populating some 10,074 elements
How to write JCL if the cobol program is connected with DB2 Database and SOME of the DB2 statements are written in SUB-PROGRAM. Assume the CALL is a STATIC CALL ?
Latest Answer: one way is we can use PRTY option in the JCL ...
How to solve S000 abend with file status code 39 (attribute mismatch for a file in JCL and cobol program) .
View page << Previous 1 2 [3] 4 5 6 Next >>

Go Top