how will you define vsam file in select clause?
Answer Posted / nirmal anwesh
select file-name assign to A-ddname
organization is indexed
access mode is sequential
record key is key-name
file status is fs-code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
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.
How do you differentiate between cobol and cobol-ii?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is redefines clause in COBOL?
How many sections are there in data division in COBOL?
What rules are followed by the search verb.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
how do you reference the variable block file formats from cobol programs
What is static and dynamic call in cobol?
What is the local-storage section?
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
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Why occurs cannot be used in 01 level in COBOL?