IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
IBM,
10 26254what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?
3 9592write the SQL statement to retrieve the 2nd Highest salary ammount(File Name="EMPLOY",Field Name="SALARY")
6 20365How can we find from which source the program has been compiled for a given RPGLE program object?
5 15342what is the correct about QTEMP library(below mention)? a.it is Unique to a job b.it can be shared between different job c.it can only be deleted by QSECOFR d.Non Please give me the answer for this?
8 12981An rpg program is processing an openquery file.The file is declared in update mode in F spec.Can we update this file? Please explain?
3 13051A phisical file has two fields like 1) Account No(10,0) 2)Phone No(15,0)Unique on both fields?Please give me the answer for this?
3 7544
What is NOTCAT ?
How do you round the addition or subtraction of two numbers in assembler?
how will you find a particular line in debugging if its a infinite loop
Q:HI friends accually ihave one problem plesase let me know the alternate code of this code. Related field description of code: Add a field, CALvsPRD, "Calendar Day Starts Before/After Production Day" to the parameter set WRKORDER which accepts values 'A' or 'B' o B = Calendar Day Starts Before Production Day o A = Calendar Day Starts After Production Day o Any other value indicates the production and calendar dates are always the same. code: Automatic Execution Of *INZSR Subroutine /Z01 * retrieves WRKORDER field values. /Z01 * Calculate default Production Date and return it to caller. /Z01 * Production date defaults to system date /Z01 C Eval P@Pdate = %DATE() /Z01 * unless Calendar date starts Before PDN(production) date and /Z01 * system time is before PDN Start Time then /Z01 * PDN date is yesterday. /Z01 C If W@CALvsPRD = 'B' and /Z01 C %TIME() < %TIME (W@Strtime) /Z01 C Eval P@Pdate -= %Day(1) /Z01 * unless Calendar date starts After PDN date and /Z01 * system time is *GE PDN(production) Start Time then /Z01 * PDN date is tomorrow. /Z01 C ElseIf W@CALvsPRD = 'A' and W@Strtime > *Zero and /Z01 C %TIME() >= %TIME (W@STrtime) /Z01 C Eval P@Pdate += %Day(1) /Z01 C EndIf /Z01 C Eval *InLr = *On
What is a run unit in idms?
how can database records be read without lock ?
What rules are followed by the search verb.
What is the difference between Global and External Variables?
when do you explicitly open files and close files in an rpg program?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
List in order the hierarchical levels of jcl?
How to connect to db2 database from windows command line?
how can i see junk values in dclgen or in hostvariable of comp ?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Explain about cursor stability?