1.How you will find the program is batch or online in cl
pgm?
2.How you will end the batch pgm when the job runs? write
an logic?
3.In wich command the option *drop is used?
Answer Posted / syam
A1. RTVJOBA TYPE(&AA) if value of AA = 0 Batch job
value of AA = 1 interactive job (online)
A2. WRKSBMJOB then OPT 4 to end.
A3. CPYF FROMFILE(MYLIB/MYFILE) TOFILE(MYLIB/MYFILENEW)
FMTOPT(*DROP *MAP)
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
how do I declare a minor?
what is kids-rpg?
Explain mdt?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
What is difference between bind by copy and bind by reference?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
What are the types of identifiers?
When it is desirable to describe files Internally?
How many program bind in one module....
what is the necessary keyword needed to scroll subfile records?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what is *place and *auto keyword in prtf ?plz explain
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
What is ment by record level identifier?