Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is LDA can be access accross the Job?

Answers were Sorted based on User's Feedback



Is LDA can be access accross the Job?..

Answer / shail

Yes, we can acces LDA throughout the job.

Is This Answer Correct ?    18 Yes 1 No

Is LDA can be access accross the Job?..

Answer / 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

Is LDA can be access accross the Job?..

Answer / sakthi

LDA of Job1 can't be used in Job2.

Is This Answer Correct ?    1 Yes 0 No

Is LDA can be access accross the Job?..

Answer / hello

Hey yogesh..don't be copy and past the answers from
Question bank...you can just explain ur own words if u have
idea.

Is This Answer Correct ?    0 Yes 0 No

Is LDA can be access accross the Job?..

Answer / n400

hey what kinda question bank you are referring to? would like to see one!!

Is This Answer Correct ?    0 Yes 0 No

Is LDA can be access accross the Job?..

Answer / shishir

yes we can access it ......we are not allow to create LDA or delete LDA becoz it been done by system as we all know ....when a job begain and LDA is created .....ok so you can use LDA during that process ......
please let me know if i was wrong and dont mind

Is This Answer Correct ?    0 Yes 0 No

Is LDA can be access accross the Job?..

Answer / shishir

sorry want to menstion one more thing that ...........that u can access the lda of j1 job ....but you are not allow to access the lda of j1 and use that lda in j2 ok .......

Is This Answer Correct ?    0 Yes 0 No

Is LDA can be access accross the Job?..

Answer / gautam

Yes we can access LDA through out the job.If a CL program
even use the SBMJOB,i mean if new job is fired through the
current job then also LDA can be accessed.

Is This Answer Correct ?    1 Yes 3 No

Is LDA can be access accross the Job?..

Answer / samul

NO

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More IBM AS400 AllOther Interview Questions

what does defn do?

0 Answers   IBM,


what is the command to know how many lf are related to a pf?

1 Answers   IBM,


what is the maximum number of records you can specify in a display file?

1 Answers   IBM,


how can send report to user through cl program in as400

1 Answers  


What is class of service ?

1 Answers  


what is the difference between *like and *namvar ?

1 Answers   IBM,


What is the Function of PDM?

1 Answers  


if we tried to move year part of *iso date into a field of length 3, what will happen ?

0 Answers   IBM,


give three main purposes of file specification ?

1 Answers   IBM,


Explain The Keywords Edtcde & Edtwrd?

0 Answers   IBM,


Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?

0 Answers  


What is the maximum length of a variable name in CL?

1 Answers  


Categories