What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
3 14883Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
3 12908
Describe major components of db2?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is mainframe database?
is there any way I can ease my rpg controls on numeric input fields? How about an input date field?
What will happen if we drop the base register in the program which contains only one basereg?
what opcode could be used to test an alphanumeric field for all numeric values?
what is data area and how it is used in rpg program ?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Which Search verb is equivalent to PERFORM…VARYING?
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
name the command that is used to dump the main storage areas related to a task?
how do you reference the ksds vsam file formats from cobol programs
What is the difference between a return with transid and xctl?
Explain the difference between comp & comp-3?
How does db2 sample database connect?