Hi
I think i need to post this question in JCL forum. but i didn't find that forum. Any one Please help me in this.
I need to read the file and when a record is duplicate then i need to get both the duplicate and original record in a dataset. This need to be done in a JCL with either sort or...
Hi Frank
Thanks for the help
The thing is i dont know what's there in the dataset. When it reads it shud analyse it and it needs to get me the column number of the start position of the string
Could you please give me the skeleton of the code how it looks like if possible
Please suggest on...
Hi
i was doing a tool in Rexx in Mainframe
In that i have a situation in which i need to read each record or line from a dataset which is in EDIT session.
After i read i need to get its cursor position (Start position of the record)
For Example
i have 3 records...
Hi Frank
Thanks for Info. Thats great
I do this for some other reason. In Changeman if we EDIT and if the Changeman is down then we cannot get the work last done.
So, to overcome this i do the automatic save tool which will get all the changes and the info to a Dataset.
Thanks
Imran
Hi
I am doing a REXX tool in Mainframe which takes a backup of a dataset while we EDIT the same dataset as we have facility in MS WORD.
So, in this when i run my tool in background and the user can also do their work Simultaneously. For this i need to accept the commands(Like PF Keys) which...
Try This Example
/***********************Rexx***********************/
FILE_NAME="'Ur FILE_NAME'"
dsinfo=LISTDSI(FILE_NAME)
IF DSINFO == 0 THEN
DO
SAY 'Data Set...
Hi
i am doing a program which do an autosave similar which MSWORD does. For that i need to hold my REXX program for sometime and then i shud proceed using wait routine i wrote it manually.
But if i use this program by passing a macro in any other EDIT session it hangs. Coz of running a REXX...
Hi
i am doing a REXX program which executes recursively and it needs to stop by pressing a particular PF keys or quitting from the current screen. i.e. it starts executing by giving a macro in current EDIT screen. when user quits the current screen the REXX program shud stop.
Could any1 pls...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.