what will be the output when
a)pic 9(6)value 000178 is moved to pic ***,***.
b)pic 9(5) value 57397 is moved to pic $$,$$9.
Answer Posted / rx
A. ****178
B. 57397
| Is This Answer Correct ? | 3 Yes | 1 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 structured cobol programming and object alternativelyiented cobol?
Write down the divisions of cobol program?
how do you reference the printer file formats from cobol programs
) How do u handle errors in BMS macro
What are the access modes of START statement?
For rewrite, why is it mandatory that file needs to be opened?
what are decleratives in cobol?
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
Which is not true about evaluate statement
How do define dynamic array in cobol.
What is redefines clause in COBOL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Write the code to count the sum of n natural numbers.