in how many mode we can open a file ?
Answers were Sorted based on User's Feedback
Answer / ananta bajpai
we can open a file in 4 modes
1. input mode
2. output mode
3. extend mode
4. I-O mode
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / vineet
we can open the file in 4 modes
1) Input mode
2) Output mode
3) I-O mode
4) Extend
Vineet
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / ancora
1. How many possible modes are there to open a file in
output mode?
| Is This Answer Correct ? | 1 Yes | 0 No |
The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290
IDENTIFICATION DIVISION. PROGRAM-ID. MOVEPGM. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-I PIC 9(2). PROCEDURE DIVISION. A1000-MAIN-PARA. PERFORM PARA-X WITH TEST BEFORE UNTIL WS-I= 5 STOP RUN. PARA-X. DISPLAY "BEST2". I m getting error s722,while executing the program, seems getting in loop, can anybody tell me why
what are the limitations of Inline Perform?
How does IDMS insure data integrity?
hw to create 3 dimensional array & hw to access it?
i have a requrement in A as viswa!@#$%&^**reddy i need to move viswareddy in B without junk values pls say how to do ths reply fast
How to open and see copy book ?
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
What is a report item?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
what are decleratives in cobol?
COMP?