How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
4 18284Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
1 6209I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
3 8219i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
2 11038how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
IBM,
4 8158
What is schema in db2?
Explain how can return codes be tested before execution of a job step?
Explain the difference between link xctl?
What are steplib and joblib?
What is rebind in db2?
How is a typical db2 batch pgm executed?
What are the cobol coding sheets?
Suppose if I have updated few fields of adabas file using update command, and after that I used display to see that field get updated or not. If in display it showing nothing or record did not get updated then what can be the possible reasons?
List the various advantages of using jcl language?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Highlight the points of differences between XCTL and START?
Can you name a few software running under the mainframe?
What is an mdt (modified data tag)?
What is temporal table in db2?
What are the cics tables?