Will the variable POS in the following code have a value of
2 or not?
01 POS PIC S9(4) COMP VALUE 2.
01 FIRST-NAME PIC X(10) VALUE 'ABC'.
01 LAST-NAME PIC X(10) VALUE 'XYZ'.
01 NAME PIC X(20) VALUE SPACES.
STRING FIRST-NAME DELIMITED BY SPACES
' ' DELIMITED BY SIZE
LAST-NAME DELIMITED BY SPACES
INTO NAME
WITH POINTER POS
Post New Answer View All Answers
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How do you differentiate between cobol and cobol-ii?
What are all the divisions of a COBOL program?
What is the utilization of copybook in cobol?
Can we redefine the field of x(200) to less than 200?
What are various search techniques in cobol? Explain.
What the difference is between continue and next sentence?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the compute verb? How is it used?
how do you reference the fixed unblock file formats from cobol programs
Have you used comp and comp-3 in your project? And how?
) How do u handle errors in BMS macro
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Whats the difference between search & search ALL?