What are the access modes of START statement?
A table has two indexes defined. Which one will be used by the SEARCH?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is amode(24)?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Write a cobol program making use of the redefine clause.
What is comp-1 and comp-2?
What are 77 levels used for?
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.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
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 variable unblock file formats from cobol programs
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Difference between array and sub-script ?