IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?
4 11347Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?
1 6176Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?
7 12546
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How can return codes be tested before execution of a job step?
How do we specify index to include or not during bind process.
State the various causes of s0c1, s0c5 and s0c7.
If DB2 query returns in null value, how do you work with it in PL/1?
Is it rquired any server for Ibm framework? Give me list of Ibm framework & recent version IBm framework?
Can you define temporary storage?
how to do automated restart when a job abends?
What are the types of data structure in as400?
How many sections are there in data division in COBOL?
what are the different types of variables available in cl?
What are the uses of ppt in cics?
to use the rewrite command, how should the vsam file be opened?
What is the need for a secondary index in ims?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.