Answer Posted / pal
PIC 9.99 occupy 4 bytes
PIC 9v99 occupy 3 bytes
ex.
A PIC 9.99 VALUE 1.11
B PIC 9v99 VALUE 2.22
display A,B
RESULT
A=1.11
B=2v22
| Is This Answer Correct ? | 11 Yes | 44 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?
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.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What guidelines should be followed to write a structured cobol prgm?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How you can read the file from bottom?
How do you reference the fixed block file formats from cobol programs
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is a SSRANGE and NOSSRANGE?
How do you define a variable of comp-1 and comp-2?
how do you reference the ksds vsam file formats from cobol programs
What are the various section in data division and briefly explain them.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Differentiate between structured cobol programming and object-oriented cobol programming.