what is diffrence b/w file-aid tool and file-aid utility???
Answer / john
File-aid tool is online tool (application) used for
processing files using online screens. File-aid utility is
used in jcl for processing files in batch.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is a recovery log?
how to execute qcmdexc in rpgle?plz write code also?
what is SPUFI ?
pls tell me abt the normalization five types....
COBOL PRECOMPILER ERROR: "XXXXXX" (TABLE) PREVIOUSLY DECLARED OR REFERENCED DCLGEN VARIABLES GETS IMPORTED TWICE FOR ONLY ONE EXEC SQL STATEMENT. WHAT COULD BE THE PROBLEM?
How to handle null values in db2
What are the contents of dclgen?
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
what is the role of the cursor in db2?
how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE
How can you quickly find out the number of rows updated after an update statement?
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic