Can we change the password using ALTER? anyone tried and changed?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How arrays can be defined in COBOL?
how can you identify wheather the program is using search or search all in the cobol program?
What are the different data types available in COBOL?
what is index and how to use two tables using index?
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
How do we get current date from system with century?
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete
how to run sub programs using static and dynamic call ...
given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
Whats the difference between search & search ALL?