A LESS 1200 IF B GREATER 25 MOVE 47 TOC
ELSE MOVE 57 TO C
IF A GREATER 249 MOVE 67 TO C
ELSE NEXT SENTENCE ELSE IF B LESS 67
MOVE 27 TO C
What will be the value of C, when A is 137 and b is 25

Answer Posted / maveric

can anyone explain this properly.?

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a cobol program making use of the redefine clause.

734


how do you reference the fixed unblock file formats from cobol programs

712


What is inspect in cobol ?

803


What is an in line perform? When would you use it? Anything else you wish to say about it.

645


What are declaratives and what are their uses in cobol?

714






Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2337


Define static linking and dynamic linking.

669


What the difference is between continue and next sentence?

661


What are 77 levels used for?

659


How many sections are there in data division in COBOL?

678


What is the difference between comp and comp-3?

704


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1906


What is the difference between structured cobol programming and object alternativelyiented cobol?

755


How do u write test cases?

1638


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1701