The disposition parameter in the jcl is share ( DISP+SHR )
and the program opens file in extend mode what will happen?
Answer Posted / gowri
If Deposition parameter is SHR and file is opened in extend
mode,then records will get appended
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
how do you reference the esds vsam file formats from cobol programs
What is the usage of comp fields in cobol?
how to move the records from file to array table. give with code example
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is redefines clause in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
Why did you choose to work with ibm mainframe cobol programming?
What is static and dynamic call in cobol?
Define cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Can a Search can be done on a table with or without Index?
How arrays can be defined in COBOL?
In which area will you utilize 88 level items in cobol?