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
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Write a program that uses move corresponding.
Explain the configuration section of a cobol program with examples of syntax.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how do you reference the printer file formats from cobol programs
HOw can I get the negative sign while deduct high value from low value
How many sections are there in data division in COBOL?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is comp-1 and comp-2?
) How do u handle errors in BMS macro?
What are different data types in cobol?
What is the difference between goback, stop run and exit program in cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
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?