What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?
6 10929My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
2 7746When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
6 13867Suppose the outcome of executing a query results in a row having null. Based on the answer how you use it? Its declaration and inclusion?
2 6565i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
CTS,
7 44246What is COUNTERS in PL/1? How to assign the COUNTER variables? WHich Data Type it can be used for this?
2 6689How to read the last 100 records from a COBOL file. The file contains N number of records.
IBM,
11 41819For unmatched rows returned from an outer join, the column values in the other table are set to null e.g If A OUTER JOIN B returns some unmatched rows from A, the corresponding column values in B will be set to null. What can be done so that a null value is not displayed for these columns?
3 6906What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?
IBM,
4 16668How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
9 34807
What is a Foreign Key?
What is currency in idms?
What do you understand by psb and acb?
Can I share my data with other jobs? How?
What is use of IBM framework?
How is data retrieved from multiple tables using a single sql statement?
Is db2 relational database?
Who uses db2?
What is the difference between a schema and a subschema?
Define a region in idms?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
On which levels locks can be applied?
what is the purpose of the verify function of idcams?
What is the primary aspect of CICS?