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 9270How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
2 16622What 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 6621What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
3 12834What is the output of the following command given in TSO/ISPF terminal? SRCHFOR 'abc' SRCHFORC 'xyz', (+5)
2 12960If 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 11840Sending 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 6106Hi 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 6664i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
12 18540How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
1 7439
What is the eib?
Explain the difference between lds and esds?
what is the purpose of coding notify parameter in job statement?
Can a Search can be done on a table with or without Index?
What is a ca split?
Define a page in idms?
Where is the vsam ksds placed?
What is inspect in cobol ?
What is the difference between comp and comp-3?
how can you specify no duplicate key?
What is page size in db2?
In job processing, what happens in execution stage?
Write the code to count the sum of n natural numbers.
how do you use commitment control in rpg program ?
What do you understand by the term job time – out and how can you overcome that?