How can u create a temporary file in CLP @ how to access
that temporary file in RPG program?
Answer Posted / syam
It means a Data Area.
1. Create a Data Area = CRTDTAARA
2. Retreive a Data Area = RTVDTAARA (Read)
3. Change Data Area = CHGDTAARA (Write)
This all CL command and It can use in RPG program to Read
Data Area.
| Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
what are the different types of arrays available in rpg ?
How to debug a batch job when it is in messagewait(mswg) status. I know the steps for batch ebugging, but im confusing with when we submit any job for batch debug we put in held state. So here also do same thing or any other way?
how to declare a constant variable in the freeformat?
What are the record format field mapping options in cpyf?
what is full form for dds?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
what is externally described file ?
WHAT IS FERERENTIAL INTRIGRITY ?
what is the difference between *like and *namvar ?
Difference Between Call & Sbmjob?
which are control break logic indicators?
where can you specify an indicator in lokup operation?
what are different record spacing keywords in rlu ?
how to read database records without locking them?
Why we are not able to perform insert delete and update operation in Join logical file?