can i use UPDDTA command in rpg program in which contains a file
Answer / sravan
Using QCMDEXC you can use any command line commands in your rpgle programs.
Is This Answer Correct ? | 4 Yes | 1 No |
i would like to know under what circumstance the object will get locked on AS400.
Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2
what is use of sflnxtchg and use of MDT(modify data tag).both r same r not and can we use these on dspf and subfile.
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
I have 1000 records in a file. I would like to generate 10 identical reports from this record with same format (structure of records) how do I do this?
How do you proceed in case your active AS400 session has got disconnected suddenly, how can you get back to your session ? Is it possible??
how can i retrieve the field name from display file at run time? Devendra Singh Tomar
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
what is the difference between SETON RT & RETURN?
i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.
what is flat file?
HI, 1: WHAT IS THE FUNCTION OF %KDS?WITH PROGRAMMING CODES EXAMPLE 2: WHAT IS THE FUNCTION OF Z-ADD AND Z-SUB ? WITH PROGRAMMING CODES EXAMPLE