consider the following PROCEDURE DIVISION entry
OPEN EXTEND IN-FILE
identify the correct statement
a.organization of IN-FILE is sequential and records can
be added in the
beginning
b.organization of IN-FILE is sequential and records can
be added in the
end
c.organization of IN-FILE is indexed and records can be
added in the
beginning
d.organization of IN-FILE is indexed and records can be
added in the end
Answers were Sorted based on User's Feedback
Answer / poonam
b.organization of IN-FILE is sequential and records can
be added in the END.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / shiva
when ever we access sequential files in extend mode...
it will append the new record at the end of last record
and so on.....
so option b is correct
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you code Cobol to access a parameter that has been defined in JCL?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are ISOLATION LEVELS? Where do we need to specify them?
which is better comp or comp-3 in terms of memory utilization?
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
Can anyone please give the example of Inline Perform.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
what is jcl approach for programming?
Can the OCCURS clause be at the 01 level?
How can we pass data from cobol to JCl?
How do we get current date from system with century in COBOL?