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
Latest Answer: In Changeman one cannot rename it directly. If anyone has made any changes in component then just go to your PDS then rename it and then again stage it from dataset(not from production to keep the code change in ur component). ...
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) .
Latest Answer: u can merge two VSAM files using the merge utilityor by exclude cond or output procor by include cond or input proc ...
Latest Answer: A Temporary VSAM File can be created using the utility IDCAMS. If you want the job to create this file, kindly let me know so that I'll provide you the code too.In order to delete a record from a VSAM File through a JCL, initially sort the VSAM ...
One of my JCL steps returns the code 0099 and my job fails.
Latest Answer: if you are working with files or db2 may be a record in it is locked. just relese the lock and try again. ...
View page << Previous 2 3 4 5 [6] 7 8 9 Next >>

Go Top