IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) How do you find out whether a record is present in the physical file without reading the file? for Example Employee No: 100 in an Employee master.How do we find out whther 100 is present in Employee master without reading the file?
11 29340How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
CSC,
6 29831How to insert values for variables that are declared as COMP-3 variables in COBOL program in an already created VSAM file.
3 9310What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
8 11855If there are a set of statements and each has a word "value" in it, If I want to display all these statements so that the word "value" is aligned, then how do I code this in REXX. e.g - The value of X is Y. Wot is its value? Do u know its value? I want to know its value.
1 5198I have a table which has thousand of records i want to fetch only record num 100 to record num 200. Write a query that satisfies this criteria.(Cant use any keys) Anyone please reply ASAP!
17 27180In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
1 4208Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
5 12809In single page subfile,if I select the mutiple options in 1 page and without pressing enter,I press rollup key (pagedown).In such case how I can handle it in rpg becasue in single page we have to handle it in pgm. It would be helpful if any one answer with coding
4 19827
What is the role of the data page in the db2 database?
Suppose if there are a set of statements and each has a word “value” in it, if I want to display all these statements so that the word “value” is aligned, then how do I code this in rexx?
What are the distinctive features of a ksda, key sequenced dataset?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What is the batch job?
Name the divisions, which are available in a cobol program?
What is the significance of addrspc parameter in the exec statement?
how to retrieve the instream data in sysin?
HOw can I get the negative sign while deduct high value from low value
What are the types of data structure in as400?
What is a SSRANGE and NOSSRANGE?
How to update data area in cobol 400 program?
is there any way to dynamically merge other html scripts into a given html?
Highlight the points of differences between XCTL and START?