Write the code implementing the perform … varying.
Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.
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
how to convert vsam table into DB2 table?
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
What type of Call you would use if you don;t want the control back to the calling program?
Why did you choose to work with ibm mainframe cobol programming?
whats the difference between search and search all?
Differentiate COBOL and COBOL-II?
Can we move X(7) to S9(7) COMP?
What is the Purpose of POINTER Phrase in STRING command
What is the use of EVALUATE statement?