Which among the following is true for the below definition? Account-Record 1 100 A Account-Number Account-Record 10 N Account-Entity Account-Record +15 03 A State-Code Account-Record +15 03 A
Both State-Code and Account-Entity refer to the 16th byte of the Account-Recored
This definition would throw invalid referencing error while executing
Account-Number refers to the 10th byte of Account-Record
Account-Entity refers to the 15th byte of the Account-Record
Which among the following is correct for the given piece of code? FILE PERSNL FB (150 1800) REGION 1 1 N BRANCH 2 2 N NAME 17 16 A FILE MYFILE FB(150 1800) COPY PERSNL JOB INPUT PERSNL NAME MYPROG MOVE LIKE PERSNL TO MYFILE PUT MYFILE
This statement is used to copy record from PERSNL to MYFILE if the entire record is identical in both the files
This statement moves the like named field values from PERSNL to MYFILE
This statement moves the record from PERSNL to MYFILE if the record-length matches
Both a & c are correct
Which among the following is true?
The POINT statement will only establish the position within an ISAM, VSAM relative record (RRDS), VSAM (KSDS) indexed file.
Data in the file will be available only after the next successful sequential retrieval by a file input statement.
both a & b
None of the above
Which among the following is false?
TALLY is a system defined field for control report.
Can be used in a Line statement or in calculations within report-procs
Commonly used to determine averages for a control level
Won’t contain the number of detail records that comprise a control break
JOB INPUT (CAMMAILP) TEST. In this JOB statement
CAMMAILP is the Job name
CAMMAILP is the File name that you choose for this job
CAMMAILP is the DDName and the input Filename that you have coded
CAMMAILP is the Report name
JOB INPUT NULL. Which among the following are valid statements?
This statement cannot be coded in Easytrieve
The input is could be inside the JOB activity
There is no input to this job statement
Both b & c
Easytrieve is an information retrieval and data management system
Easytrieve allows fixed, variable, undefined, or spanned record formats
Matches an unlimited number of files
Cannot call progams written in other languages
In Easytrieve if a line has to be continued to the next line
“-“ can only be used
“+” can only be used
Both “+” and “-“ can be used
What is the maximum length of field name that could be declared?
48 characters
40 characters
32 characters
The possible Activity statements in Easytrieve are
JOB, SORT and MERGE
JOB Alone
SORT Alone
JOB and SORT