period is missing in the cobol program which error we
getting
Answer Posted / prashanth
end scope terminator missing ,or period missing
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the difference between goback, stop run and exit program in cobol?
What is difference between static and dynamic call in cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
how to move the records from file to array table. give with code example
how do you reference the variable block file formats from cobol programs
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between PIC 9.99 and PIC9v99?
Explain how to differentiate call by context by comparing it to other calls?
What is a SSRANGE and NOSSRANGE?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Can we change the password using ALTER? anyone tried and changed?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How are the next sentence and continue different from each other?