How to see all record formats used in a file?
Answer / sunit ranjan
You can use DSPDBR - Display database relation
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi All, Can any one give me a suggestion for below prob One job is in MSGW due to decimal dara error and I find out stmt error and Value in DMUP. but my file has millions of records.So how can i find out on which record the error was occured....?
How to read data from *LDA (Local Data Area) in RPGLE program without using IN opcode?
What controls which printer a report goes to?
what is OUTFILE?what is the uses and disadvantage? where we can use this?
difference between view and index ?
List the steps/commands necessary to accomplish the following: a. Copy data from the file ORDHDR into file ORDHIST b. The file ORDHIST may or may not exist c. If the file ORDHDR does exist, it may or may not contain data d. The file ORDHIST may or may not contain data, if the file does contain data the old data should be erased
different type of cursor?
what are various techniques to pass parameters from one program to another?
what is a composite key?
How can the user implicitly open and close the files in RPG program ?
PGM QSH CMD('/QOpenSys/bin/sftp -b/home/test/myfile.txt serverUserID@server') ENDPGM In above example,what is content of myfile.txt ...Thanx
What is RETURN CURSER LOCATION in subfile?