IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?
2 17796Hi, I am getting the error in RPG (All Record Formats for externally-described file ABCD ignored or dropped due to error; file ignored.) Please suggest any
2 28318How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?
3 21460We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
2 9008I have two tables A and B. Both tables are connected with SSN number as foreign key. I want to retrieve a column data from B table. How will you write a query?
CTS,
3 8679While creating a table, by mistake you have given size of one field as 10. But as per requirement size should be 8. What is your next step?
4 11181We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
3193what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?
2 8449
what is the meaning of dynamic processing in vsam?
What is the procedure to solve an ASRA ABEND?
Name the divisions, which are available in a cobol program?
What is meant by an isolation level?
if you wish to use the rewrite command how must the vsam file be opened?
how do you reference the fixed unblock file formats from cobol programs
State the maximum value up to which volumes can be inserted to an stogroup?
What is db2?
how could you write a program in a structured format?
what is the version of os/400 that we have?
Apart from opening of a file do we have any other use of USROPN?
What is the syntax of redefine?
Define cobol coding sheet?
how do you reference the esds vsam file formats from cobol programs
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.