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 compiler option would you use for dynamic linking?
What is the significance of 'above the line' and 'below the line'?
What is the difference between static call & Dynamic call?
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error
Explain Restart Logic in Cobol?
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
what is mainframe? what is the mainframe software ? what is use in s/w field?
is it possible to rename 01 level?
tell me about examine inspect and evaluate ?
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
How do you define a sort file in JCL that runs the COBOL program?