01 a pic s9(5) value '-12345' how it will be stored
Answer Posted / nataraj
-12345
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
What is the difference between comp and comp-3?
Define static linking and dynamic linking.
Difference between array and sub-script ?
what are decleratives in cobol?
i need a small 3d program using inline and outline.
What are the rules of the move verb?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
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
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.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
what is amode(24), amode(31), rmode(24) and rmode(any)?
What kind of error is trapped by on size error option?
Write the code to count the sum of n natural numbers.