difference betwen keywords and opcodes
Answers were Sorted based on User's Feedback
Answer / syam
Keywords = Functions it is using in PF,LF,RLU,SDA
(Like..Check,Colhdg,Text,Datfmt,Edtcde)
Opcodes = Operation Code(Reserve Words) it is using in RPG
programs (Like..Move,Read,Write,Dsply,Chain,reade)
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / guest
keywords are resevered words , but opcodes are operated
the logic of program
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / sanjay
Keywords are used for creating the file source
(PF,LF,DSPF,PRTF) and
Opcodes are used for creating the program source for RPG
| Is This Answer Correct ? | 0 Yes | 3 No |
how to change the length of the field in a physicalfile?
Suppose my file has 10 fields and I want to make the 2nd field zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?
How can we make use of SETLL operation in CL?
what is an online rpg?
What is the difference between iter and do?
1.Can any body share me about thease opcodes with example please.Im new for AS/400.Could u please tell me in real senario? 1.TESTN, 2.EVAL 3.EVALR, TIME, 4.MONITOR 5. ENDMON 6.ON-ERROR 7.COMMIT ROLLBACK?
please help me answer to this question what is the difference between the binding and srvpgm in ilerpg?
how can I tell when to replace the array?
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
How can i keyed a flat file in RPGLE
How can we receive values from a called procedure in RPG?