What is the difference between Global and External Variables?
No Answer is Posted For this Question
Be the First to Post Answer
How is sign stored in a COMP field ?
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
What is the difference between subscript and index?
What is the difference between comp and comp-3 usage?
What are VS COBOL 11 special features?
What are the different types of condition in cobol and write their forms.
what is record label is empty or standard in file description of data division?
how to convert the recors form vsam file to db2 table tru file aid
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the difference between external and global variables in COBOL?
Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?