Elardus, What is 'loads'? Load Modules What is 'there loads'? there own compiled cobol program.
I a$$ume you want to avoid sharing that dataset. One way to do is use create for each FTP user a PS dataset <userid>.FTP.XX.? There is common PS dataset (having userid and pass for ftp), which i don't want programmers to view though they using same file for FTP there load modules. If you use a dataset as input source to do your FTP, you need READ access to that dataset.? correct, without read access there job get failed but my On Thu, Jun 22, 2017 at 7:50 PM, Elardus Engelbrecht < [email protected]> wrote: > Ambrose Jr wrote: > > >We have a setup of sending loads to other mainframe through ftp > > What is 'loads'? > > > > we kept all the details (ip,username,password) on PS file FTP.XX . So > far all user send there loads using FTP.XX . > > One or many userid(s)? > > What is 'there loads'? > > > >I would like to know how to hide or skip this FTP.XX file from user > perspective. > > I a$$ume you want to avoid sharing that dataset. One way to do is use > create for each FTP user a PS dataset <userid>.FTP.XX. > > > >We are not in situation to inverse new product. > > What is 'inverse new product'? > > > >Please guide > > It is very difficult to 'guide' you if you don't state clearly what you > want. > > If you use a dataset as input source to do your FTP, you need READ access > to that dataset. > > Alternatively, submit that FTP job using the RACF SURROGAT profile. > > Consider using SFTP or consider using Automation Software. That product > can then submit your FTP jobs on your behalf using SURROGAT RACF Class, as > long you setup your RACF dataset profiles correctly. > > Groete / Greetings > Elardus Engelbrecht > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- Regards, Ambrose jr. -------------------- ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
