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 9278How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
2 16637What 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 6627What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
3 12841What is the output of the following command given in TSO/ISPF terminal? SRCHFOR 'abc' SRCHFORC 'xyz', (+5)
2 12968If 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 11859Sending 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 6118Hi 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 6677i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
12 18568How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
1 7444
What is next sentence and continue unique?
What is the draw back of Procedures? why we are going to Modules?
What is the best way to code to provide me the info that there are disks in the array failing or failed? How to code? Run in batch?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
what is diffrence b/w file-aid tool and file-aid utility???
when is a tag statement used in rpg?
How to move a field DT 9(8) of input file to DT 9(8) COMP-3 in output file in ezytrieve? in the output file entire dt is not moved.If any answer plz reply as soon as possible.
What is the function of rollback in idms?
What is the purpose of dd?
how to initialize a register to 0000?
Explain eib?
Give certain situations where NEWCOPY is obligatory?
what sort card you will use to copy the data from one dataset to another dataset?
Tell me how many alternate indexes you can have on a dataset?
Using %check we are checking monika in mona what is output? What is %SCAN?