The disposition parameter in the jcl is share ( DISP+SHR )
and the program opens file in extend mode what will happen?
Answer Posted / gayathri
Records will get appended to the file at the last.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
Which is not true about evaluate statement
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
what is the difference between COBOL2 AND COBOL390?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
) how do u code after getting data?
How to remove 2 duplicate records and copy only one using job control language?
In which area will you utilize 88 level items in cobol?
What is the difference between PIC 9.99 and PIC9v99?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is length is cobol?