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 result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
what is the meaning of pic 9(09)v99-
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
Write the code implementing the perform … varying.
what will happen if i give program name and member name as different? program runs successful or w'll abend?
s9(18) comp-3:: What is the size of memory it takes internally?
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
how many bytes does s9(7)COMP-3 field occupies?
What is an explicit scope terminator?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
waht is inspect verb? where it can be in real time?
What is the file organization clause ?