What is logical file in as400? What are the types of logical file?
Answer / sagar
Logical file is the view created for particular physical file. there are two types of logical file Non join logical file and Join logical file.
| Is This Answer Correct ? | 0 Yes | 0 No |
explain the difference between defining subfile and message-subfile?
Can you use multi format LF in CL program?
What are the types of Signature validation?
what does check opcode do ?
what is the maximum number of parameters allowed in rpg?
I have to execute 12000 CL Commands one by one.. So, I have created a file called COMMAND. This file has only 1 field called STRING. This file had 12000 records, and all these records are CL Commands (ex: CALL PGM(PGM1)), etc) I have written a CL which will read all the record and do sbmjob.. But it is not working... Plz help me to exexute all these 12000 commands..
How do you set the keywords SFLSIZ and SFLPAG if you want the subfile to dynamically expand?
How many record formats can you have in a Physical file and in a Logical file ?
what are the three line types in rlu ?
How do I remove a flag or check no. or name when a user opens too many sessions?
what is the favicon.ico request that my site receives now and then?
Q.Suppose one job is running in a batch mode for a long time now i want to kill this batch job. how you achive this?