IBM AS400 AllOther Interview Questions
Questions Answers Views Company eMail

The 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...

1903

can we use ASCII ,CDUP,SENDPASV commands in SFTP?

3139

If 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...

2169

PGM QSH CMD('/QOpenSys/bin/sftp -b/home/test/myfile.txt serverUserID@server') ENDPGM In above example,what is content of myfile.txt ...Thanx

2 7127

what 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 6400

what 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 4112

what is command in SFTP which is equivalent to SDUP command in FTP?

2 5717

WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)

1708

Hi, can you plz tell me ...syntax for GET command in FTP & SFTP is same or different???

3 7237

WHAT IS DECIMAL DATA ERROR IN RPG IV...WHEN WILL IT HAPPENS?

CTS,

6 30318

what is sessional error or divice error in rpg IV?..when will it happens...Give few examples?

CTS,

3 9961

How a field is renamed in rpg IV?..give answer with example?

CTS,

3 9792

I am working in session1 ans session2. In session1 3 jobs are running. In session2 2 jobs are running. How many LDA and temporary files will be created?

3 9486

Can we add or remove the module object from service Program..and how...?

4 13331

what are the types of errors available in rpg IV or 400.Like decimal data error,sessional error or device error etc...means important error occurings,ie to find out suddenly???pls give answ if u know?

CTS,

2 6615


Post New IBM AS400 AllOther Questions

Un-Answered Questions { IBM AS400 AllOther }

can you display a empty subfile?

776


when are the unique constraints executed?

666


what is the command to know key fields of file?

617


what is match field indicator?

1008


what is the maximum number of subroutines allowed in rpg?

1037






Difference Between Interactive & Batch Job?

778


What is access path in as400?

832


If 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...

2169


what is the clp command to access a query/400?

1343


What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?

543


what are members?

601


what keyword must be used with protect keyword ?

1108


how can you check for a records existence without causing and i/o (chain/read)?

1282


Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP

1921


what is the length of a variable in rpg?

949