how do we know batch job aborted after we submitting it
a) Use DSPMSG to view the job ended abnormally
b) Use WRKJOB JOB(JOBNMAE)
| Is This Answer Correct ? | 2 Yes | 1 No |
what is the syntax for plist?
how to see all source files in a particular library? ex:xyz is a library name a,b,and c..... are source files how to see?
what opcode could be used to test an alphanumeric field for all numeric values?
in conjunction with what other keyword must ovrdta and ovrata be used?
What is the purpose of the following FORDHDR1 CF E WORKSTN $2SFN SFILE FMT2
What is the use purpose of CRTCMD?
Suppose you have 3 members in a database file. How to read records from all the members Without using CL (OVRDBF) i.e. it should be handled exclusively in an RPG program?
What is Group Job?
How to see all members of a file?
What is the purpose of PR and PI in calling program and called program? in Called program PR is compulsory?
I had ruestion in one of the interview..... If 1 file has more than 1 member and i want to use the 2nd member in the RPG pgm (in RPG400),how can I use this.... I know the possible answers i.e. useing API 'QCMDEXE' or Before calling the pgm I can use OVRDBF for that member... but I dont' want to use both the tips in above scenarion. Does any body tell me how can i use this ....?
how to pick up the changed records every time in a subfile after the first change made ?