Question { 7222 }
ESCAPE message sent by child program can be handled by
parent program using which keyword?
Answer
Is This Answer Correct ? | 0 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) What is Non-Join Logical file and its importance?
Answer
Is This Answer Correct ? | 25 Yes | 2 No |
Question { 5391 }
Im traying to get out put of this below mention simple
logic code.But im geting out of different.(im trying with
my laptop trhough my company server.
DCL &FIELD1 *CHAR 10 VALUE('TCS AS/400')
DCL &FIELD2 *CHAR 10
CHGVAR(%SST(&FIELD2 1 10))(%SST(&FIELD1 10 1)
Can you tell me the value of field2 after excuted of CHGVAR
command.
Answer
Is This Answer Correct ? | 7 Yes | 0 No |
Question { 5526 }
Hi friends,
Can you give the solution for the below mention simple
code.and explain.what is output
D CHR1 S 4A INZ('PEN')
D CHR2 S 10A INZ('MYGET')
D CHR3 S 8A INZ('GOOD')
D CHR4 S 22A INZ
C MOVEL CHR1 CHR4
C MOVE CHR2 CHR4
C EVAL CHR4=CHR3
C MOVE CHR1 CHR4
Answer
Is This Answer Correct ? | 8 Yes | 2 No |
Question { 13755 }
Can we create 300 logical files based on a single physical
file using the CRTLF command only once?.
Answer
Is This Answer Correct ? | 1 Yes | 13 No |