Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


1) Suppose we call a pgm from CL, how come AS400 system
knows whether the called pgm is to be interactive one or
batch one?

2)How many members can exist in a PF?

Answers were Sorted based on User's Feedback



1) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be inte..

Answer / jherie

1. If you use the CALL command on the CL, it will be
interactive but if you want it to be a batch program you
have to use the SBMJOB command (SBMJOB (CALL PGMNME))

2. The number of members that can exist in a PF depends on
the MAXMBRS parameter value when the file was created. You
can view this value using the DSPFD on the PF. You can also
change its value using CHGPF command.

Is This Answer Correct ?    11 Yes 0 No

1) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be inte..

Answer / abhishek

Use RTVJOBA and use first 1 byte variable to find, if valus
is 0 job is batch 1 is for interactive.

Number of members parameters need to be set, can be set to
*NOMAX also.

Is This Answer Correct ?    7 Yes 1 No

1) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be inte..

Answer / babbi

Jiju,

My question is, how come AS400 system knows it not the user?
We can directly understand by looking at command, no need to
use F18.

Is This Answer Correct ?    3 Yes 1 No

1) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be inte..

Answer / vz

RTVJOBA - cmd can retrieve info about job,if type '0' -
batch job , '1'-interactive:
dcl &jobtype *char 1
rtvjoba type(&jobtype)
if &jobtype *eq '0'
sbmjob...

Is This Answer Correct ?    3 Yes 1 No

1) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be inte..

Answer / jiju

USE SHIFT F6...

Is This Answer Correct ?    2 Yes 1 No

1) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be inte..

Answer / ankur saini

hello friend im ankur "Fresher "

maximum member of a pf can be 32767 and u can set as pas req. by maxmbr when u r going to compile pf source crtpf cmd

2nd one , all job are remain in wrkactjob and system have all details of every cmd and there are seperate subsystem to handle interactice job are handle by Qinter subsystem and batch job Qbatch from there system gets know

i HOPE SOMEONE satsfy with it !!! thank u

Is This Answer Correct ?    0 Yes 0 No

1) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be inte..

Answer / megha

you can use on the RVTMBRD (file) NBRDTAMBRS(&var)
to get the number of data members on file

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More IBM AS400 AllOther Interview Questions

what is procedure prototype and procedure interface.

0 Answers   IBM,


What is the purpose of reorganizing the physical file i.e. , RGZPFM?

1 Answers  


an access path may be in which sequence?

0 Answers   IBM,


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?

0 Answers  


Why we are not able to perform insert delete and update operation in Join logical file?

0 Answers   IBM,


Q.How primary file can be defined in RPG/400?Please write the senario with opcode specification?

3 Answers   Keane India Ltd,


what is command in SFTP which is equivalent to SDUP command in FTP?

2 Answers  


What is the purpose of "A CSRLOC (F1ROW F1COL)"?

1 Answers  


what are the different types of arrays?

1 Answers   IBM,


What is Job, What are the attributes of a Job?

1 Answers  


when should I use method get, and when should I use method post in my cgis?

0 Answers   IBM,


What is the use of OVRPRTF ?

1 Answers  


Categories