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?
how to make the entire screen protected. i.e., for example
when we design a delete screen before deleting the details
we need to popup a screen saying do u wish to delete(Y/N).
When this screen appears i want to make the previous screen
fields as protected.Please help me with the anser. i need
the entire screen to be protected.
Thanks in advance
when we are tying to update a table having 100 rows. if the
program abends when updating 51 row . how to start updating
again from the 51 row .what was the logic
Yes. Because the alternate key would first locate the
primary key, which in turn locates the actual record. Needs
twice the number of I/Os.
200
What is task control and what are the CICS commands
associated with it?
248
I want to set position for a particular text in a certain
position in several of my cics maps.Please provide me with
a solution.
Ex: If "F1-Help" has to be set to pos(4,27) always in all
the maps within a PDS.
75
can I copy book which contain db2 statment in procedure
divion?
can I copy content of Physican file in some source Member
of type TXT?
Thanx..
11
How to create a link between multiple maps in a mapset? How
to make use of Transid in this case?
192
How can I find the maximum value of a field in a file while
reading the file dynamically? without using sort function.
Suppose i have a file with fields Timestamp, description,
teamname, teamnumber.. i have read the file till end and
find the maximun value of timestamp which is not in sorted
order.. can we use function max(timestamp)?
how to create a changeman read only audit and update only
audit
Specifications for the Read only Audit
1) Read HFFD database unqualified.
2) Read FDRT, FDDM, FDAP segments.
If FDAP-APP-STS is ‘2’ read the FDAV segment and get the
FDAV segment which has FDAV-APV-OPTION as ‘X’
If FDAP-APP-STS is ‘5’ read the HFAC database. Read the
ACRT segment qualified based on the key obtained from the
FDAP segment from HFFD database.
Conditions for writing into output file:
a. App Type should be NEWR
b. App Status should be 1, 2 & 5.
c. Write 50 records per app status. For e.g. first 50
records for App status 1, 2 & 5 each
The output file should contain the following fields from
the database
FDRT-COMP-CTRY-CODE X(03).
FDRT-CUST-ID-NUM X(10)
FDDM-DEM-SEQ-NUM X(01)
FDAP-APP-SEQ X(02)
FDAP-JNT-IND X(01)
FDAP-APP-STS X(01)
FDAV-APV-OPTION X(01)
FDAV-APV-DT X(06)
FDAV-APV-AMT X(07)
ACRT-ACCT-NUM X(06)
ACRT-SEG-BUS-TYPE X(02)
ACRT-NM1-LAST X(19)
ACRT-NM1-SS X(09)
ACRT-NM1-1ST X(12)
ACRT-NM1-INIT X(01)
ACRT-NM1-SFX X(03)
ACRT-NM1-TITLE X(02)
PSB – DVAN2BMP
In case you get a GE for any of the conditions, write to
output file along with the details of the database segment
which was not found.
We need to complete this whole process by tomorrow.
Run the audit in DLI mode.
2) Sort the output file created in step 1 on Cust ID, Dem
Seq & App Seq.
Specifications for the Update Audit
3) Take the output of step 2 as input for an update audit.
Details are as follows:
Read each record & check the app status.
If app status is less than 2 then update the FDAP-NEW-
MONEY-ENT to $25000.00
PSB - AUDBMPJ
The job would be a BMP job. The test job would be run in
IMSE region.
Note - The proc (which will be called by the job) and the
job should also be present in the change-man package itself.
You’ll have a test job in your PDS along with overrides to
execute the program in test regions.
The job would be a DLI job. The test job would be run in
IMSE region. It’ll have the following steps.
1) Delete-define output and error files.
2) Use a copybook for the output layout.
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...........
Can any one tell me that how we go for the compare,unit
testing after changing requirement as per client request.
this is very helpful for me when u give suitable (coading)
exmple.
Hi,
I have 3 files say file A , file B and file C.I want to
form an output file in which i will have all the records
from file A. Files B and C also may contain records that
are present in file A.I want those records also to be
included in my output file.
for eg:
file A contains:
1
2
3
file B contains:
2
4
5
file C contains:
1
3
5
So in my output file should look like:
1
2
3
2
1
3
Can any one help ???.....thanks in advance.
29
what is primarykey?what is difference between primary key
and forign key?
20
why jobstep can't be more than 255 and for GDG has max
limit 255 . Is there any relation between the two