what is Pic 9v99 Indicates?
Answers were Sorted based on User's Feedback
Answer / guest
3 character numeric data with decimal assumed after first
character.
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / vampire
3 numeric values
result
01 a pic 9v99 value 123
result
1.23
| Is This Answer Correct ? | 8 Yes | 0 No |
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
How to use the same COBOL program in Batch and CICS on lines? explain with an example
a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
how can i see junk values in dclgen or in hostvariable of comp ?
What does the initialize statement do ?
consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.
how do you reference the variable block file formats from cobol programs
hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...
What does the INITIALIZE verb do?
file status 00 is checked after opening the file or reading the file
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?