What is difference between com and com3? Eg. s9(4) so what
is the memory it will occupy com and com3.

Answer Posted / karan

s9(4) ---- 2bytes(COM)
s9(4) ---- 3bytes(COM-3)

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1571


Which Search verb is equivalent to PERFORM…VARYING?

670


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1636


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

1993


What is the difference between comp and comp-3 usage?

665






write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

681


What is inspect in cobol ?

789


What is the local-storage section?

666


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3701


What do you understand by psb and acb?

653


What is the difference between PIC 9.99 and PIC9v99?

760


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6776


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1860


What is cobol?

728


What rules are followed by the search verb.

623