Answer Posted / yogesh
A local data area is created for each job in the system,
including autostart jobs, jobs started on the system by a
reader, and subsystem monitor jobs. The system creates a
local data area, which is initially filled with blanks,
with a length of 1024 and type *CHAR. When you submit a job
using the SBMJOB command, the value of the submitting job’s
local data area is copied into the submitted job’s local
data area. You can refer to your job’s local data area by
specifying *LDA for the DTAARA keyword on the CHGDTAARA,
RTVDTAARA, and DSPDTAARA commands or *LDA for the substring
built-in function (%SST).
The following is true of a local data area:
1. The local data area cannot be referred to from any other
job.
2. You cannot create, delete, or allocate a local data area.
3. No library is associated with the local data area.
4. You cannot change the local data area in a secondary
thread.
v The ILE CL compiler generates code to ensure that a
procedure running in a
secondary thread cannot access the local data area while a
procedure running in
the initial thread is changing it.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
under given circumstances, my cgi should link to another site. How to implement this?
what are dds required for subfile?
what does defn do?
define the purpose of the iter operation?
explain the purpose of keep and assume keywords?
what are the basic features of seu?
what is the difference between packed decimal and zoned decimal?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
how many types of display are available on as/400 for user interaction?
what is the purpose of ovrdta (override data) keyword?
what does vldcmdkey means?
why is as/400 called object oriented machine?
Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?
what is sflpag and sflsiz ?
how can I control the way a remote browser uses its cache?