Write a CL program which will run a batch job at 1 am every night
No Answer is Posted For this Question
Be the First to Post Answer
we have 2 PF files with same name, how to copy data's from one file to another through RPG program logic?
What is the difference between /copy and /include in RPGLE?
what is match field indicator?
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...
load all subfile logic in sqlrpgle and when updating particular record it must be lock form other jobs (not a file)?
all i need to know about cmpseqdat parameter in cmppfm, how it works and can we retrieve line sequence and date from the output?
How to reverse a string using RPG?
Which of the following operations does NOT zero the field FLDA defined as 4,0? C MOVE *ZEROS FLDA C Z-ADD *ZEROS FLDA C Z-ADD 0 FLDA C MOVE *ALL'0' FLDA C SUB FLDA FLDA C MOVE '0000' FLDA C CLEAR FLDA C MOVE *BLANKS FLDA
how will you add a field to physical file already containing data?
What is LEVEL CHECK?
is it possible to create a join logical file using two join logical files ? give exact reason for your answer
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?