can any one help in hawkeye and turnover or any change
management system plzzzzz or send the documents to my mail
id :gvsp.as4@gmail.com
Answer / Pushpendra Kumar Chahal
Regrettably, I am unable to assist you directly with specific software such as Hawkeye, Turnover, or change management systems. I can provide guidance on related topics but cannot send documents or files.
| Is This Answer Correct ? | 0 Yes | 0 No |
two attributes which govern the excecution of a job>>>>??
can i use UPDDTA command in rpg program in which contains a file
What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?
There is a excel sheet having details of Old account number and new account number. I need to update these details in my AS400 files. i.e. all the records having old account number should be replaced with new account number. There can be 100 or 200 or 300 PFs...no fix files known. how can we do this?Solution should be performance oriented
in which journalling which attributes are necessary
WHERE DO WE USE COMIT KEYWORD IN AN RPG PROGRAM? YOU MADE SOME CHANGES TO DATABASE BUT YOU DON'T WANT TO SAVE THOSE CHANGES NOW? HOW DO YOU HANDLE THIS ONE?
1. Which Built-In-Function will you use to achieve the following functionality? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2++÷ResultLenDHHiLoEq C QTY IFLT *ZERO C QTY MULT -1 QTY C ENDIF a) %ABS b) %TRIM c) %TRIMS d) %UNS
use of PUTOVR,OVRDTA,KEEP keywords?
list down and describe the sub systems vailable
1.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?
suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?
Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?