IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) Suppose if a physical file is having 1000 records, but i deleted 500 records from it. Here the concern is can the size of the file changes or it remains the same... kindly help me out with thorough xplanation.... Thanks in-advance...
6 13000Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
3 6739hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.
2573i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.
TCS,
5 11944Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
2379How can we know that a trigger has been added on a PF? and what is the purpose of adding a trigger?
3 7950Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
2977
How do I import data from excel to db2?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is jcl in mainframe?
What is difference between rename and prefix?
what is the disadvantage of using global variable?
What is the meaning of the enq command?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
define clustering index.
what do you mean by recovery and speed parameters in define cluster command?
What does runstats do in db2?
What are the various error conditions seen in rexx?
What is copy pending and check pending in db2?
can a single screen format occupy a screen area above and below a subfile format ?
What is meant by explain?
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.