can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
Post New Answer View All Answers
Write a program that uses move corresponding.
How to remove 2 duplicate records and copy only one using job control language?
how do you reference the printer file formats from cobol programs
What is amode(24)?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Can we change the password using ALTER? anyone tried and changed?
In COBOL programming, what is PERFORM? What is VARYING?
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 ?
Define static linking and dynamic linking.
What is length is cobol?
What do you understand by psb and acb?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Write some characteristics of cobol as means of business language.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Write down the divisions of cobol program?