IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
2 9403How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
2 16760What if we try to insert the base table through updatable view , but failed to give a column value which is defined as NOT NULL.
1 6722What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
3 12996What is the output of the following command given in TSO/ISPF terminal? SRCHFOR 'abc' SRCHFORC 'xyz', (+5)
2 13092If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?
UST,
8 12136Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
2 6231Hi All, Any idea about AFOper? What i know is that, its an third party monitoring tool for Started Tasks. Any more info..plz update me. Thanks
ACS,
1 6752i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
12 19013How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
1 7543
Explain the different system tables used in cics?
how many types of display are available on as/400 for user interaction?
how you will the direct the data to spool using sysout option?
What types of tables are there in the db2 database?
What is database alias db2?
Write the code to count the sum of n natural numbers.
What is ibm db2 client?
what are JCLLIB and STEPLIB in JCL?
HOw can I get the negative sign while deduct high value from low value
What is the difference between spufi and qmf?
What is buffer pool?
Explain eib?
For rewrite, why is it mandatory that file needs to be opened?
What is the difference between PIC 9.99 and PIC9v99?
what is use of disp parameter in dd statement?