when are the unique constraints executed?
What is the difference between Array and Table?
what are the different opcodes available in rpg for database access ?
What is the maximum length of a variable name in CL?
How to Define a Procedure in RPG?
explain the difference between defining subfile and message-subfile?
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 the use of UNIQUEUE KEY WORD? what is the difference between PFILE AND REF?
which of the cl command can be used to determine which logical files are dependent on a specific file?
what is a physical file?
What is file information data structure(infds) in as400?
when would you use or not use this approach?
I have a display file with mandatory fields. Is there anyway that i can highlight those fields to bring attention to the user? The same behavior that AS400 makes when we attempt to execute a command without completing all the required parameters. Note: I have used DSPATR(HI) or DPSATR(RI) and they have different behaviors. Thanks.