what are the control characters used in reports
Answer / nk
1st character of 133-byte report line controls line
spacing. '1' means skip to top of next page. '0' is double
space ' ' is single space. I think '-' is triple space.
| Is This Answer Correct ? | 1 Yes | 0 No |
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
2)Where the Plan is located in CICS-DB2?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
What are the differences between OS VS COBOL and VS COBOL II?
Can the OCCURS clause be at the 01 level?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
what is the purpose of linkage section?
How to retrive the 9th records out of ten records using the cobol program ?