what is s000 u4087 error?
please give the all error codes in cobol,jcl.
No Answer is Posted For this Question
Be the First to Post Answer
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
what are the isolation levels and where we use it in the db2 program
I have a occurs for 100 times but it has executed 101 time what could be the reason?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
What are the different ways to run a COBOL DB2 program using JCL?
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
DATAONLY, MAPONLY functionality?
I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.
can we use reference modification an arry.
What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.