IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen
3 8469If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
6 10061Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?
1 5167Q1. How to use signature in service program and ILE.? Q2.what is use of signature and binder language and what is the relation between them?
CTS,
2 33930If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?
6 8924My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 57994How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
IBM,
13 28094why db2 is called as universal database?what is the storage capacity of db2v9 n what are the advantages of db2
3 9156Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)
2 6491
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
What is the role of data manager in the db2 database?
what was the robotech rpg?
Explain the significance of the shareoptions parameter?
Explain about house keeping in assembler?
What do you mean by hierarchical database?
Name the sections present in data division.
How to check last update on table in db2?
What is multithreading in jcl?
What is table space in db2?
What is the draw back of Procedures? why we are going to Modules?
Can you name a few software running under the mainframe?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
is delete operation supported in an esds? Is rewrite operation possible in esds?