IBM AS400 AllOther (736) HOW DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION? CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?
2 6706How I can reread the physical file in CL program once the end of file reached in same CL program.
IBM,
20 64780Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2
2 6323If 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.
3 9641
different type of cursor?
what is the use of jdftval in join logical file?
what is the purpose of ovrdta and ovrata keywords ?
what is the length of a variable in rpg?
how can you display specific subfile page on the screen in unequal subfile?
How can we arrange duplicate records in a file?
how do you specify page overflow indicator for printer files in rpg?
what is the function of crtdupobj command?
what is a program described file in rpg?
how does union file maintains record formats?
name few ibm supplied libraries?
what is logical file?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
what are the limitations of cl (compare to rpg) ?
How to Define a Procedure in RPG?