IBM AS400 AllOther (736) what is jurnal?what is the use of theis?what is difference between commitment control and jurnaling?
2 6452The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help... I m using RPG/ILERPG to download...
2365If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
2777PGM QSH CMD('/QOpenSys/bin/sftp -b/home/test/myfile.txt serverUserID@server') ENDPGM In above example,what is content of myfile.txt ...Thanx
2 8175what are the parameters required for calling ls & get command(SFTP COMMANDS) from cl progtram.... e.g call PGM(qp2shell) PARM('/qopensys/usr/bin/sh' '-c' 'sftp -b /home/mydir/tmp.txt user@host.com') Plz reply in detail...
1 7377what are the parameters required for calling ls & get command(SFTP COMMANDS) from cl progtram.... I want to transfer files(using GET COMMAND) that are retrieved by LS command ...FROM 1 SYSTEM TO ANOTHER... STEP 1:LS-list all files...from remote system STEP 2:GET-actually transfer the files(listed in step 1) from remote system to local system & get stored in some Physical file....Plz reply in detail...Thanx
EDS,
1 4926
which program rpg or cl is efficent to update a transaction onto a database file and why ?
How can we change the uppercase to Lowercase in RPG?
which of the cl command can be used to determine which logical files are dependent on a specific file?
What are fillers? What is the actual use of fillers? With mall/simple example?
What is the difference between access path and open data path?
what are the different opcodes available in rpg for database access ?
How to select highest score of each subject or how to select highest income of every month?
name few ibm supplied libraries?
how can I predict the performance of my cgis?
how do you specify page overflow indicator for printer files in rpg?
can a join logical file be updated?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
which cl command is used to trap error messages during program execution?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
can a indexed file be accessed in arrival sequence in rpg program?