Latest Answer: Literal means any values given by the user..It may be of strings, numeric like that..constants given/defined by User.. Figurative constant means compiler defined constants. They are zeros, spaces etc. ...
Latest Answer: Variables can be passed
1) by content
The called program accesses and processes a copy of the variables from
calling program's storage and cannot change actual value of the variables
in the caller's storage.
2) ...
Latest Answer: FALSE ...
Latest Answer: How can you use the concept of Linkage section in the manner you have specified.. Where do you intend to populate these values from and where do you intend to send the values back? It is not possible in the manner you are expecting. Linkage section is ...
Latest Answer: Call by reference : - address of the parameters will be passed to the sub-program. Changes to the parameter in the called program affect the corresponding argument  in the calling program.Default is call by referenceCall by value:-only the copy of the ...
Latest Answer: We use comp field in cobol because when we want to store the data in binary form we use comp and the sign is placed in rightmost bit. c is used for +ve sign and d is used for -ve sign. ...
Latest Answer: ans: ACCEPT PASSWORD WITH NO ECHO. With this clause the password is encrypted ...
A place to reserve storage for data that is not part of the program's input or output. This area contains fields that are used as temporary storage while the program is executing. Some temporary storage
Latest Answer: you need the section to define all your variables.But you don´t have to hardcode. You can copy a copybook, where you´re variables are inside. let me know, if you need more details. ...
At the end of the word DIVISION At the end of the word SECTION At the end of paragraph names coded in Area A To denote the end of a sentence To denote the end of
Latest Answer: we can code the period at end of every COBOL statement or can code in separate line at end of the paragraph.if you coded at end of the para it will consider a period at end of each and every statement even you missed some where in that particular para.eg:Â Â ...
Latest Answer: COPY statements are executed at compile time.INCLUDE executed at run time. ...
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top