I am working in session1 ans session2. In session1 3 jobs
are running. In session2 2 jobs are running. How many LDA
and temporary files will be created?
Answers were Sorted based on User's Feedback
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.
Total 5 LDA and 2 QTEMP
The following is true of a local data area:
* The local data area cannot be referred to from any other
job.
* You cannot create, delete, or allocate a local data area.
* No library is associated with the local data area.
* You cannot change the local data area in a secondary
thread.
* 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 ? | 3 Yes | 1 No |
PGM QSH CMD('/QOpenSys/bin/sftp -b/home/test/myfile.txt serverUserID@server') ENDPGM In above example,what is content of myfile.txt ...Thanx
Q. 1.What are the in build functions in CL program and what are uses of thes in build functions? 2.How we can create own command in CL program? 3.What is use of STRSRVJOB?
when are the referential constraints executed?
What are the system objects required for journalling?
The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help... I m using RPG/ILERPG to download...
what are the different commands used in rlu ?
Explain The Keywords Edtcde & Edtwrd?
what is the correct about QTEMP library(below mention)? a.it is Unique to a job b.it can be shared between different job c.it can only be deleted by QSECOFR d.Non Please give me the answer for this?
STRTCPFTP command is used to start FTP in CL Language (ILECL)....can u plz tell me which command is used to start SFTP in CL language(ILECL)?
1) Can we declare a Display file in CL? 2) How many no. of files can be declared in a CL? 3) What is Non-Join Logical file and its importance?
Define what the operation will do, the purpose of the result field and the purpose of *IN66? HI LO EQ C CALL 'CVTDAT' DTPRM 66
Job is running in production 24/7 how do u debug that running job ?