How can we access Interactive job LDA in Batch Job?.
and How we can access a file in interactive QTEMP lib in
Batch job?.

Answer Posted / george philip

When you Submit a Batch job through an Interacvive job. The
Content of the *LDA (of interavtive job) is copied into the
*LDA (of the Batch Job)

In Other words you can say "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. "

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write record if no field or the field are different in physical file in rpgle ?

492


are there any useful c runtime apis that I can call from rpg iv?

702


how can I tell when to replace the array?

704


thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400

1897


How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...

1316






We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?

774


Interviewer asked me write down DDS for load all subfile .can anybody write dds

1024


do you use message subfiles? What are the necessary keywords required coding a message subfile?

692


1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?

2376


what is the procedure and explain about real time scenario.

1483


can I touch the array during treatments?

760


What is a record lock error?

1270


Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

2056


When it is desirable to describe files Internally?

1192


How to call one program from another program in RPG? please help me with the code

1263