What is a scope terminator? Give examples.
Answers were Sorted based on User's Feedback
Answer / aji cherian
If.. end-if
Perform .. end-perform
read... end-read
evaluate... end-evaluate etc...
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / vampire
"."
stop-run
exit
end-if
exit
end-evaluate
end-search
end sort
| Is This Answer Correct ? | 1 Yes | 1 No |
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
What is Comm?
2 Answers IBM, Kemper Corporation,
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
In the JCL, how do you define the files referred to in a subroutine ?
How do u initialize an array?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
What is ASKTIME, SUSPEND
What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?
8 Answers Arigo Infotech, IBM,
Can we use icetool in cobol program?
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.