What is report-item?
Answer / g.menaka
Report item is a field that contains the edit symbols that
is to be printed
| Is This Answer Correct ? | 4 Yes | 0 No |
how to display the dataset information?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
How can we pass data from cobol to JCl?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
A s9(4). B v9(4) value 0.21 can i move this?
what is the difference between Plan & package?
consider the following FD FILE-1 01 REC-1 PIC X(80) ...... WORKING-STORAGE SECTION 01 W-REC PIC X(90) ........ PROCEDURE DIVISION FIRST-PARA ....... READ FILE-1 INTO W-REC AT END MOVE 1 TO EOF-FLAG which of the following is true with respect to the above? a.REC-1 will contain nothing and W-REC will contain the contains of the record read b.REC-1 and W-REC contain the same data c.syntex is invalid and error will occur d.REC-1 and W-REC must be of same size
How do u write test cases?
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
How can you declare the file ?
How are the next sentence and continue different from each other?
How to display the index.(displacement from an array)