how the control comes back from subprogram to mainprogram
Answers were Sorted based on User's Feedback
I have a PS file and I would like to manually insert the binary values (like a COMP format) into the file. How can i do that? the way do in COMP-3 format.. suppose i want to insert -12345 in to file in comp-3 format. simply we can open a file in edit mode and do HEX-ON and insert the value . SEE BELOW-- 135 24D in 3 bytes - this will be COMP-3 presenatation of -12345.
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
S9(5)V9(2) occupies how many bytes memory ?
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
Can JUSTIFIED be used for all the data types?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the reference modification.
How to open and see copy book ?
How to retrive the 9th records out of ten records using the cobol program ?
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
How many bytes S(8) comp field occupy and its maximum value?