wat is scan and check ? give me real time scenarios where
we used these keywords in ur projects?

Answer Posted / noah

this is used to scan for source codes that match the program
name the developer is looking for. This usually use to check
program dependencies before migration of source code for
integrity check purpose.

This scan function also used for analyze program flows.

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we know running job is batch or interactive?

660


1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?

2377


can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.

2283


is this a rpg channel?

682


how do you use commitment control in rpg?

759






what is data area and how it is used in rpg program ?

758


What is the purpose of record level identifier?

730


What is a record lock error?

1270


When it is desirable to describe files Internally?

1193


what is the use of sflnxtchg?

806


How to select highest score of each subject or how to select highest income of every month?

1299


How Chain operation copies the record's data to the input buffer for the program?

1084


explain sflclr, sflend, sfldlt, and sflcsrrrn?

891


How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...

1317


Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

2056