Which command we can use to update a physical file using c.l pgm?
Answer Posted / jeetu
we can not update batabase file through CL.it is possible through RPG by using UPDAT opcode.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to debug a batch job when it is in messagewait(mswg) status. I know the steps for batch ebugging, but im confusing with when we submit any job for batch debug we put in held state. So here also do same thing or any other way?
can we use ASCII ,CDUP,SENDPASV commands in SFTP?
Write a logic program for knowing the repeated number of a vowels in a given program?
What Is The Error If We Don't Get Login Screen?
in conjunction with which statements can orxx and andxx conditions be used ?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
How to reverse the string in rpg
Write a CL program which will run a batch job at 1 am every night
what are the different types of arrays available in rpg ?
what is arrival sequence?
. How to know why the OPM job is in MSGWAIT state?..WHAT COULD BE THE REASON FOR it?
what is the syntax for plist?
Difference Between Ca & Cf?
when should I use method get, and when should I use method post in my cgis?
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...