What rules are followed by the search verb.
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of LINKAGE SECTION?
Write the code to count the sum of n natural numbers.
) How do u handle errors in BMS macro
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
is it possible to declare index in cobol program? if it is not why its tell me pls
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
In an array processing what is the thing that can be done by using subscripts but not by using index
PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?
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