What is amode(24)?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between structured cobol programming and object alternativelyiented cobol?
Difference between ps, esds
what is the advantage of sync class
01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?
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 does the INITIALIZE verb do?
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
why we are using set in searchall?
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
What is the difference between performing a SECTION and a PARAGRAPH?
WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED, FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED. WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT SHOULD BE USED WHEN
State the various causes of s0c1, s0c5 and s0c7.