I am just a newbie to the rexx language but having a lot of fun learning and this forum is very helpful with the learning curve.My question is with a rexx i am planning to write and would like to know if it would be possible.
I have one dataset (A) that has several headings in there and a second dataset (b) that is used to put special instructions in that will change frequently.Two of the headings in dataset A are called instructions and problems and i want the rexx to compare the lines between these two headings with the contents of dataset B.If they arnt the same update dataset A with the contents of dataset B between the instruction and problem heading.The rexx would then bring up the dataset in edit mode with nothing else changed in dataset A.
If the contents are the same no action is to be taken and dataset A is brought up in edit mode.
I hope this makes sense and thanks in advance for any help that can be provided.
I have one dataset (A) that has several headings in there and a second dataset (b) that is used to put special instructions in that will change frequently.Two of the headings in dataset A are called instructions and problems and i want the rexx to compare the lines between these two headings with the contents of dataset B.If they arnt the same update dataset A with the contents of dataset B between the instruction and problem heading.The rexx would then bring up the dataset in edit mode with nothing else changed in dataset A.
If the contents are the same no action is to be taken and dataset A is brought up in edit mode.
I hope this makes sense and thanks in advance for any help that can be provided.