Post New Answer View All Answers
What is inspect in cobol ?
What is comp-1 and comp-2?
What is the utilization of copybook in cobol?
Which is not true about evaluate statement
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?
How do you reference the following file formats from cobol programs?
How do we get current date from system with century in COBOL?
Write down the divisions of cobol program?
What is the difference between Global and External Variables?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Explain about different table spaces.
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 do you reference the printer file formats from cobol programs
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Write the code implementing the perform … varying.