What is the problem of ordered sequential files access?
No Answer is Posted For this Question
Be the First to Post Answer
What is LENGTH in COBOL II?
Why we are using comp and comp-3 in real time projects?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How are the next sentence and continue different from each other?
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
how do you reference the ksds vsam file formats from cobol programs
Can we move X(9) to 9(9). If yes what are the ways for doing this?
Explain Restart Logic in Cobol?
What is the purpose of Identification Division?
How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 Answers IBM, TCS,
What is EIBCALEN? Why it is used?
Write a program to explain size error.