Can a run time array be declare like below with no
specified number of elements ? Is it possible ?
DFLD_ARRAY 7 DIM() INZ(*blanks)
What does this mean ? Does this mean that the number of
array elements will be dynamically declared during run
time ?
IN A CL PGM
RECORDS ARE COPIED TO A FILE IN QTEMP
A PGM IS CALLED TO DELETE RECORDS FROM THE FILE IN QTEMP
NO OF RECORDS IN FILE IN LIBRARY QTEMP IS CHECKED WAT SHUD
BE THE COUNT OF RECORDS LET SAY IT WAS 10 INITIALLY
ENDPGM
A pgm subroutine calling child subroutine, that child
subroutine again calling parent subroutine, u have 1000
lines of code, with out debugging , how can u find that error???
Is there any command to find errors in pgm???
Can any one plz explain the concept of INFSR, *PSSR, INFDS
AND PSDS, I' confusing about PSDS and *PSSR, Wat is the
difference btw them, wat PSDS will do????
1. I have2 records in a PF.
READ PF
DO
DSPLY EMPNO
RETRN
DSPLY EMPNO
ENDDO
What was the output
2. SETON LR vs RETURN
3. Primary File
4. How to delete a deleted spaces
5. How to read a PF in reverse order in CL
6. I have a object in Lib A, B and C. But it shows in D
Lib..Why?
7.
how a data in physical and symbolic map gets treated?
Since the physical map is much concerned about the screen
alignment and the field positions, how the values entered in
the field which has PICIN or PICOUT clause in Physical map
gets treated?
Does that mean datas recieved or sent to the physical map
should be constant?
How does the data in Symbolic map gets converted with
5suffix namely F,L,A,I and O.
For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA,
EMPNOL and EMPNOF. how does this happen in symbolic map.
Please provide your inputs on the above and kindly correct
me if I am wrong.
1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB
and PGMB calls PGMC. I have to do inserts, updates in all
the 3 pgms.
2) Say PGMC has done its work successfully and returned to
PGMB
3) PGMB had an SQL error while doing some update
4) PGMA has already done some updates before calling PGMB
all are running under the same CICS region.
What will happen if I issue SYNCPOINT ROLLBACK in PGMB when
it abends ? Does all the changes in PGMA,B,C rollback ?
(because all the pgms belong to same task).
Where the QTEMP library will get created? if the the answer
is QSYS, then howcome more than one job can create same
library name(QTEMP) in QSYS? what is the uniqueness of
QTEMP?
For example, run the below command in different workstation
WRKOBJ QSYS/QTEMP
And take 8 in the option to check the description.
both will have different info. so where(which LIB) exactly
the QTEMP is stored?
464
can any one help in hawkeye and turnover or any change
management system plzzzzz or send the documents to my mail
id :gvsp.as4@gmail.com
I am totally confused on IMS message segments. When I
create a message and it contains 5 segments does the entire
message have a 32k limit or does each segment have a 32k
limit? Is there a setting in the stage1 sys gen that
defines if a transaction can receive/send multi-segmented
messages?
148
Using string statement.Is coding three destination string
from one source string possible in one code?or three codes
for every destination string of one source string.?thank you
give an eg of ACQ-(ACQUIRE),BIT OFF,BIT
ON,DEALLOC,DUMP,FEOD,FORCE,MHHZO,MHLZO,MHLLZO,MLHZO,REL,RESET,TESTZ,TESTB,TESTN----GIVE
SMALL EXAMPLE TO THE OPCODES...TO UNDERSTAND
FUNCTIONING...........