Which mode is used to operate the sequential file?
No Answer is Posted For this Question
Be the First to Post Answer
what is mainframe? what is the mainframe software ? what is use in s/w field?
Explain call by context by comparing it to other calls.
Explain complete concept of table handling in COBOL with an example?
What is the utilization of copybook in cobol?
. How do we cast a variable in COBOL
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
how do u link sub pgm to main pgm ?
What is an explicit scope terminator?
What is the use of EVALUATE statement?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.