consider the following two statements
MOVE 10 TO N
PERFORM PARA-X N TIMES
STOP RUN
PARA-X
MOVE 5 TO N
how many times PARA-X willbe exicuted?
a.10
b.5
c.infinate
d.execution error

Answer Posted / guest

10

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1657


What are 77 levels used for?

661


Define cobol?

866


A table has two indexes defined. Which one will be used by the SEARCH?

759


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

712






What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

681


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

1908


) what is the difference between AID and HANDLE AID?

1637


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

712


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

1005


How do you differentiate between cobol and cobol-ii?

658


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


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1958


What is amode(31)

726


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

720