What is the default value of DISP for temp datasets
Answer Posted / leelakarthik
DISP=(NEW,CATLOG,DELETE)
| Is This Answer Correct ? | 1 Yes | 20 No |
Post New Answer View All Answers
Define static linking and dynamic linking.
how do you reference the variable block file formats from cobol programs
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How to know whether the module is dynamical or statistical?
Can a Search can be done on a table with or without Index?
how do you reference the rrds file formats from cobol programs
What are 77 levels used for?
How can you get the ksds file records into your cobol program?
How many bytes S(8) comp field occupy and its maximum value?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Which mode is used to operate the sequential file?
What is the difference between next sentence and continue in cobol programing language?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
IF I mention stop run in CICS what happens?