88 level entry is used for
(a) data items in WORKING-STORAGE SECTION
(b) items with RENAMES clause
(c) condition-names
(d) None of the above
Answer Posted / supriya shree
items with RENAMES clause
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
HOw can I get the negative sign while deduct high value from low value
Can a Search can be done on a table with or without Index?
How do you reference the following file formats from cobol programs?
Can we redefine the field of x(200) to less than 200?
Write a cobol program making use of the redefine clause.
What are the different open modes available in cobol?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What are the access modes of START statement?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is rmode(any) ?
Can we change the password using ALTER? anyone tried and changed?
) how do u code after getting data?
Explain what you understand by passing by value.
What are 77 levels used for?