a multiple format logical file is also known as?
No Answer is Posted For this Question
Be the First to Post Answer
In AS/400 projects in Companies whats the meaning of production support team.what production support involves.also what work does development,maintenance involve what are the other teams or processes that are available for as400 project.
0 Answers Adverb Solutions, CSC,
PGM QSH CMD('/QOpenSys/bin/sftp -b/home/test/myfile.txt serverUserID@server') ENDPGM In above example,what is content of myfile.txt ...Thanx
how can we view the entire objects and its types in a pgm?
What Is The Difference Between Goto & Exsr?
What is the use of E specification in RPG?
Apart from opening of a file do we have any other use of USROPN?
What is difference between fully procedural file and primary file?
what does opcode post do ?
under given circumstances, my cgi should link to another site. How to implement this?
what is a primary file?
how can I predict the performance of my cgis?
1)In a pf if we delete a record then how to insert a new record at the same place in that pf?? any logic or code? 2)A batch job is taking a lot of time to run,found that it is going into loop and wrapping up so how to skip that loop and process the job without changing the code? 3)In which scenario C D I R comes and C D G F comes in a job? 4)If a job came to error while processing a file how we can know at which record the error hit and how to skip that record and process other records without changing program code?