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
What do you understand by psb and acb?
What is length is cobol?
how do you reference the fixed unblock file formats from cobol programs
Explain how you can characterize tables in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
what happens if parmparameter passes zero bytes to the program
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How do get the result of your program directly on your pc?
How do u write test cases?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Write down the divisions of cobol program?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is link edit in cobol?