What is Data Area?
Answer / navjot singh
Data area is an object used to hold data for access by any job running on the system. A data area can be locked to a single user, thus preventing other users from processing at the same time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can level check error occur if we do chgpf?
OVRDBF FILE(xxx) TOFILE(libl/filename) share(*yes) In which scenario is share(*yes) used? could any one explain with an example?
how can you detect and handle a record lock situation?
how to get the particular field's records in CL without using OVRDBF,OPNQRY? tell me the concept?
What is primary file? How many primary file can be declared in a RPG program?
where can you specify an indicator in lokup operation?
we have 2 PF files with same name, how to copy data's from one file to another through RPG program logic?
Define a Batch Job?
What is the purpose of 'CPYTOIMPF' command?
6 Answers Aditya Birla, Redington,
Good morning my experts.Im kuppi.im working as a software trainee on AS/400 technology.i have also joined with ibmi5 team.im trying to convert date with cl/400 coding.I have taken 2 parameters(like date and date types). A. If suppose date type is j,Now i want to convert date to *MDY format B. if date type is M,now i want to convert date to *JUL format C. sending a Program message with the value of converted date.
What is the function of RJE Conversion Utility?
where exactly we can use OPNQRYF ?