what is the difference between implicit and explicit scope terminator with example?
Answer Posted / avijit bardhan
Implicit scope terminator is period which is used at the end of statement to terminate the scope of previous statements.
Explicit terminators are like END-PERFORM, END-READ, END-EVALUATE etc.
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
When is inspect verb is used in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the usage of comp fields in cobol?
In which area will you utilize 88 level items in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Which mode is used to operate the sequential file?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What are the different rules for performing sort operation?
what is the difference between COBOL2 AND COBOL390?
Write a program to enter and display the names of students in a class using the occurs clause.