How to convert bunch of words in a line to relvant ASCII
values?
Answer Posted / shiva
hi swapna,
can u explain how it is done clearly
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the default value(s) for an initialize and what keyword allows for an override of the default?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between Global and External Variables?
What are the different rules for performing sort operation?
Are you comfortable in cobol or jcl?
Which mode is used to operate the sequential file?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
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 to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
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 do u code after getting data?
Write a program that uses move corresponding.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
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?
How do define dynamic array in cobol.