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.
79
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.
can I copy content of Physican file in some source Member
of type TXT?
Thanx..
15
How to genarate the reports?
22
Can you search give an array in the WHERE clause of a db2
query?
8
Can you please let me know the centre name of INS
certification in Kolkata.
153
is there any other way to install s/w in mainframe apart
from smp/e system?
217
Q:Hi all,i want accurate answer with code using in built
functions.please sent me code as soon as posible.
I have program nmed PGM1 which '' RETRIEVE Current
production date''should correctly default the production
date for the user who is issuing raw materials to the
manufacturing.The production date can be different from the
celendra date.
However, the program does not make the correct adjustment
for all manufacturing plants.
there is a parameter which determines the
production start time e.g. 07:00 if the system time
precedes this,the program subtracts one from the celendra
day.This work fine when the celendar day starts after
production day as it does in England,the system should be
adding one to the celendar day during the overlap.
unfortunately the program was desined to assumed the
celendar day always starts before the production day.
Change required in the program:
Change the
PROGRAM PGM1 to use the new parrameter to decide whether to
add or subtract 1 from the celendar day when determining
the production date.