IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) I have a table name Table1 which contain columns Cust_no, car_model, country, salesamt. The records are 101, Fiat, India, 12345 2nd record is 102, Tata, USA, 98743 3rd record is 101, indica, India, 65342 4th record is 103, Toyota, UK, 64522 5th record is 103, Maruti, USA, 98632 and so on..... Now my question is write sql query which will give me detail about the sum of sales amount in perticular country
IBM,
2 6661If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
IBM,
3 8440if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
3 5782
Explain the difference between a package and a plan.
Differentiate between control interval (ci) and control area (ca)?
What are the information stored in ci?
Express the distinction between jes2 and jes3?
which are the query selection criteria, which can be given in a query?
How to write record if no field or the field are different in physical file in rpgle ?
How does a cursor work?
What is a set in idms? What pointers are required, what are possible? How may sets be ordered?
Name the 3 common ways to create maps?
in a cobol select statement, can you tell what is the organization for a ksds?
how can you copy to a vsam cluster?
how to define to define a hidden filed in dspf ?
What is dbrm in db2 database?
What is difference between isnull and coalesce?
How to update physical file using logical file with example?