Latest Answer: You can use either IDCAMS, IEBGENER, a SORT utility or a COBOL program, as you wish. Just code the two input GDG files as shown in the SAMPLE1 statement,and code the output statement as shown in the SAMPLE2 statement below://SAMPLE1 DD ...
Latest Answer: If you have values in file. Read file and move the required values to array as pre condition or as pre count. ...
Latest Answer: A lot depends on how much data and where it is coming from. Assuming the data is originated in JCL1, simply include a step to write the data to a data set or member of a PDS. You can do this with IDCAMS, SORT, FILE-AID, etc. Then in JCL2 you just read ...
Latest Answer: using attention identifier keys ...
For example to right justify the constant "hello" in a variable declared as X(10).
Latest Answer: While declaring the string variable, append the JUST clause.ex: 01 string-variable Pic x(10) JUSTthis will right justify the characters.......similary u can also left justify the numbers.... ...
View page << Previous 3 4 5 6 [7] 8 9 Next >>

Go Top