perform I from 0 by 1 until I=5?How maney times it will
executes

Answer Posted / ananta

it will not excute because perform is not start from 0.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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?

2098


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

708


What is the default value(s) for an initialize and what keyword allows for an override of the default?

695


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

748


What is the difference between a binary search and a sequential search what are the pertinent cobol?

735






How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2723


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2730


What do you understand by psb and acb?

661


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

2336


How many bytes S(8) comp field occupy and its maximum value?

1630


what is search and searchall?what is the diffrence between them?give an best example?

5555


How many sections are there in data division in COBOL?

678


Define static linking and dynamic linking.

662


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

827


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1614