When would you use in-line perform?

Answer Posted / lenin

If you want the code to be executed only once, use inline
perform. SO the codes should be enclosed by perform and End-
Perform.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

2228


How do get the result of your program directly on your pc?

2069


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1031


Explain what you understand by passing by value.

912


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

2994


What is the difference between binary search and sequential search?

854


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

1883


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

984


How can you get the ksds file records into your cobol program?

846


Explain how you can characterize tables in cobol?

821


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

2245


What are the different open modes available in cobol?

937


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

2090


What is perform what is varying?

916


What are the rules of the move verb?

945