Answer Posted / ashok
in search all(bynary search)
set is used in 2 ways
1) if u incress/decress indexed varibles
ie set ws-a upto/downto 5.
it incress/decress indexvalue 5.
2) we canot use move clause in indexed so we use set
place of move like
ie set ws-a to 5.
it simply move 5 to ws-a.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain how you can characterize tables in cobol?
How do you define a variable of comp-1 and comp-2?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How can you get the ksds file records into your cobol program?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how do you reference the ksds vsam file formats from cobol programs
Mention the guidelines to write a structured cobol program?
how do you reference the printer file formats from cobol programs
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is rmode(any) ?
What are various search techniques in cobol? Explain.
How do define dynamic array in cobol.
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.
What is the problem of ordered sequential files access?
how do you reference the fixed unblock file formats from cobol programs