How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
7 29118
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
State the various causes of s0c1, s0c5 and s0c7.
What is the use of intialize verb?
What is amode(31)
What rules are to be followed while using the corresponding options?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
) how do u code after getting data?
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.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Write down the divisions of cobol program?
What is cobol?
What are the rules of the move verb?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?