How to Write the RESTART Logic Using COBOL?

Answer Posted / sandeep

Using SPICE restart logic.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1034


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

964


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

2200


What are the different types of condition in cobol and write their forms.

882


how do you reference the ksds vsam file formats from cobol programs

896


Give some examples of command terminators?

962


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.

3961


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

1089


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

1005


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

2619


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

948


Explain how to differentiate call by context by comparing it to other calls?

927


What is the difference between external and global variables in COBOL?

1062


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

980


What is the difference between next sentence and continue in cobol programing language?

971