Dear Lister, Environment: OS390 2.10 IBM 9672- G5 (R16) I have question regarding the Real Storage usage. By monitor through RMF III the usage of Real Storage keep in increasing everyday. Why this happen? Any comment and suggestion.
1 4837i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
3 9118suppose u want to pageup and page down into the bms screen , for that wat u wud do into the cics application program?
1 14282What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......
3 12949i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
2641Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?
5 10569WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED, FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED. WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT SHOULD BE USED WHEN
3 36211we can code COPY DCLGEN or INCLUDE DCLGEN, At which stage of the precompilation , dclgen get expanded if we write 1) copy 2) include one question about dclgen.. Is it mandatory to use declare table in dclgen.. I think no...but it will be used by the precompiler to validate the table name,column name etc.., can one clear my doubt ..is it necessary to include declare table or not?
2 18158we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
1 1079401 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?
7 12333
What is db2?
hi.... anybody send real time project related questions & answers whatever will ask in interview plz.....help me? advanced thanks....
Is db2 relational database?
What does the 'cedf:cics' transactions do?
How many register we are using in mvs?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is eib?
How do I add a column in db2?
Define ceci?
What are the common vsam error conditions and codes?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
Explain how are you going to remove duplicates from the file that is being read?
name the utility program closely associated with vsam?
Name the statement which can be used to send data to another mvs jes3 node?
suppose I have 1000 rows in a db2 table. I want to update first 100 records, how do I do it?