what happens when sflsiz = sflpag? What are the advantages and disadvantages?
No Answer is Posted For this Question
Be the First to Post Answer
how many variables can we declare in cl pgm?
How can we call CL program to RPG? How many number of parameter we can pass
what is meant by record lock.how records are locked.what is the purpose of record lock.if records are locked what happens.how to find out which record is locked.
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
wat is meant by hidden field , why it is used?
what will happen two jobs have same name are submitted
What is the purpose of PUTOVR keyword?
What are the values of NUM1 and NUM2 after executing the following code? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2+÷+ResultLenDHHiLoEq C MOVE *LOVAL NUM1 50 C MOVE *J-fIVAL NtJM2 52
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?
Difference between creating a report using Printer file and WRKQRY(Query Report) ?
What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???
what is the difference between SETON RT & RETURN?