Answer Posted / nisha
IT IS SYSTEMS DISPLAY AND SEARCH FACILITY AND NOT SPOOL.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are various search techniques in cobol? Explain.
Explain about different table spaces.
Which mode is used to operate the sequential file?
Name the sections present in data division.
how do you reference the esds vsam file formats from cobol programs
Write the code to count the sum of n natural numbers.
What is length is cobol?
Describe the cobol database components?
What are the access modes of START statement?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the difference between external and global variables in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
how do you reference the printer file formats from cobol programs
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.
Write a program to enter and display the names of students in a class using the occurs clause.