Search found 9 matches

by nico56
Wed Jun 17, 2015 4:00 am
Forum: File-AID and IBM File Manager.
Topic: Change all occurrences with JCL and FileManager
Replies: 21
Views: 14836

Re: Change all occurrences with JCL and FileManager

Thanks Robert. You could be more nice in your answers, specially if this is a beginner forum.

Regards
by nico56
Wed Jun 17, 2015 12:04 am
Forum: File-AID and IBM File Manager.
Topic: Change all occurrences with JCL and FileManager
Replies: 21
Views: 14836

Re: Change all occurrences with JCL and FileManager

Robert, I get this all the time 0FMNBA091 Missing or invalid control card 0FMNBA092 Parameter $$FILEM missing 0FMNBE098 Keyword verification discontinued for any subsequent command This is my code (relevant part): //SYSIN DD * $$FILEM FCH , $$FILEM INPUT=FMNIN, C 'XXX' 'YYY' 0 50 /+ /* I deleted &qu...
by nico56
Tue Jun 16, 2015 7:50 pm
Forum: File-AID and IBM File Manager.
Topic: Change all occurrences with JCL and FileManager
Replies: 21
Views: 14836

Re: Change all occurrences with JCL and FileManager

Google is your friend. Googling file manager tutorial returns plenty of hits which you can go through to your heart's content. Furthermore, if you had bothered to check the FCH section of the File Manager manual (starting on page 1023 of the z/OS 13 manual) you could have found this example of how ...
by nico56
Tue Jun 16, 2015 7:29 pm
Forum: File-AID and IBM File Manager.
Topic: Change all occurrences with JCL and FileManager
Replies: 21
Views: 14836

Re: Change all occurrences with JCL and FileManager

IBM File Manager does have the capability to execute all the commands in batch too. It allows you to generate a Job of your choice - suggest you should also try generating the JCL and use that for future reference. IBM File Manger is, usually, tailored differently for different shop however the bat...
by nico56
Tue Jun 16, 2015 6:12 am
Forum: File-AID and IBM File Manager.
Topic: Change all occurrences with JCL and FileManager
Replies: 21
Views: 14836

Re: Change all occurrences with JCL and FileManager

The manual is really difficult to use if one doesn't know how to search. Is there any tutorial? :(
by nico56
Tue Jun 16, 2015 2:30 am
Forum: File-AID and IBM File Manager.
Topic: Change all occurrences with JCL and FileManager
Replies: 21
Views: 14836

Re: Change all occurrences with JCL and FileManager

what happened when You looked at the manual or pressed the PF1 key for interactive help ? Hello enrico-sorichetti, I looked in the manual (PDF) and interactive help but I didn't get the answer. In the interactive help I read about command "CHANGE" but there is no information how to use it...
by nico56
Tue Jun 16, 2015 12:34 am
Forum: File-AID and IBM File Manager.
Topic: Change all occurrences with JCL and FileManager
Replies: 21
Views: 14836

Re: Change all occurrences with JCL and FileManager

I am trying with this JOB but when I run it, I get an error for missing or invalid control card. //JOBSIT1 JOB (999),'PROGRAMMER', // CLASS=A, // MSGCLASS=X, // NOTIFY=&SYSUID, // COND=(0,NE) //STEP1 EXEC PGM=FILEMGR //SYSPRINT DD SYSOUT=* //SYSIN DD * $$FILEM DSP DSNIN='PPG.TEST.LEKS.VS.CONTR',...
by nico56
Mon Jun 15, 2015 8:40 pm
Forum: File-AID and IBM File Manager.
Topic: Change all occurrences with JCL and FileManager
Replies: 21
Views: 14836

Change all occurrences with JCL and FileManager

Hello Folks, I usually change files using FileManager through ISPF interface. Now I need to do this in a JCL. Via ISPF interface, I enter in FM option, 2 (Edit), open the file (VSAM) and execute command "change 'string1' 'string2' all". The strings have the same length. Do you know how to ...

Go to advanced search