how to define global parameter in ile ?
Define the purpose of the following code (If you know, how would this be written in RPG ILE) HI LO EQ C *IN66 DOUEQ *OFF C KEY1 CHAIN FILEA 90 66 C 66 CALL PGM1 PRM C ENDDO
Hi.can any body give me the code for this quesiton please.Because i dont have to try to enter the code in to the AS/400 server.Please can anybody give the answer for this question with complete code? A smple RPLE pgm which accepts the starting number and ending number as parameter.It then has to count all the odd numbers b/w the accepted range of numbers and display the results/ Ex:if the input parameters are 11 and 30 the result should be 10(11,13,15,17,19,21,23,25,27,29) Please explain and give me the complete code?
What is the purpose of FRCDTA (Force Data) keyword?
What is primary file? How many primary file can be declared in a RPG program?
when do you use f-spec. Continuation line ?
Suppose we have field reference file we were any changes that corresponding Physical file then what will Happen in field reference file??
how can database records be read without lock ?
What does the keyword UNIQUE mean ?
What is LEVEL CHECK?
What is file access opcodes?
PGM QSH CMD('/QOpenSys/bin/sftp -b/home/test/myfile.txt serverUserID@server') ENDPGM Can u plz tell me what the above code do exactly?
CAN WE INSERT FIELD IN PHYSICAL FILE BY USING OPNQRYF?