Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

TFRCTL & CALL command difference

TFRCTL removes the program from call stack


CL programs are flexible- T/F
if we use two OVRDBF command in a CL program what will happen
built in menu MAJOR organises all CL 400 commands- True
which command is used to retrieve system date in as400- RTVSYSVAL
all commands typed on command line are CL commands in as400 - No
Program variables are stored in libraries- F
which command creates a *module object from an RPG IV source member then generat
es a *PGM object - CRTRPGMOD
in how many categories can we break the system securities in as400- 5
how a programmer send a message from a cl program -SNDPGMMSG
IN CPYF, TOFILE can be LF, Join LF, Tape or none- Tape
1) Read a particular file in CL
OVRDBF position (*KEY a b) RCVF
RCVF(FILE) OVRDBF (file) position (*KEY a b)
The local data area cannot be referred to from any other job.- True
To which queue you will send the message- PGMQ, MSGQ, Extrenal MSGQ, None (PGMQ)
*CHANGE(change authority) allows the user to access the objects in the library True/False (True)
user profile message queues are used for communication between users- T/F (True)
possible combination of files used in CL program
a) Databse file, display file
b) display file, printer file
c) display file, subfile
d) datbase file, printer file
Ans - a

You might also like