Which mode is used to operate the sequential file?
No Answer is Posted For this Question
Be the First to Post Answer
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
what are the isolation levels and where we use it in the db2 program
created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?
what is the difference between external and global variables?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
How many maximum number of procedures can we write in one COBOL program?
can we use the two 01 level in file discription ?
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
I want ALL jcl ERROR cods
How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER