Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fujitsu cobol

Status
Not open for further replies.

sehar naveed

Programmer
Oct 15, 2021
1
CA
hello.
I was mainframe Cobol programmer. I have just started fujitsu Cobol. in a sample program i have seen these types of values X"1B0303".
can we get these fields from form which we design in .net programming? and can we keep these lines in working storage of cobol programming?

03 S6-OPTION8 PIC X(22).
03 FILLER PIC X(3) VALUE X"1B0303".
03 FILLER PIC X VALUE X"04".
03 FILLER PIC X(2) VALUE X"1A1F".
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top