IBM AS400 AllOther (736) what is jurnal?what is the use of theis?what is difference between commitment control and jurnaling?
2 6318The 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...
2291If 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...
2708PGM QSH CMD('/QOpenSys/bin/sftp -b/home/test/myfile.txt serverUserID@server') ENDPGM In above example,what is content of myfile.txt ...Thanx
2 8033what 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 7257what 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 4804
what are the limitations of cl (compare to rpg) ?
what are the different types of variables available in cl?
what is the difference between packed decimal and zoned decimal?
How to retrieve a physical file after deleting that?
What is the actual use of fillers?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
what do you mean by an input subfile, what are the keywords required?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
when is a tag statement used in rpg?
What Is Ddm ?
define the purpose of the iter operation?
what is the maximum number of files allowed in rpg?
What is data structure in as400? What is the use of data structure?
How can we update a specific field in RPG?
what keyword must be used with protect keyword ?