how do u debug without using xpeditor ?
Answer / sekhar reddy
by using display statement along with cobol,cobol+db2 and compile the job and we check the valus in spool sysout this is calld manuval testing
| Is This Answer Correct ? | 7 Yes | 1 No |
How can a like table be created?
What is distributed relational database architecture? And components?
how are start and xctl different?
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
How to define a directory?
how do we prepare test data using file-aid tool?
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
When do you get -811 sqlcode and how to resolve it?
Write the difference between hidam and hdam databases?
execution of a subordinate module is caused by the use of the cobol verbs ------------in the superior module
Explain the use of the where?
How do you find out whether two Data Sets are having exact Data through ISPF Panel? (Say No of Records, Record Data exactly matching including spaces)