Can we change the password using ALTER? anyone tried and changed?
No Answer is Posted For this Question
Be the First to Post Answer
tell me about examine inspect and evaluate ?
for an INITIALIZE and what keyword allows for an override of the default.
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error
What are the cobol coding sheets?
Can the OCCURS clause be at the 01 level?
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you
can we declare occurs in 01 level?
HOw can I get the negative sign while deduct high value from low value
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?
wht r the advantages of 77 level number ?
what is MSGLEVEL?