1) Can we declare a Display file in CL?

2) How many no. of files can be declared in a CL?

3) What is Non-Join Logical file and its importance?

Answers were Sorted based on User's Feedback



1) Can we declare a Display file in CL? 2) How many no. of files can be declared in a CL? 3) W..

Answer / babbi

1) We can delcare a Display file.

2) Under V5R2 its 1
V5R3 its 5

3) Nothing but a simple logical file.
We can update data thru Non-join LF, contrary to Join
LFs.

Is This Answer Correct ?    34 Yes 0 No

1) Can we declare a Display file in CL? 2) How many no. of files can be declared in a CL? 3) W..

Answer / rashmimalpani

1.) Yes. WE declare Display file using DCLF command.

2.)Guess you can have 5 DCLF command in a CL.

3.)

Is This Answer Correct ?    25 Yes 2 No

1) Can we declare a Display file in CL? 2) How many no. of files can be declared in a CL? 3) W..

Answer / jay choudhari

* To declare frist physical file.

CL CODE:

DCLF FILE(PHYSICAL FILE NAME)
READ: RCVF RCDFMT(PF RECORD FMT NAME)
MONSMS MSGID(CPF0864) EXEC(GOTO CMDLBL(END))
OPERATIONS
GOTO CMDLBL(READ)

END: ENDPGM

Is This Answer Correct ?    3 Yes 0 No

1) Can we declare a Display file in CL? 2) How many no. of files can be declared in a CL? 3) W..

Answer / kiran

1)YES USING DCLF COMMAND

2)ONLY ONE FILE CAN BE DECLARED

Is This Answer Correct ?    3 Yes 11 No

Post New Answer

More IBM AS400 AllOther Interview Questions

how do you use exceptional write in c specs?

1 Answers   IBM,


what is sflpag and sflsiz ?

2 Answers   IBM,


We have seen no of parameter list but If we mention like this 'CALL PROGNAME PLIST ' how to know No of parameter name of program ?

2 Answers   IBM,


what if my system I runs with system value qccsid 65535?

0 Answers   IBM,


What is a Member?

1 Answers  


I am fresher 2009 passedout.can you pls explain me what is AS400 and where it can be used and how about growth in the position as well as salary, whether it is a programming language or else?

3 Answers  


1.what operation cannot be used in conjunction with file coded as divice type disk? 2.Difference between INCLUDE AND COPY?

1 Answers  


What are the types of data areas?

1 Answers  


What is data structure in as400? What is the use of data structure?

0 Answers  


what are various techniques to pass parameters from one program to another?

1 Answers   IBM,


a multiple format logical file is also known as?

0 Answers   IBM,


define the purpose of the *bcat function?

1 Answers   IBM,


Categories