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 |
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
How to remove 2 duplicate records and copy only one using job control language?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
How can we know that cobol program is using report file or simple file....?
SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
What are some examples of command terminators?
What is the LINKAGE SECTION used in COBOL?