kishore


{ City } hyderabad
< Country > india
* Profession * software engineer
User No # 104061
Total Questions Posted # 0
Total Answers Posted # 4

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 13
Users Marked my Answers as Wrong # 3
Questions / { kishore }
Questions Answers Category Views Company eMail




Answers / { kishore }

Question { CGI, 12294 }

How u detect record is locked in Cobol/400 ?
Wat is the solution for that ?


Answer

How i Read file with NoLock ?

mail me at pvenkatakishore.as400@gmail.com

Is This Answer Correct ?    1 Yes 1 No

Question { 4801 }

It's possible use %TRIM statement like rpgile?


Answer

this wasn't the exact answer becoz in Rpgle %trim used to trim the spaces in both sides ( Right as well as Left side spaces if any spaces found in that string)

Is This Answer Correct ?    1 Yes 0 No


Question { CGI, 6121 }

how to see the error messages for each command in cl?


Answer

write any command in cl prog,hit F4 and place the cursor at the command press F1(help) there u find error messages at BOTTOM

Is This Answer Correct ?    2 Yes 1 No

Question { 11057 }

I have SQLRPGLE program in which there are some update
statements which executed correctly. there were no errors run
time. Once the program gets over, the file was not updated
with the new values. What might be the reason?


Answer

at the time of compiling program take f4 & set commit option *NONE

or in program place

c/exec sql
c/+ set option commit = *none
c/end-ecxec

after write statement like

c/exec sql
c/+ update table name set empname = 'value'
c/end-ecxe

Is This Answer Correct ?    9 Yes 1 No