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 9283How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
2 16639What 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 6629What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
3 12845What is the output of the following command given in TSO/ISPF terminal? SRCHFOR 'abc' SRCHFORC 'xyz', (+5)
2 12969If 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 11864Sending 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 6120Hi 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 18575How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
1 7447
what is term cua , saa?
how long does the install of oorexx take?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
Explain the function done by data manager?
Is their any limit for data sets?
How to submit a jcl from cics?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
How do I import data from excel to db2?
What is data manager?
cics command level is?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what opcode will be used to test the zone of a character field?
Explain the function of the terminal control table?
State all the file open modes?