what is the meaning of pic 9(09)v99-
Answers were Sorted based on User's Feedback
Answer / sudheer chittiboina
PIC 9(09)V99 is equivalent to PIC 999999999V99
or
999999999 and 2 decimal places
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sudheer kumar chittiboina
the answer of thius question is "999999999.99"
Is This Answer Correct ? | 9 Yes | 11 No |
What are various search techniques in cobol? Explain.
give the examples of strings in cobol
How to convert bunch of words in a line to relvant ASCII values?
how to resolve the file status 47.......
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
what is subscript in cobol?give realtime example?
what is search and searchall?what is the diffrence between them?give an best example?
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
What is the difference between external and global variables in COBOL?
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error
What are declaratives and what are their uses in cobol?
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.