How to use the same COBOL program in Batch and CICS on lines?
explain with an example
No Answer is Posted For this Question
Be the First to Post Answer
Suppose i want to declare a binary comp fild of 7 byte .how to write?
what is meant by binary search?
What is the maximum data length for Numeric DataType ?
what is filler and what is use of filler
Should I use STOP RUN in the sub program??why?
how can we find total no of records in a file ....is there any utility......?
what is mainframe? what is the mainframe software ? what is use in s/w field?
What is the difference between comp and comp-3 usage?
how many bytes do SPPPP999 will store?
how to transfer the file from pc to mainframe??
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 do you understand by passing by reference and passing by content?