How can we receive values from a called procedure in CL?
Answer / syed
Using CALLPRC Command with the return variable parameter.
| Is This Answer Correct ? | 1 Yes | 0 No |
A rpg or clp command to find if the file field is defined as a character or numeric field.
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?
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
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
Anybody can explain the difference between SFLCLR & SFLINZ?
What is the length of Signature?
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
What would be the effect on the field where reverse image, underline and high intensity?
2. Which of the following statement(s) explains the difference(s) between the /INCLUDE and ICOPY directives? a.) No difference, they function the same b.) ACOPY cannot be used as a conditional directive c.) IINCLUDE files cannot contain embedded SQL d.) Nesting /TNCLUDE directives is not allowed
What is the purpose of FRCDTA keyword?
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
1.How you will find the program is batch or online in cl pgm? 2.How you will end the batch pgm when the job runs? write an logic? 3.In wich command the option *drop is used?