WHAT IS MEANT BY SIGNATURE VAILOTION ERROR
Answer / henry
Singnature violation will ocurr whenthe service pgm is
changed (added new proceduers inbetween) without rebuilding
other impacted pgms which are calling/using the service pgm.
Its better touse Binding source to manaage the singature
violation errros.
| Is This Answer Correct ? | 3 Yes | 0 No |
Can someone tell me tell me what is meant by message wait...?
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
Need a sql query: retrieve all duplicate records in table?
1.Where we declare Variables in RPG/400,RPGIV,RPGILE.? 2.When do we use D-spec and I-spec in real time ?.what is difference between them?
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
Can we found a record existance in a file w/o reading the file?
6 Answers Traitsys Technologies,
How to print output from openquery in as400 ?
If the last record of a file has been read, and the next operation on that file is a READ operation, what will be the values of the input fields for that file? A. They will be blank and/or zero. B. They will be null. C. They will equal the values of the first record in the file. D. They will equal the values of the last record read.
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
Im traying to get out put of this below mention simple logic code.But im geting out of different.(im trying with my laptop trhough my company server. DCL &FIELD1 *CHAR 10 VALUE('TCS AS/400') DCL &FIELD2 *CHAR 10 CHGVAR(%SST(&FIELD2 1 10))(%SST(&FIELD1 10 1) Can you tell me the value of field2 after excuted of CHGVAR command.
do you use message subfiles? What are the necessary keywords required coding a message subfile?
I have a file .In that file i have 3 fields. Those fields are eno, ename, esal.Keyfield is eno. In that file i have data like this for eno 1,2,3,4,5. Now i need to display 2nd record. That means i need to set the pointer on 2nd record... Then, write the complete rpg program using setll.