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.
I have two files each contains 10 records. I would like to
copy both files into one output file but in alternate
sequence. for e.g. first record from file1 then record 2
from file2.....
I want to open particular list of members inside pds.Let me
know whether below code will work.if not tell me how it
works
INPUT='DDM.DATASET(AAA*)'
X = OUTTRAP(MEMS.)
write a program to read from a VSAM file , there will be a
5 records to create name. empno. resignation and address
to update in a db2 table and call another program using
dynamic call to find the matching fields in program 1 to
update in db2 table.
anybody pls send de program for dis ?
thanks in advance...
Generally we check EIBALEN = 0 to decide whether first call
or not.
If I do not pass any value in the COMMAREA then EIBCALEN
will be 0 even on second call. Now how can we say the
program is called for the first time or second time?
I just know the Panvalet dataset name, i would like to
search all the members of that dataset for particular
keyword through Rexx. how to achive? please suggest.
Is it possible to open panvalet member in browse mode using
Rexx?
Your help would be appreciated very much. Thanks in advance.
471
Please any one can tell me,What are the tools for pl/1 project
in real time scenario?(what are the version control,debugging
and files related tools)?
32
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
82
hi
provide info about any real time requirement in health care
and banking
services mainframe applications.
pls send immediate reply to me.
231
I have a subprogram B calling from mainprogram A.I have
opened a cursor in A ,Can i fetch the same cursor in
subprogram B , If yes , Please explain the reason?
What does it mean by Restart and Checkpoint in JCL ? How are
checkpoints being taken and what is their usage ?
How to use Checkpoint macro on a JOBSTEP ?