Why we use "OCCUR" with multiple occurence DS(Data Structure)?
What is the importance of common attribute?
how to handle -911 (deadlock) error in a db2 program so that the program will never abend?
how to handle duplicate records in rpg program?
what is use of linkage section?
how can you define a dataarea(DTAARA) IN RPG? Which spec you define it C-spec/D-spec?
What is drda ?
what error do we get in prodution support and questions on production support
GO TO stmt which of the following is not true A) GO TO stmt is not essential in the sense that it is possible to write programs without using GO TO B) The target of the GO TO stmt being a procedure name avoiding GO TO result in a program with no procedure name C) Indiscriminate use of GO TO stmt can make the control structure program substantially complex D) Too many GO TO stmts make a program difficult to understand
what is the meaning of ssrange and nossrange?
Why we use "OCCUR" with multiple occurence DS(Data Structure)?
subscripting can be said as A) subscripting enables us to write a move compact code in the procedure division. B) subscripting enables us to refer to any element of a table by the same data name with the facility of identifying a particular element through the values of subscript. C) Subscripting reduces the no of entries to be included in the data division D) subscripting enables us to use loops in the procedure division
Hi all, I have >200 members per Dataset, I need to delete 2 lines from all members of a Dataset. To do Manually it is difficult. So please tell me simple method. is there any Tool or........