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 / vinay sonar
a)***,178
b)$7,379
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Write a program that uses move corresponding.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the difference between binary search and sequential search?
Write the code to count the sum of n natural numbers.
How do u write test cases?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Write a program to enter and display the names of students in a class using the occurs clause.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
) what is the difference between AID and HANDLE AID?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
explain sorting techniques in cobol program?
What are the different open modes available in cobol?
how do you reference the rrds file formats from cobol programs
What are declaratives and what are their uses in cobol?