Can we change the password using ALTER? anyone tried and changed?
No Answer is Posted For this Question
Be the First to Post Answer
In an array processing what is the thing that can be done by using subscripts but not by using index
what will happen if i give program name and member name as different? program runs successful or w'll abend?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
How to Pass table from a cobol program to another cobol program and how to use that table in called program
what is internal sort and external sort ? which is preferable ?
is this below syntax correct? CALL 'subprg' using A,B Please help
How many variables can be declared in w-s section.?
How you can characterize tables in cobol?
The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
how to access the file from prodution from changeman tool and to submit a file to production
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value