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 |
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
what is the difference b/w level no.01 & level no.77?
what is the difference between start and startbr?
What is the Purpose of Pointer in the string?
what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
Write a program to concert an Indexed file into Sequential file?
which generation language is cobol
how to display the dataset information?
How may divisions are there in JCL-COBOL?
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?