How do I delete a column in db2?
Particular area has been affected in cics screen, what is the process to find?
What is database alias db2?
How to move a field DT 9(8) of input file to DT 9(8) COMP-3 in output file in ezytrieve? in the output file entire dt is not moved.If any answer plz reply as soon as possible.
What is frset?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Explain the difference between external subroutine and subprogram?
What is the function of dd disp parameter?
What is db2 bind process?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is dclgen in db2?
What is cobol?
what is an mdt (modified data tag)? Its menaing and use?
What is the term conversational programs means?
OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output