How do you do in-line PERFORM?

Answer Posted / ravikiran

in inline perform the statements with in the loop does n't
contain a period '.'
inline perform does not contain any para.

perform until i > 4
display a
accept b
end-perfom.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

2348


Why occurs cannot be used in 01 level in COBOL?

723


State the various causes of s0c1, s0c5 and s0c7.

667


What are various search techniques in cobol? Explain.

656


What is inspect in cobol ?

808






I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1815


What is link edit in cobol?

780


how to convert the recors form vsam file to db2 table tru file aid

2768


In COBOL, what is the different between index and subscript?

769


What are the rules of the move verb?

712


Are you comfortable in cobol or jcl?

651


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1007


Why would you use find and get rather than to obtain?

696


what are decleratives in cobol?

1831


Can we change the password using ALTER? anyone tried and changed?

1555