Q. 1.What would be structure of CL PGM.
2. What are the levels of CL PGM.
3.How many files can be defined in new CLLE program?

Answers were Sorted based on User's Feedback



Q. 1.What would be structure of CL PGM. 2. What are the levels of CL PGM. 3.How many files can be ..

Answer / swetha p rao

1. Structure of CL prgm

PGM

declare variables
declare files
program processing statements

ENDPGM

3. 5 Files can be declared in CLLE ,we have to use file
open identifiers(OPNID) to read these programs

Is This Answer Correct ?    14 Yes 2 No

Q. 1.What would be structure of CL PGM. 2. What are the levels of CL PGM. 3.How many files can be ..

Answer / abhishek

You can also declare file before declaring variable. i.e.

PGM

Declare files
Declare variables
Program processing statements

ENDPGM

Is This Answer Correct ?    8 Yes 1 No

Q. 1.What would be structure of CL PGM. 2. What are the levels of CL PGM. 3.How many files can be ..

Answer / uttam

1.structure of cl pgm

PGM
DECLARE VARIABLES
DECLARE DISPLAYFILES
DECLARE FILES
PROCESS STATENTS

ENDPGM

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More IBM AS400 AllOther Interview Questions

what is the difference between sflclr and sflinz?

1 Answers   IBM,


what does check opcode do ?

1 Answers   IBM,


What is the difference between regular logical file and join logical file?

1 Answers  


What is the maximum number of elements in an array?

1 Answers  


what are different types of substems?

1 Answers   IBM,






Q.1.What is differences in STRDBG and STRISDB debugging commands? 2.Where we should use STRDBG and STRISDB Debugging commands?

6 Answers   CTS,


What are the functions of Remote Job Entry (RJE) ?

1 Answers  


To Add A File To The 'file Selection' Option Of A Query, The Function Key To Be Pressed Is?

0 Answers   IBM,


What is SDA used for?

7 Answers  


If login Screen has been modified by adding current date to be displayed. What Step to be followed to Keep that date as Current date Note: If no steps taken then it will display only the compilation date

2 Answers   BridgeStone,


how to write *pssr ?

0 Answers   IBM,


What are the different types of keywords in display files?

1 Answers  


Categories