Can we use goto statement in inline_perform ?
Answer Posted / chaitanya
could u please clarify d perform which was specified
PERFORM VARYING A1 FROM 1 BY 1 UNTIL A1 > 4
is inline perform??
I think the format of inline perform is...
perform
...
....
,,,
end perform.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Can a Search can be done on a table with or without Index?
What is perform what is varying?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Can we change the password using ALTER? anyone tried and changed?
What is rmode(24)
What is the problem of ordered sequential files access?
How you can read the file from bottom?
What is Pic 9v99 Indicates in COBOL?
How do you define a variable of comp-1 and comp-2?
Give some examples of command terminators?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
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
how do you reference the printer file formats from cobol programs