Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / adeti solomon
1.Yes
2.Yes
3.No
4.Yes
5.No
6.No
| Is This Answer Correct ? | 11 Yes | 14 No |
Post New Answer View All Answers
What is the difference between Call and a Link?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
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.
Can a Search can be done on a table with or without Index?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
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?
Write a cobol program making use of the redefine clause.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
IF I mention stop run in CICS what happens?
what is search and searchall?what is the diffrence between them?give an best example?
What is redefines clause in COBOL?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?